Searched defs:present (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/include/binder/
H A DParcel.h722 int32_t present; local
723 status_t status = readInt32(&present);
726 if (status != OK || !present) {
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2.cpp755 Error Display::present(sp<Fence>* outRetireFence) function in class:HWC2::Display
H A DHWC2On1Adapter.cpp259 displayHook<decltype(&Display::present),
260 &Display::present, int32_t*>);
833 Error HWC2On1Adapter::Display::present(int32_t* outRetireFence) function in class:android::HWC2On1Adapter::Display
840 ALOGE("[%" PRIu64 "] present: setAllDisplaysFailed (%s)", mId,
847 ALOGV("[%" PRIu64 "] present returning retire fence %d", mId,
2417 // Push the external display, if present
2425 // Even if an external display isn't present, we still need to send
2430 // Push the hardware virtual display, if supported and present
/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java1044 && mNavigationColorViewState.present;
1134 state.present = (sysUiVis & state.systemUiHideFlag) == 0
1138 boolean show = state.present
2211 boolean present = false; field in class:DecorView.ColorViewState

Completed in 824 milliseconds