Home
last modified time | relevance | path

Searched refs:handleServiceSpecificException (Results 1 – 12 of 12) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DSupplicantStaNetworkHalAidlImpl.java676 handleServiceSpecificException(e, methodStr); in saveDppConnectionConfig()
1250 handleServiceSpecificException(e, methodStr); in getId()
1278 handleServiceSpecificException(e, methodStr); in registerCallback()
1319 handleServiceSpecificException(e, methodStr); in setSsid()
1346 handleServiceSpecificException(e, methodStr); in disableEht()
1381 handleServiceSpecificException(e, methodStr); in setBssid()
1405 handleServiceSpecificException(e, methodStr); in setScanSsid()
1430 handleServiceSpecificException(e, methodStr); in setKeyMgmt()
1455 handleServiceSpecificException(e, methodStr); in setProto()
1480 handleServiceSpecificException(e, methodStr); in setAuthAlg()
[all …]
DSupplicantStaIfaceHalAidlImpl.java320 handleServiceSpecificException(e, methodStr); in addIface()
355 handleServiceSpecificException(e, methodStr); in teardownIface()
1090 handleServiceSpecificException(e, methodStr); in addNetwork()
1114 handleServiceSpecificException(e, methodStr); in removeNetwork()
1159 handleServiceSpecificException(e, methodStr); in registerCallback()
1182 handleServiceSpecificException(e, methodStr); in listNetworks()
1208 handleServiceSpecificException(e, methodStr); in setWpsDeviceName()
1259 handleServiceSpecificException(e, methodStr); in setWpsDeviceType()
1285 handleServiceSpecificException(e, methodStr); in setWpsManufacturer()
1311 handleServiceSpecificException(e, methodStr); in setWpsModelName()
[all …]
DHostapdHalAidlImp.java190 handleServiceSpecificException(e, methodStr); in registerCallback()
254 handleServiceSpecificException(e, methodStr); in addAccessPoint()
281 handleServiceSpecificException(e, methodStr); in removeAccessPoint()
325 handleServiceSpecificException(e, methodStr); in forceClientDisconnect()
598 handleServiceSpecificException(e, methodStr); in setDebugParams()
986 private void handleServiceSpecificException( in handleServiceSpecificException() method in HostapdHalAidlImp
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DSupplicantP2pIfaceHalAidlImpl.java164 handleServiceSpecificException(e, methodStr); in setDebugParams()
248 handleServiceSpecificException(e, methodStr); in addIface()
280 handleServiceSpecificException(e, methodStr); in teardownIface()
390 private void handleServiceSpecificException(ServiceSpecificException e, String methodStr) { in handleServiceSpecificException() method in SupplicantP2pIfaceHalAidlImpl
428 handleServiceSpecificException(e, methodStr); in getName()
458 handleServiceSpecificException(e, methodStr); in registerCallback()
541 handleServiceSpecificException(e, methodStr); in find()
600 handleServiceSpecificException(e, methodStr); in findWithParams()
623 handleServiceSpecificException(e, methodStr); in stopFind()
646 handleServiceSpecificException(e, methodStr); in flush()
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/hal/
DWifiChipAidlImpl.java117 handleServiceSpecificException(e, methodStr); in configureChip()
146 handleServiceSpecificException(e, methodStr); in createApIface()
175 handleServiceSpecificException(e, methodStr); in createBridgedApIface()
196 handleServiceSpecificException(e, methodStr); in createNanIface()
217 handleServiceSpecificException(e, methodStr); in createP2pIface()
238 handleServiceSpecificException(e, methodStr); in createRttController()
259 handleServiceSpecificException(e, methodStr); in createStaIface()
279 handleServiceSpecificException(e, methodStr); in enableDebugErrorAlerts()
299 handleServiceSpecificException(e, methodStr); in flushRingBufferToFile()
319 handleServiceSpecificException(e, methodStr); in forceDumpToDebugRingBuffer()
[all …]
DWifiApIfaceAidlImpl.java59 handleServiceSpecificException(e, methodStr); in getName()
84 handleServiceSpecificException(e, methodStr); in getBridgedInstances()
105 handleServiceSpecificException(e, methodStr); in getFactoryMacAddress()
127 handleServiceSpecificException(e, methodStr); in setCountryCode()
147 handleServiceSpecificException(e, methodStr); in resetToFactoryMacAddress()
175 handleServiceSpecificException(e, methodStr); in setMacAddress()
195 private void handleServiceSpecificException(ServiceSpecificException e, String methodStr) { in handleServiceSpecificException() method in WifiApIfaceAidlImpl
DWifiStaIfaceAidlImpl.java133 handleServiceSpecificException(e, methodStr); in registerFrameworkCallback()
156 handleServiceSpecificException(e, methodStr); in getName()
179 handleServiceSpecificException(e, methodStr); in configureRoaming()
199 handleServiceSpecificException(e, methodStr); in enableLinkLayerStatsCollection()
219 handleServiceSpecificException(e, methodStr); in enableNdOffload()
244 handleServiceSpecificException(e, methodStr); in getApfPacketFilterCapabilities()
274 handleServiceSpecificException(e, methodStr); in getBackgroundScanCapabilities()
294 handleServiceSpecificException(e, methodStr); in getCapabilities()
322 handleServiceSpecificException(e, methodStr); in getDebugRxPacketFates()
353 handleServiceSpecificException(e, methodStr); in getDebugTxPacketFates()
[all …]
DWifiNanIfaceAidlImpl.java127 handleServiceSpecificException(e, methodStr); in registerFrameworkCallback()
149 handleServiceSpecificException(e, methodStr); in getName()
169 handleServiceSpecificException(e, methodStr); in getCapabilities()
204 handleServiceSpecificException(e, methodStr); in enableAndConfigure()
223 handleServiceSpecificException(e, methodStr); in disable()
246 handleServiceSpecificException(e, methodStr); in publish()
270 handleServiceSpecificException(e, methodStr); in subscribe()
293 handleServiceSpecificException(e, methodStr); in sendMessage()
313 handleServiceSpecificException(e, methodStr); in stopPublish()
333 handleServiceSpecificException(e, methodStr); in stopSubscribe()
[all …]
DWifiHalAidlImpl.java80 handleServiceSpecificException(e, methodStr); in getChip()
105 handleServiceSpecificException(e, methodStr); in getChipIds()
139 handleServiceSpecificException(e, methodStr); in registerHalCallback()
185 handleServiceSpecificException(e, methodStr); in start()
204 handleServiceSpecificException(e, methodStr); in isStarted()
230 handleServiceSpecificException(e, methodStr); in stopInternal()
410 private void handleServiceSpecificException(ServiceSpecificException e, String methodStr) { in handleServiceSpecificException() method in WifiHalAidlImpl
DWifiP2pIfaceAidlImpl.java56 handleServiceSpecificException(e, methodStr); in getName()
75 private void handleServiceSpecificException(ServiceSpecificException e, String methodStr) { in handleServiceSpecificException() method in WifiP2pIfaceAidlImpl
DWifiRttControllerAidlImpl.java87 handleServiceSpecificException(e, methodStr); in setup()
133 handleServiceSpecificException(e, methodStr); in validate()
180 handleServiceSpecificException(e, methodStr); in rangeRequest()
208 handleServiceSpecificException(e, methodStr); in rangeCancel()
381 handleServiceSpecificException(e, methodStr); in updateRttCapabilities()
706 private void handleServiceSpecificException(ServiceSpecificException e, String methodStr) { in handleServiceSpecificException() method in WifiRttControllerAidlImpl
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/managers/
DBluetoothFinderManager.java119 handleServiceSpecificException(e, methodStr); in sendEids()
132 handleServiceSpecificException(e, methodStr); in setPoweredOffFinderMode()
145 handleServiceSpecificException(e, methodStr); in getPoweredOffFinderMode()
163 private void handleServiceSpecificException(ServiceSpecificException e, String methodStr) { in handleServiceSpecificException() method in BluetoothFinderManager