HomeSort by relevance Sort by last modified time
    Searched refs:BluetoothDeathRecipient (Results 1 - 2 of 2) sorted by null

  /system/bt/service/example/heart_rate/
server_main.cpp 49 class BluetoothDeathRecipient : public android::IBinder::DeathRecipient {
51 BluetoothDeathRecipient(
56 ~BluetoothDeathRecipient() override = default;
110 sp<BluetoothDeathRecipient> dr(
111 new BluetoothDeathRecipient(main_loop.task_runner()));
  /system/bt/service/client/
main.cpp 784 class BluetoothDeathRecipient : public android::IBinder::DeathRecipient {
786 BluetoothDeathRecipient() = default;
787 ~BluetoothDeathRecipient() override = default;
801 DISALLOW_COPY_AND_ASSIGN(BluetoothDeathRecipient);
821 sp<BluetoothDeathRecipient> dr(new BluetoothDeathRecipient());

Completed in 46 milliseconds