/hardware/interfaces/power/1.2/vts/functional/ |
D | VtsHalPowerV1_2TargetTest.cpp | 55 std::vector<PowerHint> hints; in TEST_F() local 58 hints.emplace_back(static_cast<PowerHint>(i)); in TEST_F() 61 hints.emplace_back(badHint); in TEST_F() 64 for (auto& hint : hints) { in TEST_F()
|
/hardware/interfaces/power/1.3/ |
D | IPower.hal | 22 * Called to pass hints on power requirements which 30 * and is described along with the comments for each of the hints.
|
/hardware/interfaces/power/1.2/ |
D | IPower.hal | 22 * called to pass hints on power requirements which 30 * and is described along with the comments for each of the hints.
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/ |
D | cpuhint.h | 55 int (*fn_lock_acquire_)(int handle, int duration, int *hints, int num_args) = NULL;
|
D | hwc_color_manager.cpp | 291 layer.hints = 0; in CreateSolidFillLayers()
|
/hardware/qcom/display/msm8909/sdm/libs/hwc/ |
D | cpuhint.h | 55 int (*fn_lock_acquire_)(int handle, int duration, int *hints, int num_args) = NULL;
|
D | hwc_color_manager.cpp | 291 layer.hints = 0; in CreateSolidFillLayers()
|
/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
D | cpuhint.h | 55 int (*fn_lock_acquire_)(int handle, int duration, int *hints, int num_args) = NULL;
|
/hardware/qcom/sdm845/display/sdm/libs/hwc2/ |
D | cpuhint.h | 55 int (*fn_lock_acquire_)(int handle, int duration, int *hints, int num_args) = NULL;
|
/hardware/qcom/display/msm8996/sdm/libs/hwc/ |
D | cpuhint.h | 55 int (*fn_lock_acquire_)(int handle, int duration, int *hints, int num_args) = NULL;
|
D | hwc_color_manager.cpp | 291 layer.hints = 0; in CreateSolidFillLayers()
|
D | hwc_display.cpp | 606 hwc_layer.hints |= HWC_HINT_CLEAR_FB; in PrepareLayerStack()
|
/hardware/interfaces/power/1.1/ |
D | IPower.hal | 38 * powerHintAsync() is called to pass hints on power requirements which 46 * and is described along with the comments for each of the hints.
|
/hardware/interfaces/power/1.1/vts/functional/ |
D | VtsHalPowerV1_1TargetTest.cpp | 75 auto hints = {PowerHint::VSYNC, PowerHint::INTERACTION, PowerHint::VIDEO_ENCODE, in TEST_F() local 79 for (auto hint : hints) { in TEST_F()
|
/hardware/interfaces/power/1.0/vts/functional/ |
D | VtsHalPowerV1_0TargetTest.cpp | 130 auto hints = {PowerHint::VSYNC, PowerHint::INTERACTION, in TEST_F() local 136 for (auto hint : hints) { in TEST_F()
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_dump_layers.cpp | 267 (layer->hints)? "":"[None]", in logLayer() 268 (layer->hints & HWC_HINT_TRIPLE_BUFFER)? "[Triple Buffer]":"", in logLayer() 269 (layer->hints & HWC_HINT_CLEAR_FB)? "[Clear FB]":"", in logLayer()
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_dump_layers.cpp | 267 (layer->hints)? "":"[None]", in logLayer() 268 (layer->hints & HWC_HINT_TRIPLE_BUFFER)? "[Triple Buffer]":"", in logLayer() 269 (layer->hints & HWC_HINT_CLEAR_FB)? "[Clear FB]":"", in logLayer()
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_dump_layers.cpp | 271 (layer->hints)? "":"[None]", in logLayer() 272 (layer->hints & HWC_HINT_TRIPLE_BUFFER)? "[Triple Buffer]":"", in logLayer() 273 (layer->hints & HWC_HINT_CLEAR_FB)? "[Clear FB]":"", in logLayer()
|
D | HWC2On1Adapter.cpp | 1566 if (hwcLayer.hints != 0) { in to_string() 1568 if ((hwcLayer.hints & HWC_HINT_TRIPLE_BUFFER) != 0) { in to_string() 1571 if ((hwcLayer.hints & HWC_HINT_CLEAR_FB) != 0) { in to_string() 1932 if ((hwc1Layer.hints & HWC_HINT_CLEAR_FB) != 0) { in updateLayerRequests() 1947 hwc1Target.hints = 0; in prepareFramebufferTarget() 2321 hwc1Layer.hints |= HWC_IS_CURSOR_LAYER; in applyCompositionType()
|
/hardware/interfaces/power/1.0/ |
D | IPower.hal | 53 * powerHint() is called to pass hints on power requirements which 61 * and is described along with the comments for each of the hints.
|
/hardware/libhardware/include/hardware/ |
D | hwcomposer.h | 125 uint32_t hints; member
|
/hardware/libhardware/tests/hardware/ |
D | struct-offset.cpp | 146 CHECK_MEMBER_AT(hwc_layer_1_t, hints, 4, 4); in CheckOffsets()
|
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/ |
D | HWC2On1Adapter.cpp | 1465 if (hwcLayer.hints != 0) { in to_string() 1467 if ((hwcLayer.hints & HWC_HINT_TRIPLE_BUFFER) != 0) { in to_string() 1470 if ((hwcLayer.hints & HWC_HINT_CLEAR_FB) != 0) { in to_string() 1862 if ((hwc1Layer.hints & HWC_HINT_CLEAR_FB) != 0) { in updateLayerRequests() 1876 hwc1Target.hints = 0; in prepareFramebufferTarget() 2218 hwc1Layer.hints |= HWC_IS_CURSOR_LAYER; in applyCompositionType() 2425 ALOGV(" hints : 0x%08x", layer.hints); in dumpHWC1Message()
|
/hardware/libhardware/tests/hwc/ |
D | cnativewindow.c | 159 dl->hints = 0; in set_layer()
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
D | hwc_mdpcomp.cpp | 155 layer->hints |= HWC_HINT_CLEAR_FB; in setMDPCompLayerFlags()
|