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

  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_display_primary.cpp 93 cpu_hint_(NULL) {
97 cpu_hint_ = new CPUHint();
98 if (cpu_hint_->Init(static_cast<HWCDebugHandler *>(HWCDebugHandler::Get())) != kErrorNone) {
99 delete cpu_hint_;
100 cpu_hint_ = NULL;
344 if (!cpu_hint_) {
349 cpu_hint_->Set();
351 cpu_hint_->Reset();
hwc_display_primary.h 88 CPUHint *cpu_hint_ = nullptr; member in class:sdm::HWCDisplayPrimary
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc2/
hwc_display_primary.cpp 93 cpu_hint_(NULL) {
97 cpu_hint_ = new CPUHint();
98 if (cpu_hint_->Init(static_cast<HWCDebugHandler *>(HWCDebugHandler::Get())) != kErrorNone) {
99 delete cpu_hint_;
100 cpu_hint_ = NULL;
344 if (!cpu_hint_) {
349 cpu_hint_->Set();
351 cpu_hint_->Reset();
hwc_display_primary.h 89 CPUHint *cpu_hint_ = nullptr; member in class:sdm::HWCDisplayPrimary
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_display_primary.h 77 CPUHint cpu_hint_; member in class:sdm::HWCDisplayPrimary
hwc_display_primary.cpp 93 cpu_hint_.Init(static_cast<HWCDebugHandler*>(HWCDebugHandler::Get()));
289 cpu_hint_.Set();
291 cpu_hint_.Reset();
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc/
hwc_display_primary.h 70 CPUHint cpu_hint_; member in class:sdm::HWCDisplayPrimary
hwc_display_primary.cpp 94 cpu_hint_.Init(static_cast<HWCDebugHandler*>(HWCDebugHandler::Get()));
294 cpu_hint_.Set();
296 cpu_hint_.Reset();

Completed in 123 milliseconds