HomeSort by relevance Sort by last modified time
    Searched refs:gThermalHalDeathRecipient (Results 1 - 2 of 2) sorted by null

  /frameworks/base/cmds/statsd/src/external/
ResourceThermalManagerPuller.cpp 64 sp<ThermalHalDeathRecipient> gThermalHalDeathRecipient = nullptr;
73 if (gThermalHalDeathRecipient == nullptr) {
74 gThermalHalDeathRecipient = new ThermalHalDeathRecipient();
77 gThermalHalDeathRecipient, 0x451F /* cookie */);
  /frameworks/base/services/core/jni/
com_android_server_HardwarePropertiesManagerService.cpp 78 sp<ThermalHalDeathRecipient> gThermalHalDeathRecipient = nullptr;
97 if (gThermalHalDeathRecipient == nullptr) {
98 gThermalHalDeathRecipient = new ThermalHalDeathRecipient();
101 gThermalHalDeathRecipient, 0x451F /* cookie */);

Completed in 72 milliseconds