Home
last modified time | relevance | path

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

/hardware/google/pixel/usb/
DUsbOverheatEvent.cpp223 if (thermal_aidl_death_recipient_.get() == nullptr) { in connectAidlThermalService()
224 thermal_aidl_death_recipient_ = ndk::ScopedAIBinder_DeathRecipient( in connectAidlThermalService()
228 thermal_aidl_death_recipient_.get(), this); in connectAidlThermalService()
/hardware/google/pixel/usb/include/pixelusb/
DUsbOverheatEvent.h115 ndk::ScopedAIBinder_DeathRecipient thermal_aidl_death_recipient_; variable