Home
last modified time | relevance | path

Searched defs:outFirstRefreshStartTime (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/frameworks/base/tests/SurfaceViewBufferTests/cpp/
H A DSurfaceProxy.cpp56 nsecs_t outRequestedPresentTime, outAcquireTime, outLatchTime, outFirstRefreshStartTime; in Java_com_android_test_SurfaceProxy_waitUntilBufferDisplayed() local
/aosp_15_r20/frameworks/native/libs/gui/
H A DSurface.cpp275 const nsecs_t* outFirstRefreshStartTime, in checkConsumerForUpdates()
332 nsecs_t* outLatchTime, nsecs_t* outFirstRefreshStartTime, in getFrameTimestamps()
1865 nsecs_t* outFirstRefreshStartTime = va_arg(args, int64_t*); in dispatchGetFrameTimestamps() local
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/native/libs/nativewindow/include/system/
Dwindow.h979 int64_t* outLatchTime, int64_t* outFirstRefreshStartTime, in native_window_get_frame_timestamps()
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/frameworks/native/libs/nativewindow/include/system/
Dwindow.h979 int64_t* outLatchTime, int64_t* outFirstRefreshStartTime, in native_window_get_frame_timestamps()
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/frameworks/native/libs/nativewindow/include/system/
Dwindow.h978 int64_t* outLatchTime, int64_t* outFirstRefreshStartTime, in native_window_get_frame_timestamps()
/aosp_15_r20/prebuilts/vndk/v30/arm/include/frameworks/native/libs/nativewindow/include/system/
Dwindow.h978 int64_t* outLatchTime, int64_t* outFirstRefreshStartTime, in native_window_get_frame_timestamps()
/aosp_15_r20/prebuilts/vndk/v34/arm/include/frameworks/native/libs/nativewindow/include/system/
Dwindow.h979 int64_t* outLatchTime, int64_t* outFirstRefreshStartTime, in native_window_get_frame_timestamps()
/aosp_15_r20/prebuilts/vndk/v33/arm/include/frameworks/native/libs/nativewindow/include/system/
Dwindow.h979 int64_t* outLatchTime, int64_t* outFirstRefreshStartTime, in native_window_get_frame_timestamps()
/aosp_15_r20/prebuilts/vndk/v34/x86/include/frameworks/native/libs/nativewindow/include/system/
Dwindow.h979 int64_t* outLatchTime, int64_t* outFirstRefreshStartTime, in native_window_get_frame_timestamps()
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/frameworks/native/libs/nativewindow/include/system/
Dwindow.h979 int64_t* outLatchTime, int64_t* outFirstRefreshStartTime, in native_window_get_frame_timestamps()
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/frameworks/native/libs/nativewindow/include/system/
Dwindow.h979 int64_t* outLatchTime, int64_t* outFirstRefreshStartTime, in native_window_get_frame_timestamps()
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/frameworks/native/libs/nativewindow/include/system/
Dwindow.h979 int64_t* outLatchTime, int64_t* outFirstRefreshStartTime, in native_window_get_frame_timestamps()
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/frameworks/native/libs/nativewindow/include/system/
Dwindow.h979 int64_t* outLatchTime, int64_t* outFirstRefreshStartTime, in native_window_get_frame_timestamps()
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/frameworks/native/libs/nativewindow/include/system/
Dwindow.h979 int64_t* outLatchTime, int64_t* outFirstRefreshStartTime, in native_window_get_frame_timestamps()
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/native/libs/nativewindow/include/system/
Dwindow.h979 int64_t* outLatchTime, int64_t* outFirstRefreshStartTime, in native_window_get_frame_timestamps()
/aosp_15_r20/prebuilts/vndk/v32/x86/include/frameworks/native/libs/nativewindow/include/system/
Dwindow.h979 int64_t* outLatchTime, int64_t* outFirstRefreshStartTime, in native_window_get_frame_timestamps()
/aosp_15_r20/prebuilts/vndk/v33/x86/include/frameworks/native/libs/nativewindow/include/system/
Dwindow.h979 int64_t* outLatchTime, int64_t* outFirstRefreshStartTime, in native_window_get_frame_timestamps()
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/frameworks/native/libs/nativewindow/include/system/
Dwindow.h978 int64_t* outLatchTime, int64_t* outFirstRefreshStartTime, in native_window_get_frame_timestamps()
/aosp_15_r20/prebuilts/vndk/v31/x86/include/frameworks/native/libs/nativewindow/include/system/
Dwindow.h979 int64_t* outLatchTime, int64_t* outFirstRefreshStartTime, in native_window_get_frame_timestamps()
/aosp_15_r20/prebuilts/vndk/v32/arm/include/frameworks/native/libs/nativewindow/include/system/
Dwindow.h979 int64_t* outLatchTime, int64_t* outFirstRefreshStartTime, in native_window_get_frame_timestamps()
/aosp_15_r20/prebuilts/vndk/v31/arm/include/frameworks/native/libs/nativewindow/include/system/
Dwindow.h979 int64_t* outLatchTime, int64_t* outFirstRefreshStartTime, in native_window_get_frame_timestamps()
/aosp_15_r20/prebuilts/vndk/v30/x86/include/frameworks/native/libs/nativewindow/include/system/
Dwindow.h978 int64_t* outLatchTime, int64_t* outFirstRefreshStartTime, in native_window_get_frame_timestamps()
/aosp_15_r20/frameworks/native/libs/nativewindow/include/system/
H A Dwindow.h982 int64_t* outLatchTime, int64_t* outFirstRefreshStartTime, in native_window_get_frame_timestamps()
/aosp_15_r20/frameworks/native/libs/gui/tests/
H A DSurface_test.cpp1361 int64_t outFirstRefreshStartTime = -1; member in android::GetFrameTimestampsTest