Searched refs:BluetoothDeathRecipient (Results 1 - 2 of 2) sorted by relevance

/system/bt/service/example/heart_rate/
H A Dserver_main.cpp49 class BluetoothDeathRecipient : public android::IBinder::DeathRecipient { class in namespace:__anon789
51 BluetoothDeathRecipient( function in class:__anon789::BluetoothDeathRecipient
56 ~BluetoothDeathRecipient() override = default;
110 sp<BluetoothDeathRecipient> dr(
111 new BluetoothDeathRecipient(main_loop.task_runner()));
/system/bt/service/client/
H A Dmain.cpp784 class BluetoothDeathRecipient : public android::IBinder::DeathRecipient { class in inherits:android::IBinder::DeathRecipient
786 BluetoothDeathRecipient() = default;
787 ~BluetoothDeathRecipient() override = default;
801 DISALLOW_COPY_AND_ASSIGN(BluetoothDeathRecipient);
821 sp<BluetoothDeathRecipient> dr(new BluetoothDeathRecipient());

Completed in 73 milliseconds