/aosp12/system/bt/service/ipc/binder/ |
H A D | bluetooth_binder_server.cc | 37 using android::bluetooth::IBluetoothCallback; 167 const ::android::sp<IBluetoothCallback>& callback) { in RegisterCallback() 178 const ::android::sp<IBluetoothCallback>& callback) { in UnregisterCallback() 391 callbacks_.ForEach([prev_state, new_state](IBluetoothCallback* callback) { in OnAdapterStateChanged() 401 callbacks_.ForEach([&addr_s16, connected](IBluetoothCallback* callback) { in OnDeviceConnectionStateChanged() 409 callbacks_.ForEach([scan_enabled](IBluetoothCallback* callback) { in OnScanEnableChanged() 428 pass_key](IBluetoothCallback* callback) { in OnSspRequest() 441 callbacks_.ForEach([status, &addr_s16, state](IBluetoothCallback* callback) { in OnBondStateChanged() 456 callbacks_.ForEach([status, &devices_s16](IBluetoothCallback* callback) { in OnGetBondedDevices() 471 [status, &addr_s16, &binder_props](IBluetoothCallback* callback) { in OnGetRemoteDeviceProperties() [all …]
|
H A D | bluetooth_binder_server.h | 50 using android::bluetooth::IBluetoothCallback; 96 const ::android::sp<IBluetoothCallback>& callback) override; 98 const ::android::sp<IBluetoothCallback>& callback) override; 154 RemoteCallbackList<IBluetoothCallback> callbacks_;
|
/aosp12/system/bt/gd/rust/linux/service/src/ |
H A D | iface_bluetooth.rs | 3 use btstack::bluetooth::{IBluetooth, IBluetoothCallback}; 23 impl IBluetoothCallback for BluetoothCallbackDBus { 36 fn register_callback(&mut self, callback: Box<dyn IBluetoothCallback + Send>) {} in register_callback()
|
/aosp12/system/bt/service/common/android/bluetooth/ |
H A D | IBluetooth.aidl | 19 import android.bluetooth.IBluetoothCallback; 55 void RegisterCallback(IBluetoothCallback callback); in RegisterCallback() 56 void UnregisterCallback(IBluetoothCallback callback); in UnregisterCallback()
|
H A D | IBluetoothCallback.aidl | 21 oneway interface IBluetoothCallback { interface
|
/aosp12/system/bt/gd/rust/linux/stack/src/ |
H A D | bluetooth.rs | 24 fn register_callback(&mut self, callback: Box<dyn IBluetoothCallback + Send>); in register_callback() 41 pub trait IBluetoothCallback: RPCProxy { interface 53 callbacks: Vec<(u32, Box<dyn IBluetoothCallback + Send>)>, 161 fn register_callback(&mut self, mut callback: Box<dyn IBluetoothCallback + Send>) { in register_callback()
|
/aosp12/system/bt/service/doc/ |
H A D | IBluetooth.txt | 46 * the IBluetoothCallback.onBluetoothStateChange callback. 57 * the IBluetoothCallback.onBluetoothStateChange callback. 90 void registerCallback(in IBluetoothCallback callback); 95 void unregisterCallback(in IBluetoothCallback callback);
|
H A D | IBluetoothCallback.txt | 21 interface IBluetoothCallback {
|
/aosp12/system/bt/binder/android/bluetooth/ |
H A D | IBluetoothCallback.aidl | 24 interface IBluetoothCallback interface
|
H A D | IBluetooth.aidl | 19 import android.bluetooth.IBluetoothCallback; 171 void registerCallback(in IBluetoothCallback callback, in AttributionSource attributionSource); in registerCallback() 173 void unregisterCallback(in IBluetoothCallback callback, in AttributionSource attributionSource); in unregisterCallback()
|
/aosp12/system/bt/binder/ |
H A D | Android.bp | 27 "android/bluetooth/IBluetoothCallback.aidl", 103 "android/bluetooth/IBluetoothCallback.aidl",
|
/aosp12/system/bt/service/common/ |
H A D | Android.bp | 63 "android/bluetooth/IBluetoothCallback.aidl",
|
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/ |
H A D | AdapterServiceTest.java | 28 import android.bluetooth.IBluetoothCallback; 95 private @Mock IBluetoothCallback mIBluetoothCallback;
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
H A D | AdapterService.java | 53 import android.bluetooth.IBluetoothCallback; 261 private RemoteCallbackList<IBluetoothCallback> mCallbacks; 530 mCallbacks = new RemoteCallbackList<IBluetoothCallback>(); in onCreate() 2265 public void registerCallback(IBluetoothCallback callback, AttributionSource source) { in registerCallback() 2279 public void unregisterCallback(IBluetoothCallback callback, AttributionSource source) { in unregisterCallback()
|
/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | BluetoothManagerService.java | 41 import android.bluetooth.IBluetoothCallback; 259 private final IBluetoothCallback mBluetoothCallback = new IBluetoothCallback.Stub() {
|
/aosp12/system/tools/aidl/ |
H A D | hiddenapi-greylist | 60 "android.bluetooth.IBluetoothCallback",
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-unsupported.txt | 68 Landroid/bluetooth/IBluetoothCallback$Stub;-><init>()V
|
H A D | hiddenapi-max-target-o.txt | 10947 Landroid/bluetooth/IBluetooth$Stub$Proxy;->registerCallback(Landroid/bluetooth/IBluetoothCallback;)V 11077 Landroid/bluetooth/IBluetooth;->registerCallback(Landroid/bluetooth/IBluetoothCallback;)V 11094 Landroid/bluetooth/IBluetooth;->unregisterCallback(Landroid/bluetooth/IBluetoothCallback;)V 11216 Landroid/bluetooth/IBluetoothCallback$Stub$Proxy;-><init>(Landroid/os/IBinder;)V 11217 Landroid/bluetooth/IBluetoothCallback$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String; 11218 Landroid/bluetooth/IBluetoothCallback$Stub$Proxy;->mRemote:Landroid/os/IBinder; 11219 Landroid/bluetooth/IBluetoothCallback$Stub$Proxy;->onBluetoothStateChange(II)V 11220 Landroid/bluetooth/IBluetoothCallback$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IB… 11221 Landroid/bluetooth/IBluetoothCallback$Stub;->DESCRIPTOR:Ljava/lang/String; 11222 Landroid/bluetooth/IBluetoothCallback$Stub;->TRANSACTION_onBluetoothStateChange:I [all …]
|
/aosp12/frameworks/base/boot/ |
H A D | preloaded-classes | 1104 android.bluetooth.IBluetoothCallback$Stub$Proxy 1105 android.bluetooth.IBluetoothCallback$Stub 1106 android.bluetooth.IBluetoothCallback
|
H A D | boot-image-profile.txt | 23932 Landroid/bluetooth/IBluetoothCallback$Stub$Proxy; 23933 Landroid/bluetooth/IBluetoothCallback$Stub; 23934 Landroid/bluetooth/IBluetoothCallback;
|
/aosp12/frameworks/base/config/ |
H A D | preloaded-classes | 1101 android.bluetooth.IBluetoothCallback$Stub$Proxy 1102 android.bluetooth.IBluetoothCallback$Stub 1103 android.bluetooth.IBluetoothCallback
|
H A D | boot-image-profile.txt | 33565 Landroid/bluetooth/IBluetoothCallback$Stub$Proxy; 33566 Landroid/bluetooth/IBluetoothCallback$Stub; 33567 Landroid/bluetooth/IBluetoothCallback;
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 1112 …e;->access$4200(Lcom/android/server/BluetoothManagerService;)Landroid/bluetooth/IBluetoothCallback;
|