Home
last modified time | relevance | path

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

/frameworks/av/camera/include/camera/
DCamera.h46 virtual void postRecordingFrameHandleTimestamp(nsecs_t timestamp, native_handle_t* handle) = 0;
/frameworks/av/camera/
DCamera.cpp422 listener->postRecordingFrameHandleTimestamp(timestamp, handle); in recordingFrameHandleCallbackTimestamp()
/frameworks/base/core/jni/
Dandroid_hardware_Camera.cpp80 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
/frameworks/av/media/libstagefright/
DCameraSource.cpp59 virtual void postRecordingFrameHandleTimestamp(nsecs_t timestamp, native_handle_t* handle);
109 void CameraSourceListener::postRecordingFrameHandleTimestamp(nsecs_t timestamp, in postRecordingFrameHandleTimestamp() function in android::CameraSourceListener