Searched refs:postRecordingFrameHandleTimestamp (Results 1 – 4 of 4) sorted by relevance
46 virtual void postRecordingFrameHandleTimestamp(nsecs_t timestamp, native_handle_t* handle) = 0;
422 listener->postRecordingFrameHandleTimestamp(timestamp, handle); in recordingFrameHandleCallbackTimestamp()
80 virtual void postRecordingFrameHandleTimestamp(nsecs_t timestamp, native_handle_t* handle);356 void JNICameraContext::postRecordingFrameHandleTimestamp(nsecs_t, native_handle_t* handle) { in postRecordingFrameHandleTimestamp() function in JNICameraContext
59 virtual void postRecordingFrameHandleTimestamp(nsecs_t timestamp, native_handle_t* handle);109 void CameraSourceListener::postRecordingFrameHandleTimestamp(nsecs_t timestamp, in postRecordingFrameHandleTimestamp() function in android::CameraSourceListener