Home
last modified time | relevance | path

Searched refs:BpBluetoothCallback (Results 1 – 2 of 2) sorted by relevance

/system/bt/service/common/bluetooth/binder/
DIBluetoothCallback.h73 class BpBluetoothCallback : public android::BpInterface<IBluetoothCallback> {
75 BpBluetoothCallback(const android::sp<android::IBinder>& impl);
76 virtual ~BpBluetoothCallback() = default;
83 DISALLOW_COPY_AND_ASSIGN(BpBluetoothCallback);
DIBluetoothCallback.cpp66 BpBluetoothCallback::BpBluetoothCallback(const sp<IBinder>& impl) in BpBluetoothCallback() function in ipc::binder::BpBluetoothCallback
70 void BpBluetoothCallback::OnBluetoothStateChange( in OnBluetoothStateChange()