Home
last modified time | relevance | path

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

/aosp12/system/bt/service/example/heart_rate/
H A Dserver_main.cc48 class BluetoothDeathRecipient : public android::IBinder::DeathRecipient { class
50 explicit BluetoothDeathRecipient( in BluetoothDeathRecipient() function in __anon9f047d1c0110::BluetoothDeathRecipient
/aosp12/hardware/interfaces/bluetooth/1.0/default/
H A Dbluetooth_hci.h35 class BluetoothDeathRecipient; variable
H A Dbluetooth_hci.cc34 class BluetoothDeathRecipient : public hidl_death_recipient { class
36 BluetoothDeathRecipient(const sp<IBluetoothHci> hci) : mHci(hci) {} in BluetoothDeathRecipient() function in android::hardware::bluetooth::V1_0::implementation::BluetoothDeathRecipient
/aosp12/hardware/interfaces/bluetooth/1.1/default/
H A Dbluetooth_hci.h36 class BluetoothDeathRecipient; variable
H A Dbluetooth_hci.cc37 class BluetoothDeathRecipient : public hidl_death_recipient { class
39 BluetoothDeathRecipient(const sp<IBluetoothHci> hci) : mHci(hci) {} in BluetoothDeathRecipient() function in android::hardware::bluetooth::V1_1::implementation::BluetoothDeathRecipient
/aosp12/system/bt/test/rootcanal/
H A Dbluetooth_hci.h39 class BluetoothDeathRecipient; variable
H A Dbluetooth_hci.cc49 class BluetoothDeathRecipient : public hidl_death_recipient { class
51 BluetoothDeathRecipient(const sp<IBluetoothHci> hci) : mHci(hci) {} in BluetoothDeathRecipient() function in android::hardware::bluetooth::V1_1::sim::BluetoothDeathRecipient
/aosp12/system/bt/vendor_libs/linux/interface/
H A Dbluetooth_hci.h38 class BluetoothDeathRecipient; variable
H A 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_1::btlinux::BluetoothDeathRecipient
/aosp12/system/bt/service/client/
H A Dmain.cc1049 class BluetoothDeathRecipient : public android::IBinder::DeathRecipient { class