Home
last modified time | relevance | path

Searched refs:mEventType (Results 1 – 8 of 8) sorted by relevance

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
DWifiP2pManagerFacade.java67 private final String mEventType; field in WifiP2pManagerFacade.WifiP2pActionListener
71 mEventType = "WifiP2p"; in WifiP2pActionListener()
78 mEventFacade.postEvent(mEventType + TAG + "OnSuccess", null); in onSuccess()
83 Log.d("WifiActionListener " + mEventType); in onFailure()
96 mEventFacade.postEvent(mEventType + TAG + "OnFailure", msg); in onFailure()
102 private final String mEventType; field in WifiP2pManagerFacade.WifiP2pConnectionInfoListener
105 mEventType = "WifiP2p"; in WifiP2pConnectionInfoListener()
123 mEventFacade.postEvent(mEventType + "OnConnectionInfoAvailable", msg); in onConnectionInfoAvailable()
130 private final String mEventType; field in WifiP2pManagerFacade.WifiP2pDnsSdServiceResponseListener
133 mEventType = "WifiP2p"; in WifiP2pDnsSdServiceResponseListener()
[all …]
DWifiScannerFacade.java92 protected String mEventType; field in WifiScannerFacade.WifiActionListener
97 this.mEventType = type; in WifiActionListener()
104 Log.d("onSuccess " + mEventType + " " + mIndex); in onSuccess()
108 mEventFacade.postEvent(mEventType + mIndex + "onSuccess", mResults.clone()); in onSuccess()
114 Log.d("onFailure " + mEventType + " " + mIndex); in onFailure()
119 mEventFacade.postEvent(mEventType + mIndex + "onFailure", mResults.clone()); in onFailure()
124 Log.d("reportResult " + mEventType + " " + mIndex); in reportResult()
129 mEventFacade.postEvent(mEventType + mIndex + type, mResults.clone()); in reportResult()
169 private static final String mEventType = "WifiScannerScan"; field in WifiScannerFacade.WifiScanListener
180 mWAL = new WifiActionListener(mEventType, mIndex, mScanResults, in WifiScanListener()
[all …]
DWifiManagerFacade.java87 private final static String mEventType = "WifiManager"; field in WifiManagerFacade
182 mEventFacade.postEvent(mEventType + "ScanResultsAvailable", mResults); in onReceive()
199 Log.d("WifiActionListener onSuccess called for " + mEventType + TAG + "OnSuccess"); in onSuccess()
200 mEventFacade.postEvent(mEventType + TAG + "OnSuccess", null); in onSuccess()
205 Log.d("WifiActionListener onFailure called for" + mEventType); in onFailure()
208 mEventFacade.postEvent(mEventType + TAG + "OnFailure", msg); in onFailure()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DGattServerFacade.java934 private final String mEventType; field in GattServerFacade.BtGattServerCallback
938 mEventType = "GattServer"; in BtGattServerCallback()
944 Log.d("gatt_server change onServiceAdded " + mEventType + " " + mIndex); in onServiceAdded()
947 mEventFacade.postEvent(mEventType + mIndex + "onServiceAdded", mResults.clone()); in onServiceAdded()
954 Log.d("gatt_server change onCharacteristicReadRequest " + mEventType + " " + mIndex); in onCharacteristicReadRequest()
962 mEventType + mIndex + "onCharacteristicReadRequest", mResults.clone()); in onCharacteristicReadRequest()
970 Log.d("gatt_server change onCharacteristicWriteRequest " + mEventType + " " + mIndex); in onCharacteristicWriteRequest()
982 mEventType + mIndex + "onCharacteristicWriteRequest", mResults.clone()); in onCharacteristicWriteRequest()
990 Log.d("gatt_server change onDescriptorReadRequest " + mEventType + " " + mIndex); in onDescriptorReadRequest()
998 mEventType + mIndex + "onDescriptorReadRequest", mResults.clone()); in onDescriptorReadRequest()
[all …]
DBluetoothLeAdvertisingSetFacade.java350 String mEventType; field in BluetoothLeAdvertisingSetFacade.MyAdvertisingSetCallback
354 mEventType = "AdvertisingSet"; in MyAdvertisingSetCallback()
360 Log.d("onAdvertisingSetStarted" + mEventType + " " + index); in onAdvertisingSetStarted()
371 mEventFacade.postEvent(mEventType + index + "onAdvertisingSetStarted", results); in onAdvertisingSetStarted()
376 Log.d("onAdvertisingSetStopped" + mEventType + " " + index); in onAdvertisingSetStopped()
379 mEventFacade.postEvent(mEventType + index + "onAdvertisingSetStopped", results); in onAdvertisingSetStopped()
424 Log.d("onOwnAddressRead" + mEventType + " " + setIndex); in onOwnAddressRead()
429 mEventFacade.postEvent(mEventType + setIndex + "onOwnAddressRead", results); in onOwnAddressRead()
437 Log.d(cb + mEventType + " " + index); in sendGeneric()
442 mEventFacade.postEvent(mEventType + index + cb, results); in sendGeneric()
DBluetoothLeScanFacade.java830 String mEventType; field in BluetoothLeScanFacade.myScanCallback
835 mEventType = "BleScan"; in myScanCallback()
851 Log.d("bluetooth_le_scan change onScanFailed " + mEventType + " " + index + " error " in onScanFailed()
857 mEventFacade.postEvent(mEventType + index + "onScanFailed", in onScanFailed()
864 Log.d("bluetooth_le_scan change onUpdate " + mEventType + " " + index); in onScanResult()
869 mEventFacade.postEvent(mEventType + index + "onScanResults", mResults.clone()); in onScanResult()
875 Log.d("reportResult " + mEventType + " " + index); in onBatchScanResults()
880 mEventFacade.postEvent(mEventType + index + "onBatchScanResult", mResults.clone()); in onBatchScanResults()
887 String mEventType; field in BluetoothLeScanFacade.myLeScanCallback
892 mEventType = "ClassicBleScan"; in myLeScanCallback()
[all …]
DGattClientFacade.java1994 private final String mEventType; field in GattClientFacade.myBluetoothGattCallback
1998 mEventType = "GattConnect"; in myBluetoothGattCallback()
2004 Log.d("gatt_connect change onConnectionStateChange " + mEventType + " " + index); in onConnectionStateChange()
2033 mEventType + index + "onConnectionStateChange", mResults.clone()); in onConnectionStateChange()
2039 Log.d("gatt_connect change onPhyRead " + mEventType + " " + index); in onPhyRead()
2043 mEventFacade.postEvent(mEventType + index + "onPhyRead", mResults.clone()); in onPhyRead()
2049 Log.d("gatt_connect change onPhyUpdate " + mEventType + " " + index); in onPhyUpdate()
2053 mEventFacade.postEvent(mEventType + index + "onPhyUpdate", mResults.clone()); in onPhyUpdate()
2059 Log.d("gatt_connect change onServicesDiscovered " + mEventType + " " + index); in onServicesDiscovered()
2064 mEventFacade.postEvent(mEventType + index + "onServicesDiscovered", mResults.clone()); in onServicesDiscovered()
[all …]
DBluetoothLeAdvertiseFacade.java542 String mEventType; field in BluetoothLeAdvertiseFacade.MyAdvertiseCallback
546 mEventType = "BleAdvertise"; in MyAdvertiseCallback()
552 Log.d("bluetooth_le_advertisement onSuccess " + mEventType + " " in onStartSuccess()
556 mEventFacade.postEvent(mEventType + index + "onSuccess", mResults.clone()); in onStartSuccess()
574 Log.d("bluetooth_le_advertisement onFailure " + mEventType + " " in onStartFailure()
579 mEventFacade.postEvent(mEventType + index + "onFailure", in onStartFailure()