Home
last modified time | relevance | path

Searched refs:postRecordingFrameHandleTimestamp (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/av/camera/include/camera/
H A DCamera.h45 virtual void postRecordingFrameHandleTimestamp(nsecs_t timestamp, native_handle_t* handle) = 0;
/aosp12/frameworks/av/camera/
H A DCamera.cpp343 listener->postRecordingFrameHandleTimestamp(timestamp, handle); in recordingFrameHandleCallbackTimestamp()
/aosp12/frameworks/base/core/jni/
H A Dandroid_hardware_Camera.cpp80 virtual void postRecordingFrameHandleTimestamp(nsecs_t timestamp, native_handle_t* handle);
360 void JNICameraContext::postRecordingFrameHandleTimestamp(nsecs_t, native_handle_t* handle) { in postRecordingFrameHandleTimestamp() function in JNICameraContext