Searched refs:BpBluetoothCallback (Results 1 – 2 of 2) sorted by relevance
73 class BpBluetoothCallback : public android::BpInterface<IBluetoothCallback> {75 BpBluetoothCallback(const android::sp<android::IBinder>& impl);76 virtual ~BpBluetoothCallback() = default;83 DISALLOW_COPY_AND_ASSIGN(BpBluetoothCallback);
66 BpBluetoothCallback::BpBluetoothCallback(const sp<IBinder>& impl) in BpBluetoothCallback() function in ipc::binder::BpBluetoothCallback70 void BpBluetoothCallback::OnBluetoothStateChange( in OnBluetoothStateChange()