Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_HardwarePropertiesManagerService.cpp86 sp<ThermalHidlHalDeathRecipient> gThermalHidlHalDeathRecipient = nullptr; variable
128 if (gThermalHidlHalDeathRecipient == nullptr) { in getThermalHalLocked()
129 gThermalHidlHalDeathRecipient = new ThermalHidlHalDeathRecipient(); in getThermalHalLocked()
132 gThermalHidlHal->linkToDeath(gThermalHidlHalDeathRecipient, 0x451F /* cookie */); in getThermalHalLocked()