Searched refs:present (Results 1 - 15 of 15) sorted by relevance

/frameworks/native/services/audiomanager/
H A DIPlayer.cpp167 int32_t present; local
168 status_t status = data.readInt32(&present);
169 if (status == NO_ERROR && present != 0) {
173 status = status ?: data.readInt32(&present);
174 if (status == NO_ERROR && present != 0) {
/frameworks/av/media/libaudioclient/
H A DIAudioTrack.cpp262 int32_t present; local
263 status_t status = data.readInt32(&present);
264 if (status == NO_ERROR && present != 0) {
268 status = status ?: data.readInt32(&present);
269 if (status == NO_ERROR && present != 0) {
/frameworks/rs/script_api/
H A Drs_for_each.spec204 present if and only if the kernel has a non-void return value.
254 This function returns 0 if the Array0 dimension is not present.
267 Returns 0 if the Array1 dimension is not present.
281 Returns 0 if the Array2 dimension is not present.
294 Returns 0 if the Array3 dimension is not present.
307 Returns 0 if the Array0 dimension is not present.
322 Returns 0 if the Array1 dimension is not present.
335 Returns 0 if the Array2 dimension is not present.
348 Returns 0 if the Array3 dimension is not present.
354 ret: bool, "Returns true if more than one face is present, fals
[all...]
H A Drs_allocation_create.spec91 dimY, if present and non-zero, indicates that the Y dimension is present and
94 dimZ, if present and non-zero, indicates that the Z dimension is present and
/frameworks/av/media/libmedia/
H A DIMediaPlayer.cpp850 int32_t present; local
851 status_t status = data.readInt32(&present);
852 if (status == NO_ERROR && present != 0) {
857 status = data.readInt32(&present);
859 if (status == NO_ERROR && present != 0) {
/frameworks/native/services/surfaceflinger/tests/hwc2/
H A DHwc2TestBuffer.cpp204 void present() const function in class:Hwc2TestEglManager
291 mEglManager.present();
/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java1111 && mNavigationColorViewState.present;
1113 && mNavigationColorViewState.present;
1213 state.present = state.attributes.isPresent(sysUiVis, mWindow.getAttributes().flags, force);
1214 boolean show = state.attributes.isVisible(state.present, color,
2353 boolean present = false; field in class:DecorView.ColorViewState
2395 public boolean isVisible(boolean present, int color, int windowFlags, boolean force) { argument
2396 return present
2402 final boolean present = isPresent(sysUiVis, windowFlags, force);
2403 return isVisible(present, color, windowFlags, force);
/frameworks/wilhelm/src/
H A DAndroid.mk200 # present in Brillo), so it doesn't really make sense to have it anyways. See
/frameworks/native/include/binder/
H A DParcel.h855 int32_t present; local
856 status_t status = readInt32(&present);
859 if (status != OK || !present) {
/frameworks/native/libs/binder/include/binder/
H A DParcel.h855 int32_t present; local
856 status_t status = readInt32(&present);
859 if (status != OK || !present) {
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2.h240 [[clang::warn_unused_result]] Error present(
263 // command buffer is implicitly submitted in validate, present, and
H A DHWC2.cpp607 Error Display::present(sp<Fence>* outPresentFence) function in class:HWC2::Display
H A DHWComposer.cpp485 ALOGV("SkipValidate failed, Falling back to SLOW validate/present");
634 auto error = hwcDisplay->present(&displayData.lastPresentFence);
/frameworks/native/libs/hwc2on1adapter/
H A DHWC2On1Adapter.cpp221 displayHook<decltype(&Display::present),
222 &Display::present, int32_t*>);
781 Error HWC2On1Adapter::Display::present(int32_t* outRetireFence) { function in class:android::HWC2On1Adapter::Display
787 ALOGE("[%" PRIu64 "] present: setAllDisplaysFailed (%s)", mId,
794 ALOGV("[%" PRIu64 "] present returning retire fence %d", mId,
2251 // HWC2 present fences when they are deferred, but it's not very reliable.
2321 // Push the external display, if present
2327 // Even if an external display isn't present, we still need to send
2332 // Push the hardware virtual display, if supported and present
/frameworks/native/libs/hwc2on1adapter/include/hwc2on1adapter/
H A DHWC2On1Adapter.h138 // hwc1.set() and hwc2.present(). Read hwcomposer.h and hwcomposer2.h
144 // special call after present() for frame n. These fences signal
149 // on the panel whereas a present fence (HWC2) is signaled when a
226 // at once, the first call to any Display::present will trigger
227 // present() on all Displays in the Device. Subsequent calls without
230 HWC2::Error present(int32_t* outRetireFence);
406 // (or present) when we call HWC2On1Adapter::prepareAllDisplays

Completed in 5275 milliseconds