Searched refs:IAdvertisingSetCallback (Results 1 – 14 of 14) sorted by relevance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
D | AdvertiseManager.java | 24 import android.bluetooth.le.IAdvertisingSetCallback; 96 public IAdvertisingSetCallback callback; 101 IAdvertisingSetCallback callback) { in AdvertiserInfo() 108 IBinder toBinder(IAdvertisingSetCallback e) { in toBinder() 113 public IAdvertisingSetCallback callback; 116 AdvertisingSetDeathRecipient(IAdvertisingSetCallback callback, String packageName) { in AdvertisingSetDeathRecipient() 159 IAdvertisingSetCallback callback = entry.getValue().callback; in onAdvertisingSetStarted() 201 IAdvertisingSetCallback callback = entry.getValue().callback; in onAdvertisingEnabled() 221 IAdvertisingSetCallback callback) { in startAdvertisingSet() 311 IAdvertisingSetCallback callback = entry.getValue().callback; in onOwnAddressRead() [all …]
|
D | GattService.java | 47 import android.bluetooth.le.IAdvertisingSetCallback; 147 static class AdvertiserMap extends ContextMap<IAdvertisingSetCallback, Void> {} 999 IAdvertisingSetCallback callback, in startAdvertisingSet() 1020 IAdvertisingSetCallback callback, AttributionSource attributionSource) { in stopAdvertisingSet() 1925 IAdvertisingSetCallback callback, in startAdvertisingSet() 1948 void stopAdvertisingSet(IAdvertisingSetCallback callback, AttributionSource attributionSource) { in stopAdvertisingSet()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/le/ |
D | BluetoothLeAdvertiser.java | 72 private final Map<AdvertisingSetCallback, IAdvertisingSetCallback> mCallbackWrappers = 575 IAdvertisingSetCallback wrapped = wrap(callback, handler); 616 IAdvertisingSetCallback wrapped = mCallbackWrappers.remove(callback); 741 IAdvertisingSetCallback wrap(AdvertisingSetCallback callback, Handler handler) { 742 return new IAdvertisingSetCallback.Stub() {
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/ |
D | AdvertiseManagerTest.java | 27 import android.bluetooth.le.IAdvertisingSetCallback; 61 @Mock private IAdvertisingSetCallback mCallback;
|
D | GattServiceBinderTest.java | 32 import android.bluetooth.le.IAdvertisingSetCallback; 619 IAdvertisingSetCallback callback = mock(IAdvertisingSetCallback.class); in startAdvertisingSet() 649 IAdvertisingSetCallback callback = mock(IAdvertisingSetCallback.class); in stopAdvertisingSet()
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/le/ |
D | IAdvertisingSetCallback.aidl | 22 oneway interface IAdvertisingSetCallback { interface
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothGatt.aidl | 39 import android.bluetooth.le.IAdvertisingSetCallback; 72 … in IAdvertisingSetCallback callback, in AttributionSource attributionSource); in startAdvertisingSet() 74 …void stopAdvertisingSet(in IAdvertisingSetCallback callback, in AttributionSource attributionSourc… in stopAdvertisingSet()
|
/packages/modules/Bluetooth/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 1462 …ngParameters;Landroid/bluetooth/le/AdvertiseData;IILandroid/bluetooth/le/IAdvertisingSetCallback;)V 1465 …oth/IBluetoothGatt$Stub$Proxy;->stopAdvertisingSet(Landroid/bluetooth/le/IAdvertisingSetCallback;)V 1574 …ngParameters;Landroid/bluetooth/le/AdvertiseData;IILandroid/bluetooth/le/IAdvertisingSetCallback;)V 1577 …roid/bluetooth/IBluetoothGatt;->stopAdvertisingSet(Landroid/bluetooth/le/IAdvertisingSetCallback;)V 2444 …tooth/le/AdvertisingSetCallback;Landroid/os/Handler;)Landroid/bluetooth/le/IAdvertisingSetCallback; 2483 Landroid/bluetooth/le/IAdvertisingSetCallback$Stub$Proxy;-><init>(Landroid/os/IBinder;)V 2484 Landroid/bluetooth/le/IAdvertisingSetCallback$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/Strin… 2485 Landroid/bluetooth/le/IAdvertisingSetCallback$Stub$Proxy;->mRemote:Landroid/os/IBinder; 2486 Landroid/bluetooth/le/IAdvertisingSetCallback$Stub$Proxy;->onAdvertisingDataSet(II)V 2487 Landroid/bluetooth/le/IAdvertisingSetCallback$Stub$Proxy;->onAdvertisingEnabled(IZI)V [all …]
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth_adv.rs | 91 pub trait IAdvertisingSetCallback: RPCProxy { trait 571 callbacks: Callbacks<dyn IAdvertisingSetCallback + Send>, 681 ) -> Option<&mut Box<dyn IAdvertisingSetCallback + Send>> { in get_callback() 787 fn register_callback(&mut self, callback: Box<dyn IAdvertisingSetCallback + Send>) -> u32; in register_callback() 877 fn register_callback(&mut self, callback: Box<dyn IAdvertisingSetCallback + Send>) -> u32 { in register_callback() 1439 callbacks: Callbacks<dyn IAdvertisingSetCallback + Send>, 1674 fn register_callback(&mut self, callback: Box<dyn IAdvertisingSetCallback + Send>) -> u32 { in register_callback()
|
D | bluetooth_gatt.rs | 25 BtifGattAdvCallbacks, IAdvertisingSetCallback, PeriodicAdvertisingParameters, 406 callback: Box<dyn IAdvertisingSetCallback + Send>, in register_advertiser_callback() 2312 callback: Box<dyn IAdvertisingSetCallback + Send>, in register_advertiser_callback()
|
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | iface_bluetooth_gatt.rs | 5 AdvertiseData, AdvertisingSetParameters, IAdvertisingSetCallback, ManfId, 479 impl IAdvertisingSetCallback for AdvertisingSetCallbackDBus { 650 callback: Box<dyn IAdvertisingSetCallback + Send>, in register_advertiser_callback()
|
/packages/modules/Bluetooth/android/app/aidl/ |
D | Android.bp | 63 "android/bluetooth/le/IAdvertisingSetCallback.aidl",
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | callbacks.rs | 26 use btstack::bluetooth_adv::IAdvertisingSetCallback; 543 impl IAdvertisingSetCallback for AdvertisingSetCallback {
|
D | dbus_iface.rs | 35 AdvertiseData, AdvertisingSetParameters, IAdvertisingSetCallback, ManfId, 1234 impl IAdvertisingSetCallback for IAdvertisingSetCallbackDBus { 1508 callback: Box<dyn IAdvertisingSetCallback + Send>, in register_advertiser_callback()
|