Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/external/
DResourceThermalManagerPuller.cpp64 sp<ThermalHalDeathRecipient> gThermalHalDeathRecipient = nullptr; variable
73 if (gThermalHalDeathRecipient == nullptr) { in getThermalHalLocked()
74 gThermalHalDeathRecipient = new ThermalHalDeathRecipient(); in getThermalHalLocked()
77 gThermalHalDeathRecipient, 0x451F /* cookie */); in getThermalHalLocked()
/frameworks/base/services/core/jni/
Dcom_android_server_HardwarePropertiesManagerService.cpp78 sp<ThermalHalDeathRecipient> gThermalHalDeathRecipient = nullptr; variable
97 if (gThermalHalDeathRecipient == nullptr) { in getThermalHalLocked()
98 gThermalHalDeathRecipient = new ThermalHalDeathRecipient(); in getThermalHalLocked()
101 gThermalHalDeathRecipient, 0x451F /* cookie */); in getThermalHalLocked()