OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AcceptDisplayChanges
(Results
1 - 6
of
6
) sorted by null
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_display.h
142
virtual HWC2::Error
AcceptDisplayChanges
(void);
hwc_session.cpp
218
static int32_t
AcceptDisplayChanges
(hwc2_device_t *device, hwc2_display_t display) {
219
return HWCSession::CallDisplayFunction(device, display, &HWCDisplay::
AcceptDisplayChanges
);
592
case HWC2::FunctionDescriptor::
AcceptDisplayChanges
:
593
return AsFP<HWC2_PFN_ACCEPT_DISPLAY_CHANGES>(
AcceptDisplayChanges
);
[
all
...]
hwc_display.cpp
772
HWC2::Error HWCDisplay::
AcceptDisplayChanges
() {
[
all
...]
/hardware/libhardware/include/hardware/
hwcomposer2.h
404
return "
AcceptDisplayChanges
";
601
AcceptDisplayChanges
= HWC2_FUNCTION_ACCEPT_DISPLAY_CHANGES,
[
all
...]
/frameworks/native/services/surfaceflinger/DisplayHardware/
HWC2.cpp
351
if (!loadFunctionPointer(FunctionDescriptor::
AcceptDisplayChanges
,
[
all
...]
HWC2On1Adapter.cpp
198
case FunctionDescriptor::
AcceptDisplayChanges
:
[
all
...]
Completed in 4496 milliseconds