OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isOnlyVideoDoable
(Results
1 - 6
of
6
) sorted by null
/hardware/qcom/display/msm8960/libhwcomposer/
hwc_mdpcomp.h
144
bool
isOnlyVideoDoable
(hwc_context_t *ctx, hwc_display_contents_1_t* list);
hwc_mdpcomp.cpp
483
bool MDPComp::
isOnlyVideoDoable
(hwc_context_t *ctx,
762
} else if(
isOnlyVideoDoable
(ctx, list)) {
[
all
...]
/hardware/qcom/display/msm8974/libhwcomposer/
hwc_mdpcomp.h
153
bool
isOnlyVideoDoable
(hwc_context_t *ctx, hwc_display_contents_1_t* list);
hwc_mdpcomp.cpp
618
bool MDPComp::
isOnlyVideoDoable
(hwc_context_t *ctx,
902
} else if(
isOnlyVideoDoable
(ctx, list)) {
[
all
...]
/hardware/qcom/display/msm8x26/libhwcomposer/
hwc_mdpcomp.h
144
bool
isOnlyVideoDoable
(hwc_context_t *ctx, hwc_display_contents_1_t* list);
hwc_mdpcomp.cpp
478
bool MDPComp::
isOnlyVideoDoable
(hwc_context_t *ctx,
751
} else if(
isOnlyVideoDoable
(ctx, list)) {
[
all
...]
Completed in 27 milliseconds