Home
last modified time | relevance | path

Searched refs:handleRemoteException (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSupplicantStaNetworkHal.java1172 handleRemoteException(e, methodStr); in getId()
1187 handleRemoteException(e, methodStr); in registerCallback()
1202 handleRemoteException(e, methodStr); in setSsid()
1234 handleRemoteException(e, methodStr); in setBssid()
1249 handleRemoteException(e, methodStr); in setScanSsid()
1276 handleRemoteException(e, methodStr); in setKeyMgmt()
1291 handleRemoteException(e, methodStr); in setProto()
1306 handleRemoteException(e, methodStr); in setAuthAlg()
1333 handleRemoteException(e, methodStr); in setGroupCipher()
1360 handleRemoteException(e, methodStr); in enableTlsSuiteBEapPhase1Param()
[all …]
DSupplicantStaIfaceHal.java399 handleRemoteException(e, "listInterfaces"); in getIfaceV1_0()
420 handleRemoteException(e, "getInterface"); in getIfaceV1_0()
454 handleRemoteException(e, "addInterface"); in addIfaceV1_1()
509 handleRemoteException(e, "removeInterface"); in removeIfaceV1_1()
640 handleRemoteException(e, methodStr); in terminate_V1_1()
751 handleRemoteException(e, "getTransport"); in checkHalVersionByInterfaceName()
1179 handleRemoteException(e, methodStr); in addNetwork()
1205 handleRemoteException(e, methodStr); in removeNetwork()
1249 handleRemoteException(e, methodStr); in getNetwork()
1271 handleRemoteException(e, methodStr); in registerCallback()
[all …]
DWifiVendorHal.java267 private void handleRemoteException(RemoteException e) { in handleRemoteException() method in WifiVendorHal
552 handleRemoteException(e); in registerStaIfaceCallback()
574 handleRemoteException(e); in registerChipCallback()
642 handleRemoteException(e); in getBgScanCapabilities()
790 handleRemoteException(e); in startBgScan()
813 handleRemoteException(e); in stopBgScan()
835 handleRemoteException(e); in pauseBgScan()
857 handleRemoteException(e); in restartBgScan()
907 handleRemoteException(e); in getWifiLinkLayerStats_internal()
930 handleRemoteException(e); in getWifiLinkLayerStats_1_3_Internal()
[all …]
DHostapdHal.java155 handleRemoteException(e, "getTransport"); in isV1_1()
260 handleRemoteException(e, methodStr); in registerCallback()
368 handleRemoteException(e, methodStr); in addAccessPoint()
392 handleRemoteException(e, methodStr); in removeAccessPoint()
498 handleRemoteException(e, methodStr); in terminate()
645 private void handleRemoteException(RemoteException e, String methodStr) { in handleRemoteException() method in HostapdHal