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.cpp344 listener->postRecordingFrameHandleTimestamp(timestamp, handle); in recordingFrameHandleCallbackTimestamp()
/frameworks/av/camera/tests/fuzzer/
Dcamera_fuzzer.cpp73 void postRecordingFrameHandleTimestamp(nsecs_t /*timestamp*/, in postRecordingFrameHandleTimestamp() function in TestCameraListener
/frameworks/base/core/jni/
Dandroid_hardware_Camera.cpp79 virtual void postRecordingFrameHandleTimestamp(nsecs_t timestamp, native_handle_t* handle);
359 void JNICameraContext::postRecordingFrameHandleTimestamp(nsecs_t, native_handle_t* handle) { in postRecordingFrameHandleTimestamp() function in JNICameraContext