Home
last modified time | relevance | path

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

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