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

/frameworks/av/media/libaudioclient/
H A DIAudioTrack.cpp264 int32_t present; local
265 status_t status = data.readInt32(&present);
266 if (status == NO_ERROR && present != 0) {
270 status = status ?: data.readInt32(&present);
271 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/base/services/core/java/com/android/server/pm/
H A DBackgroundDexOptService.java149 boolean present = intent.getBooleanExtra(BatteryManager.EXTRA_PRESENT, true);
151 if (!present) {
/frameworks/av/media/libmedia/
H A DIMediaPlayer.cpp924 int32_t present; local
925 status_t status = data.readInt32(&present);
926 if (status == NO_ERROR && present != 0) {
931 status = data.readInt32(&present);
933 if (status == NO_ERROR && present != 0) {
/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java1108 && mNavigationColorViewState.present;
1110 && mNavigationColorViewState.present;
1207 state.present = state.attributes.isPresent(sysUiVis, mWindow.getAttributes().flags, force);
1208 boolean show = state.attributes.isVisible(state.present, color,
2318 boolean present = false; field in class:DecorView.ColorViewState
2360 public boolean isVisible(boolean present, int color, int windowFlags, boolean force) { argument
2361 return present
2367 final boolean present = isPresent(sysUiVis, windowFlags, force);
2368 return isVisible(present, color, windowFlags, force);
/frameworks/native/services/surfaceflinger/tests/hwc2/
H A DHwc2TestBuffer.cpp207 void present() const function in class:Hwc2TestEglManager
294 mEglManager.present();
/frameworks/native/include/binder/
H A DParcel.h857 int32_t present; local
858 status_t status = readInt32(&present);
861 if (status != OK || !present) {
/frameworks/native/libs/binder/include/binder/
H A DParcel.h857 int32_t present; local
858 status_t status = readInt32(&present);
861 if (status != OK || !present) {
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2.h109 // Display::validate, Display::present, and Display::presentOrValidate.
238 [[clang::warn_unused_result]] Error present(
H A DHWComposer.cpp458 ALOGV("SkipValidate failed, Falling back to SLOW validate/present");
584 RETURN_IF_HWC_ERROR_FOR("present", displayData.presentError, displayId, UNKNOWN_ERROR);
588 auto error = hwcDisplay->present(&displayData.lastPresentFence);
589 RETURN_IF_HWC_ERROR_FOR("present", error, displayId, UNKNOWN_ERROR);
H A DHWC2.cpp571 Error Display::present(sp<Fence>* outPresentFence) function in class:HWC2::Display

Completed in 207 milliseconds