Home
last modified time | relevance | path

Searched refs:dataCallbackTimestamp (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/libs/camera/
DICameraRecordingProxyListener.cpp38 void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& imageData) in dataCallbackTimestamp() function in android::BpCameraRecordingProxyListener
64 dataCallbackTimestamp(timestamp, msgType, imageData); in onTransact()
DICameraClient.cpp70 void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& imageData) in dataCallbackTimestamp() function in android::BpCameraClient
121 dataCallbackTimestamp(timestamp, msgType, imageData); in onTransact()
DCamera.cpp377 void Camera::dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr) in dataCallbackTimestamp() function in android::Camera
388 proxylistener->dataCallbackTimestamp(timestamp, msgType, dataPtr); in dataCallbackTimestamp()
/frameworks/base/include/camera/
DICameraRecordingProxyListener.h35 virtual void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType,
DICameraClient.h37 …virtual void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory…
DCamera.h144 …virtual void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& d…
/frameworks/base/include/media/stagefright/
DCameraSource.h119 virtual void dataCallbackTimestamp(int64_t timestampUs, int32_t msgType,
173 virtual void dataCallbackTimestamp(int64_t timestampUs, int32_t msgType,
DAudioSource.h52 status_t dataCallbackTimestamp(const AudioRecord::Buffer& buffer, int64_t timeUs);
DCameraSourceTimeLapse.h138 virtual void dataCallbackTimestamp(int64_t timestampUs, int32_t msgType,
/frameworks/base/media/libstagefright/
DCameraSourceTimeLapse.cpp288 void CameraSourceTimeLapse::dataCallbackTimestamp(int64_t timestampUs, int32_t msgType, in dataCallbackTimestamp() function in android::CameraSourceTimeLapse
292 CameraSource::dataCallbackTimestamp(timestampUs, msgType, data); in dataCallbackTimestamp()
DCameraSource.cpp83 source->dataCallbackTimestamp(timestamp/1000, msgType, dataPtr); in postDataTimestamp()
766 void CameraSource::dataCallbackTimestamp(int64_t timestampUs, in dataCallbackTimestamp() function in android::CameraSource
824 void CameraSource::ProxyListener::dataCallbackTimestamp( in dataCallbackTimestamp() function in android::CameraSource::ProxyListener
826 mSource->dataCallbackTimestamp(timestamp / 1000, msgType, dataPtr); in dataCallbackTimestamp()
DAudioSource.cpp36 source->dataCallbackTimestamp(*((AudioRecord::Buffer *) info), systemTime() / 1000); in AudioRecordCallbackFunction()
257 status_t AudioSource::dataCallbackTimestamp( in dataCallbackTimestamp() function in android::AudioSource
/frameworks/base/services/camera/libcameraservice/
DCameraService.h148 …static void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory…
DCameraService.cpp359 dataCallbackTimestamp, in Client()
1026 void CameraService::Client::dataCallbackTimestamp(nsecs_t timestamp, in dataCallbackTimestamp() function in android::CameraService::Client
1167 c->dataCallbackTimestamp(timestamp, msgType, dataPtr); in handleGenericDataTimestamp()
/frameworks/base/services/camera/tests/CameraServiceTest/
DCameraServiceTest.cpp172 virtual void dataCallbackTimestamp(nsecs_t timestamp,
276 void MCameraClient::dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, in dataCallbackTimestamp() function in MCameraClient