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

  /hardware/qcom/audio/hal/
audio_perf.cpp 54 static android::sp<PowerHalDeathRecipient> gPowerHalDeathRecipient = nullptr;
64 if (gPowerHalDeathRecipient == nullptr) {
65 gPowerHalDeathRecipient = new PowerHalDeathRecipient();
68 gPowerHalDeathRecipient, 0 /* cookie */);
  /hardware/qcom/camera/msm8998/QCamera2/util/
QCameraPerf.cpp 70 sp<PowerHalDeathRecipient> gPowerHalDeathRecipient = nullptr;
83 if (gPowerHalDeathRecipient == nullptr) {
84 gPowerHalDeathRecipient = new PowerHalDeathRecipient();
87 gPowerHalDeathRecipient, 0x451F /* cookie */);

Completed in 117 milliseconds