Home
last modified time | relevance | path

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

/system/bt/gd/os/android/
Dwakelock_native.cc45 class SystemSuspendDeathRecipient : public ::android::hardware::hidl_death_recipient { class
47 explicit SystemSuspendDeathRecipient(WakelockNative::Impl* impl) : impl_(impl) {} in SystemSuspendDeathRecipient() function in bluetooth::os::internal::WakelockNative::Impl::SystemSuspendDeathRecipient
56 sp<SystemSuspendDeathRecipient> suspend_death_recipient;
63 pimpl_->suspend_death_recipient = new Impl::SystemSuspendDeathRecipient(pimpl_.get()); in Initialize()