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.java1164 handleRemoteException(e, methodStr); in getId()
1179 handleRemoteException(e, methodStr); in registerCallback()
1194 handleRemoteException(e, methodStr); in setSsid()
1226 handleRemoteException(e, methodStr); in setBssid()
1241 handleRemoteException(e, methodStr); in setScanSsid()
1268 handleRemoteException(e, methodStr); in setKeyMgmt()
1283 handleRemoteException(e, methodStr); in setProto()
1298 handleRemoteException(e, methodStr); in setAuthAlg()
1325 handleRemoteException(e, methodStr); in setGroupCipher()
1352 handleRemoteException(e, methodStr); in enableTlsSuiteBEapPhase1Param()
[all …]
DSupplicantStaIfaceHal.java405 handleRemoteException(e, "listInterfaces"); in getIfaceV1_0()
426 handleRemoteException(e, "getInterface"); in getIfaceV1_0()
460 handleRemoteException(e, "addInterface"); in addIfaceV1_1()
515 handleRemoteException(e, "removeInterface"); in removeIfaceV1_1()
646 handleRemoteException(e, methodStr); in terminate_V1_1()
775 handleRemoteException(e, "getTransport"); in checkHalVersionByInterfaceName()
1203 handleRemoteException(e, methodStr); in addNetwork()
1229 handleRemoteException(e, methodStr); in removeNetwork()
1273 handleRemoteException(e, methodStr); in getNetwork()
1295 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.java163 handleRemoteException(e, "getTransport"); in isV1_1()
268 handleRemoteException(e, methodStr); in registerCallback()
400 handleRemoteException(e, methodStr); in addAccessPoint()
424 handleRemoteException(e, methodStr); in removeAccessPoint()
539 handleRemoteException(e, methodStr); in terminate()
695 private void handleRemoteException(RemoteException e, String methodStr) { in handleRemoteException() method in HostapdHal