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

  /hardware/interfaces/bluetooth/1.0/default/
bluetooth_hci.h 35 class BluetoothDeathRecipient;
49 ::android::sp<BluetoothDeathRecipient> death_recipient_;
50 std::function<void(sp<BluetoothDeathRecipient>&)> unlink_cb_;
bluetooth_hci.cc 34 class BluetoothDeathRecipient : public hidl_death_recipient {
36 BluetoothDeathRecipient(const sp<IBluetoothHci> hci) : mHci(hci) {}
41 ALOGE("BluetoothDeathRecipient::serviceDied - Bluetooth service died");
54 : death_recipient_(new BluetoothDeathRecipient(this)) {}
100 unlink_cb_ = [cb](sp<BluetoothDeathRecipient>& death_recipient) {
  /device/linaro/hikey/bluetooth/
bluetooth_hci.h 35 struct BluetoothDeathRecipient : hidl_death_recipient {
36 BluetoothDeathRecipient(const sp<IBluetoothHci> hci) : mHci(hci) {}
66 ::android::sp<BluetoothDeathRecipient> deathRecipient;
bluetooth_hci.cc 36 : deathRecipient(new BluetoothDeathRecipient(this)) {}
  /system/bt/test/rootcanal/
bluetooth_hci.h 35 class BluetoothDeathRecipient;
60 sp<BluetoothDeathRecipient> death_recipient_;
62 std::function<void(sp<BluetoothDeathRecipient>&)> unlink_cb_;
bluetooth_hci.cc 47 class BluetoothDeathRecipient : public hidl_death_recipient {
49 BluetoothDeathRecipient(const sp<IBluetoothHci> hci) : mHci(hci) {}
54 ALOGE("BluetoothDeathRecipient::serviceDied - Bluetooth service died");
67 : death_recipient_(new BluetoothDeathRecipient(this)) {}
135 unlink_cb_ = [cb](sp<BluetoothDeathRecipient>& death_recipient) {
  /system/bt/vendor_libs/linux/interface/
bluetooth_hci.h 37 class BluetoothDeathRecipient;
66 ::android::sp<BluetoothDeathRecipient> death_recipient_;
67 std::function<void(sp<BluetoothDeathRecipient>&)> unlink_cb_;
bluetooth_hci.cc 245 class BluetoothDeathRecipient : public hidl_death_recipient {
247 BluetoothDeathRecipient(const sp<IBluetoothHci> hci) : mHci(hci) {}
252 ALOGE("BluetoothDeathRecipient::serviceDied - Bluetooth service died");
265 : death_recipient_(new BluetoothDeathRecipient(this)) {}
293 unlink_cb_ = [cb](sp<BluetoothDeathRecipient>& death_recipient) {
  /system/bt/service/example/heart_rate/
server_main.cc 51 class BluetoothDeathRecipient : public android::IBinder::DeathRecipient {
53 explicit BluetoothDeathRecipient(
57 ~BluetoothDeathRecipient() override = default;
114 sp<BluetoothDeathRecipient> dr(
115 new BluetoothDeathRecipient(main_loop.task_runner()));
  /system/bt/service/client/
main.cc 1012 class BluetoothDeathRecipient : public android::IBinder::DeathRecipient {
1014 BluetoothDeathRecipient() = default;
1015 ~BluetoothDeathRecipient() override = default;
1029 DISALLOW_COPY_AND_ASSIGN(BluetoothDeathRecipient);
1050 sp<BluetoothDeathRecipient> dr(new BluetoothDeathRecipient());
    [all...]

Completed in 125 milliseconds