Home
last modified time | relevance | path

Searched defs:nsecs_t (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/libs/hostgraphics/ui/
H A DFence.h23 typedef int64_t nsecs_t; typedef
/aosp14/system/core/libutils/include/utils/
H A DTimers.h32 typedef int64_t nsecs_t; // nano-seconds typedef
/aosp14/frameworks/base/core/jni/
H A Dandroid_hardware_Camera.cpp360 void JNICameraContext::postRecordingFrameHandleTimestamp(nsecs_t, native_handle_t* handle) { in postRecordingFrameHandleTimestamp() argument
373 const std::vector<nsecs_t>&, in postRecordingFrameHandleTimestampBatch()
H A Dandroid_view_SurfaceControl.cpp299 static void transactionCallbackThunk(void* context, nsecs_t /*latchTime*/, in transactionCallbackThunk() argument
/aosp14/frameworks/base/native/android/
H A Dsurface_control.cpp163 const SurfaceStats& surfaceStats) { in ASurfaceControl_registerSurfaceStatsListener()