HomeSort by relevance Sort by last modified time
    Searched refs:postRecordingFrameHandleTimestamp (Results 1 - 4 of 4) sorted by null

  /frameworks/av/camera/include/camera/
Camera.h 46 virtual void postRecordingFrameHandleTimestamp(nsecs_t timestamp, native_handle_t* handle) = 0;
  /frameworks/av/camera/
Camera.cpp 422 listener->postRecordingFrameHandleTimestamp(timestamp, handle);
  /frameworks/base/core/jni/
android_hardware_Camera.cpp 80 virtual void postRecordingFrameHandleTimestamp(nsecs_t timestamp, native_handle_t* handle);
356 void JNICameraContext::postRecordingFrameHandleTimestamp(nsecs_t, native_handle_t* handle) {
    [all...]
  /frameworks/av/media/libstagefright/
CameraSource.cpp 59 virtual void postRecordingFrameHandleTimestamp(nsecs_t timestamp, native_handle_t* handle);
109 void CameraSourceListener::postRecordingFrameHandleTimestamp(nsecs_t timestamp,
    [all...]

Completed in 83 milliseconds