Searched defs:dataCallbackTimestamp (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/camera/
H A DICameraRecordingProxyListener.cpp38 void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& imageData) function in class:android::BpCameraRecordingProxyListener
64 dataCallbackTimestamp(timestamp, msgType, imageData);
H A DICameraClient.cpp70 void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& imageData) function in class:android::BpCameraClient
121 dataCallbackTimestamp(timestamp, msgType, imageData);
H A DCamera.cpp378 void Camera::dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr) function in class:android::Camera
389 proxylistener->dataCallbackTimestamp(timestamp, msgType, dataPtr);
/frameworks/av/media/libstagefright/
H A DCameraSourceTimeLapse.cpp103 // Force dataCallbackTimestamp() coming from the video camera to
239 ALOGV("dataCallbackTimestamp timelapse: initial frame");
251 ALOGV("dataCallbackTimestamp timelapse: forced read");
273 ALOGV("dataCallbackTimestamp timelapse: skipping intermediate frame");
280 ALOGV("dataCallbackTimestamp timelapse: got timelapse frame");
289 void CameraSourceTimeLapse::dataCallbackTimestamp(int64_t timestampUs, int32_t msgType, function in class:android::CameraSourceTimeLapse
291 ALOGV("dataCallbackTimestamp");
293 CameraSource::dataCallbackTimestamp(timestampUs, msgType, data);
H A DCameraSource.cpp85 source->dataCallbackTimestamp(timestamp/1000, msgType, dataPtr);
802 void CameraSource::dataCallbackTimestamp(int64_t timestampUs, function in class:android::CameraSource
804 ALOGV("dataCallbackTimestamp: timestamp %lld us", timestampUs);
860 void CameraSource::ProxyListener::dataCallbackTimestamp( function in class:android::CameraSource::ProxyListener
862 mSource->dataCallbackTimestamp(timestamp / 1000, msgType, dataPtr);
/frameworks/av/services/camera/libcameraservice/
H A DCameraClient.cpp82 dataCallbackTimestamp,
675 // dataCallbackTimestamp
676 // (others) c->dataCallbackTimestamp
749 void CameraClient::dataCallbackTimestamp(nsecs_t timestamp, function in class:android::CameraClient
751 LOG2("dataCallbackTimestamp(%d)", msgType);
896 c->dataCallbackTimestamp(timestamp, msgType, dataPtr);
/frameworks/av/services/camera/tests/CameraServiceTest/
H A DCameraServiceTest.cpp171 virtual void dataCallbackTimestamp(nsecs_t timestamp,
275 void MCameraClient::dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, function in class:MCameraClient

Completed in 97 milliseconds