summaryrefslogtreecommitdiff
path: root/rs/java/android/renderscript/ProgramVertexFixedFunction.java
diff options
context:
space:
mode:
authorJianpeng Li <jianpeng.li@sony.com>2019-05-24 17:40:15 +0900
committerDaichi Ueura <daichi.ueura@sony.com>2019-08-16 04:16:26 +0900
commita70feeca7ad97aa6145b38da0209d5096f6b3f48 (patch)
treece6227aa95e5323044c05de6d3c0ea64897a6bc8 /rs/java/android/renderscript/ProgramVertexFixedFunction.java
parent8aa2b1dffd2eac9749116e92f5f9d6a7a62c5365 (diff)
Update wifi interface ip state upon receiving ap disable event
When turning on/off SoftAp with high frequency, sometime calling WifiManager#updateInterfaceIpState with IFACE_IP_MODE_TETHERED is performed after handling WIFI_AP_STATE_DISABLED event in WifiServiceImpl while SoftAp is being terminated. This leads to the issue that SoftAp is unable to start as startSoftAp always returns "false". This is because mIfaceIpModes in WifiServiceImpl keeps the mode WifiManager.IFACE_IP_MODE_TETHERED and the CL below rejects SoftAp start request. e257c5c9e79e3675375ca20731cfb74df02b1064 @ frameworks/opt/net/wifi (WifiServiceImpl: Reject startSoftAp when already tethering) This CL updates the interface ip state upon receiving ap disable event from Tethering class to set proper state to mIfaceIpModes. Bug: 134806980 Test: Ran script to turn on/off soft ap frequently Signed-off-by: Daichi Ueura <daichi.ueura@sony.com> Change-Id: I2f89214414d93f1aa942fb8a21264a9baae3452a
Diffstat (limited to 'rs/java/android/renderscript/ProgramVertexFixedFunction.java')
0 files changed, 0 insertions, 0 deletions