Home
last modified time | relevance | path

Searched refs:hints (Results 1 – 25 of 30) sorted by relevance

12

/hardware/interfaces/power/1.2/vts/functional/
DVtsHalPowerV1_2TargetTest.cpp55 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/
DIPower.hal22 * 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/
DIPower.hal22 * 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/
Dcpuhint.h55 int (*fn_lock_acquire_)(int handle, int duration, int *hints, int num_args) = NULL;
Dhwc_color_manager.cpp291 layer.hints = 0; in CreateSolidFillLayers()
/hardware/qcom/display/msm8909/sdm/libs/hwc/
Dcpuhint.h55 int (*fn_lock_acquire_)(int handle, int duration, int *hints, int num_args) = NULL;
Dhwc_color_manager.cpp291 layer.hints = 0; in CreateSolidFillLayers()
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dcpuhint.h55 int (*fn_lock_acquire_)(int handle, int duration, int *hints, int num_args) = NULL;
/hardware/qcom/sdm845/display/sdm/libs/hwc2/
Dcpuhint.h55 int (*fn_lock_acquire_)(int handle, int duration, int *hints, int num_args) = NULL;
/hardware/qcom/display/msm8996/sdm/libs/hwc/
Dcpuhint.h55 int (*fn_lock_acquire_)(int handle, int duration, int *hints, int num_args) = NULL;
Dhwc_color_manager.cpp291 layer.hints = 0; in CreateSolidFillLayers()
Dhwc_display.cpp606 hwc_layer.hints |= HWC_HINT_CLEAR_FB; in PrepareLayerStack()
/hardware/interfaces/power/1.1/
DIPower.hal38 * 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/
DVtsHalPowerV1_1TargetTest.cpp75 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/
DVtsHalPowerV1_0TargetTest.cpp130 auto hints = {PowerHint::VSYNC, PowerHint::INTERACTION, in TEST_F() local
136 for (auto hint : hints) { in TEST_F()
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_dump_layers.cpp267 (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/
Dhwc_dump_layers.cpp267 (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/
Dhwc_dump_layers.cpp271 (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()
DHWC2On1Adapter.cpp1566 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/
DIPower.hal53 * 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/
Dhwcomposer.h125 uint32_t hints; member
/hardware/libhardware/tests/hardware/
Dstruct-offset.cpp146 CHECK_MEMBER_AT(hwc_layer_1_t, hints, 4, 4); in CheckOffsets()
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
DHWC2On1Adapter.cpp1465 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/
Dcnativewindow.c159 dl->hints = 0; in set_layer()
/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_mdpcomp.cpp155 layer->hints |= HWC_HINT_CLEAR_FB; in setMDPCompLayerFlags()

12