Home
last modified time | relevance | path

Searched defs:BluetoothDeathRecipient (Results 1 – 6 of 6) sorted by relevance

/system/bt/service/example/heart_rate/
Dserver_main.cc48 class BluetoothDeathRecipient : public android::IBinder::DeathRecipient { class
50 explicit BluetoothDeathRecipient( in BluetoothDeathRecipient() function in __anonca8f5f590111::BluetoothDeathRecipient
/system/bt/test/rootcanal/
Dbluetooth_hci.h37 class BluetoothDeathRecipient; variable
Dbluetooth_hci.cc50 class BluetoothDeathRecipient : public hidl_death_recipient { class
52 BluetoothDeathRecipient(const sp<IBluetoothHci> hci) : mHci(hci) {} in BluetoothDeathRecipient() function in android::hardware::bluetooth::V1_0::sim::BluetoothDeathRecipient
/system/bt/vendor_libs/linux/interface/
Dbluetooth_hci.h37 class BluetoothDeathRecipient; variable
Dbluetooth_hci.cc244 class BluetoothDeathRecipient : public hidl_death_recipient { class
246 BluetoothDeathRecipient(const sp<IBluetoothHci> hci) : mHci(hci) {} in BluetoothDeathRecipient() function in android::hardware::bluetooth::V1_0::btlinux::BluetoothDeathRecipient
/system/bt/service/client/
Dmain.cc1049 class BluetoothDeathRecipient : public android::IBinder::DeathRecipient { class