Searched refs:SystemSuspendDeathRecipient (Results 1 – 1 of 1) sorted by relevance
45 class SystemSuspendDeathRecipient : public ::android::hardware::hidl_death_recipient { class47 explicit SystemSuspendDeathRecipient(WakelockNative::Impl* impl) : impl_(impl) {} in SystemSuspendDeathRecipient() function in bluetooth::os::internal::WakelockNative::Impl::SystemSuspendDeathRecipient56 sp<SystemSuspendDeathRecipient> suspend_death_recipient;63 pimpl_->suspend_death_recipient = new Impl::SystemSuspendDeathRecipient(pimpl_.get()); in Initialize()