/hardware/google/pixel/power-libperfmgr/hidl/ |
D | Power.cpp | 141 Return<void> Power::powerHint(PowerHint_1_0 hint, int32_t data) { in powerHint() argument 145 ATRACE_INT(android::hardware::power::V1_0::toString(hint).c_str(), data); in powerHint() 146 ALOGD_IF(hint != PowerHint_1_0::INTERACTION, "%s: %d", in powerHint() 147 android::hardware::power::V1_0::toString(hint).c_str(), static_cast<int>(data)); in powerHint() 148 switch (hint) { in powerHint() 231 Return<void> Power::powerHintAsync(PowerHint_1_0 hint, int32_t data) { in powerHintAsync() argument 233 return powerHint(hint, data); in powerHintAsync() 237 Return<void> Power::powerHintAsync_1_2(PowerHint_1_2 hint, int32_t data) { in powerHintAsync_1_2() argument 242 ATRACE_INT(android::hardware::power::V1_2::toString(hint).c_str(), data); in powerHintAsync_1_2() 243 ALOGD_IF(hint >= PowerHint_1_2::AUDIO_STREAMING, "%s: %d", in powerHintAsync_1_2() [all …]
|
D | Power.h | 56 Return<void> powerHint(PowerHint_1_0 hint, int32_t data) override; 62 Return<void> powerHintAsync(PowerHint_1_0 hint, int32_t data) override; 65 Return<void> powerHintAsync_1_2(PowerHint_1_2 hint, int32_t data) override; 68 Return<void> powerHintAsync_1_3(PowerHint_1_3 hint, int32_t data) override;
|
/hardware/google/pixel/power-libperfmgr/libperfmgr/tools/ |
D | ConfigVerifier.cc | 93 for (const auto& hint : hints) { in execConfig() local 94 if (!hint_name.empty() && hint_name != hint) continue; in execConfig() 95 LOG(INFO) << "Do hint: " << hint; in execConfig() 96 hm->DoHint(hint, std::chrono::milliseconds(hint_duration)); in execConfig() 99 LOG(INFO) << "End hint: " << hint; in execConfig() 100 hm->EndHint(hint); in execConfig()
|
/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
D | cpuhint.cpp | 85 int hint = HINT; in Set() local 87 &hint, sizeof(hint) / sizeof(int)); in Set()
|
/hardware/qcom/display/msm8996/sdm/libs/hwc/ |
D | cpuhint.cpp | 85 int hint = HINT; in Set() local 87 &hint, sizeof(hint) / sizeof(int)); in Set()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/ |
D | cpuhint.cpp | 85 int hint = HINT; in Set() local 87 &hint, sizeof(hint) / sizeof(int)); in Set()
|
/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
D | cpuhint.cpp | 85 int hint = HINT; in Set() local 87 &hint, sizeof(hint) / sizeof(int)); in Set()
|
/hardware/qcom/sdm845/display/sdm/libs/hwc2/ |
D | cpuhint.cpp | 85 int hint = HINT; in Set() local 87 &hint, sizeof(hint) / sizeof(int)); in Set()
|
/hardware/qcom/display/msm8909/sdm/libs/hwc/ |
D | cpuhint.cpp | 85 int hint = HINT; in Set() local 87 &hint, sizeof(hint) / sizeof(int)); in Set()
|
/hardware/interfaces/power/1.2/ |
D | types.hal | 20 /** Power hint identifiers passed to powerHintAsync_1_2() */ 23 * This hint indicates that audio stream is being started. Can be used 31 * This hint indicates that low latency audio is active. Can be used 39 * These hint indicates that camera is being launched. Can be used 47 * This hint indicates that camera stream is being started. Can be used 54 * This hint indicates that camera shot is being taken. Can be used
|
D | IPower.hal | 26 * A particular platform may choose to ignore any hint. 28 * @param hint PowerHint which is passed 29 * @param data contains additional information about the hint 32 oneway powerHintAsync_1_2(PowerHint hint, int32_t data);
|
/hardware/interfaces/power/1.3/ |
D | IPower.hal | 26 * A particular platform may choose to ignore any hint. 28 * @param hint PowerHint which is passed 29 * @param data contains additional information about the hint 32 oneway powerHintAsync_1_3(PowerHint hint, int32_t data);
|
D | types.hal | 20 /** Power hint identifiers passed to powerHintAsync_1_3() */ 23 * This hint indicates that the device is about to enter a period of expensive rendering, and
|
/hardware/interfaces/power/1.1/ |
D | IPower.hal | 42 * A particular platform may choose to ignore any hint. 44 * @param hint PowerHint which is passed 45 * @param data contains additional information about the hint 48 oneway powerHintAsync(PowerHint hint, int32_t data);
|
/hardware/libhardware/modules/power/ |
D | power.c | 41 power_hint_t hint, in power_hint() argument 43 switch (hint) { in power_hint()
|
/hardware/interfaces/power/1.2/vts/functional/ |
D | VtsHalPowerV1_2TargetTest.cpp | 51 for (auto& hint : hints) { in TEST_P() local 52 ret = power->powerHintAsync_1_2(hint, 30000); in TEST_P() 55 ret = power->powerHintAsync_1_2(hint, 0); in TEST_P()
|
/hardware/interfaces/power/1.1/vts/functional/ |
D | VtsHalPowerV1_1TargetTest.cpp | 66 for (auto hint : hints) { in TEST_P() local 67 ret = power->powerHintAsync(hint, 30000); in TEST_P() 70 ret = power->powerHintAsync(hint, 0); in TEST_P()
|
/hardware/qcom/camera/msm8998/QCamera2/util/ |
D | QCameraPerf.cpp | 744 bool QCameraPerfLockIntf::powerHint(PowerHint hint, int32_t data) { in powerHint() argument 751 auto ret = gPowerHal_1_2_->powerHintAsync_1_2(hint, data); in powerHint() 762 if (hint == PowerHint::CAMERA_LAUNCH) { in powerHint() 765 } else if (hint == PowerHint::CAMERA_SHOT) { in powerHint() 767 } else if (hint == PowerHint::CAMERA_STREAMING) { in powerHint() 772 ALOGE("Failed to set power hint: %s.", toString(hint).c_str()); in powerHint()
|
/hardware/qcom/sdm845/display/sdm/include/private/ |
D | color_interface.h | 56 virtual DisplayError ColorIntfGetActiveColorParam(uint32_t hint, uint32_t display_id, 58 virtual DisplayError ColorIntfSetActiveColorParam(uint32_t hint, uint32_t display_id,
|
/hardware/qcom/sm8150/display/sdm/include/private/ |
D | color_interface.h | 57 virtual DisplayError ColorIntfGetActiveColorParam(uint32_t hint, uint32_t display_id, 59 virtual DisplayError ColorIntfSetActiveColorParam(uint32_t hint, uint32_t display_id,
|
/hardware/interfaces/power/1.0/default/ |
D | Power.cpp | 48 Return<void> Power::powerHint(PowerHint hint, int32_t data) { in powerHint() argument 52 mModule->powerHint(mModule, static_cast<power_hint_t>(hint), ¶m); in powerHint() 54 mModule->powerHint(mModule, static_cast<power_hint_t>(hint), NULL); in powerHint()
|
/hardware/interfaces/power/1.0/ |
D | IPower.hal | 57 * A particular platform may choose to ignore any hint. 59 * @param hint PowerHint which is passed 60 * @param data contains additional information about the hint 63 powerHint(PowerHint hint, int32_t data);
|
/hardware/qcom/power/ |
D | power.c | 186 static void power_hint(struct power_module *module, power_hint_t hint, in power_hint() argument 188 switch (hint) { in power_hint()
|
/hardware/qcom/display/msm8996/sdm/libs/hwc2/ |
D | hwc_display.h | 61 HWC2::Error SetColorTransform(const float *matrix, android_color_transform_t hint); 67 android_color_transform_t hint, const double *matrix); 151 virtual HWC2::Error SetColorTransform(const float *matrix, android_color_transform_t hint) { in SetColorTransform() argument 155 android_color_transform_t hint, in HandleColorModeTransform() argument
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/ |
D | hwc_display.h | 64 HWC2::Error SetColorTransform(const float *matrix, android_color_transform_t hint); 70 android_color_transform_t hint, const double *matrix); 178 virtual HWC2::Error SetColorTransform(const float *matrix, android_color_transform_t hint) { in SetColorTransform() argument 182 android_color_transform_t hint, in HandleColorModeTransform() argument
|