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

/frameworks/native/libs/nativewindow/
H A DANativeWindow.cpp212 return native_window_set_buffers_timestamp(window, timestamp);
/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_env.cpp255 native_window_set_buffers_timestamp(window, timestamp);
/frameworks/native/libs/nativewindow/include/system/
H A Dwindow.h792 * native_window_set_buffers_timestamp(..., int64_t timestamp)
801 static inline int native_window_set_buffers_timestamp( function
/frameworks/av/media/libstagefright/colorconversion/
H A DSoftwareRenderer.cpp362 if ((err = native_window_set_buffers_timestamp(mNativeWindow.get(),
/frameworks/base/media/jni/
H A Dandroid_media_ImageWriter.cpp451 res = native_window_set_buffers_timestamp(anw.get(), timestampNs);
537 res = native_window_set_buffers_timestamp(anw.get(), timestampNs);
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3OutputStream.cpp258 res = native_window_set_buffers_timestamp(mConsumer.get(),
/frameworks/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.cpp425 int rc = native_window_set_buffers_timestamp(a, timestamp);
1000 return native_window_set_buffers_timestamp(a, timestamp);
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_legacy_LegacyCameraDevice.cpp708 if ((err = native_window_set_buffers_timestamp(anw.get(), static_cast<int64_t>(timestamp))) !=
/frameworks/native/libs/gui/tests/
H A DCpuConsumer_test.cpp530 err = native_window_set_buffers_timestamp(anw.get(), timestamp);
/frameworks/native/vulkan/libvulkan/
H A Dswapchain.cpp1432 "native_window_set_buffers_timestamp(%" PRId64 ")",
1434 native_window_set_buffers_timestamp(
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp1882 native_window_set_buffers_timestamp(s->getNativeWindow(), time);
/frameworks/av/media/libstagefright/
H A DACodec.cpp6154 err = native_window_set_buffers_timestamp(mCodec->mNativeWindow.get(), timestampNs);

Completed in 313 milliseconds