Home
last modified time | relevance | path

Searched defs:msgType (Results 1 – 22 of 22) sorted by relevance

/frameworks/av/camera/
DICameraClient.cpp42 void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) in notifyCallback()
54 void dataCallback(int32_t msgType, const sp<IMemory>& imageData, in dataCallback()
70 void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& imageData) in dataCallbackTimestamp()
93 int32_t msgType = data.readInt32(); in onTransact() local
102 int32_t msgType = data.readInt32(); in onTransact() local
119 int32_t msgType = data.readInt32(); in onTransact() local
DICameraRecordingProxyListener.cpp38 void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& imageData) in dataCallbackTimestamp()
62 int32_t msgType = data.readInt32(); in onTransact() local
DIProCameraCallbacks.cpp50 void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) in notifyCallback()
93 int32_t msgType = data.readInt32(); in onTransact() local
DCamera.cpp205 status_t Camera::takePicture(int msgType) in takePicture()
270 void Camera::notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) in notifyCallback()
276 void Camera::dataCallback(int32_t msgType, const sp<IMemory>& dataPtr, in dataCallback()
290 void Camera::dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr) in dataCallbackTimestamp()
DICamera.cpp207 status_t takePicture(int msgType) in takePicture()
376 int msgType = data.readInt32(); in onTransact() local
DCameraBase.cpp170 void CameraBase<TCam, TCamTraits>::notifyCallback(int32_t msgType, in notifyCallback()
DProCamera.cpp60 void ProCamera::notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) in notifyCallback()
/frameworks/av/services/camera/libcameraservice/api1/
DCameraClient.cpp516 status_t CameraClient::takePicture(int msgType) { in takePicture()
640 void CameraClient::enableMsgType(int32_t msgType) { in enableMsgType()
645 void CameraClient::disableMsgType(int32_t msgType) { in disableMsgType()
651 bool CameraClient::lockIfMessageWanted(int32_t msgType) { in lockIfMessageWanted()
693 void CameraClient::notifyCallback(int32_t msgType, int32_t ext1, in notifyCallback()
718 void CameraClient::dataCallback(int32_t msgType, in dataCallback()
757 int32_t msgType, const sp<IMemory>& dataPtr, void* user) { in dataCallbackTimestamp()
797 void CameraClient::handlePreviewData(int32_t msgType, in handlePreviewData()
880 void CameraClient::handleGenericNotify(int32_t msgType, in handleGenericNotify()
889 void CameraClient::handleGenericData(int32_t msgType, in handleGenericData()
[all …]
DCamera2Client.cpp1229 status_t Camera2Client::takePicture(int msgType) { in takePicture()
/frameworks/av/media/libstagefright/
DCameraSource.cpp65 void CameraSourceListener::notify(int32_t msgType, int32_t ext1, int32_t ext2) { in notify()
69 void CameraSourceListener::postData(int32_t msgType, const sp<IMemory> &dataPtr, in postData()
81 nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr) { in postDataTimestamp()
814 int32_t msgType, const sp<IMemory> &data) { in dataCallbackTimestamp()
872 nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr) { in dataCallbackTimestamp()
DCameraSourceTimeLapse.cpp299 void CameraSourceTimeLapse::dataCallbackTimestamp(int64_t timestampUs, int32_t msgType, in dataCallbackTimestamp()
/frameworks/base/core/jni/
Dandroid_hardware_Camera.cpp171 void JNICameraContext::notify(int32_t msgType, int32_t ext1, int32_t ext2) in notify()
224 void JNICameraContext::copyAndPost(JNIEnv* env, const sp<IMemory>& dataPtr, int msgType) in copyAndPost()
277 void JNICameraContext::postData(int32_t msgType, const sp<IMemory>& dataPtr, in postData()
324 void JNICameraContext::postDataTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dat… in postDataTimestamp()
330 void JNICameraContext::postMetadata(JNIEnv *env, int32_t msgType, camera_frame_metadata_t *metadata) in postMetadata()
389 JNIEnv *env, jbyteArray cbb, int msgType) in addCallbackBuffer()
654 …droid_hardware_Camera_addCallbackBuffer(JNIEnv *env, jobject thiz, jbyteArray bytes, int msgType) { in android_hardware_Camera_addCallbackBuffer()
688 static void android_hardware_Camera_takePicture(JNIEnv *env, jobject thiz, int msgType) in android_hardware_Camera_takePicture()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
DUserData.java134 public int msgType; field in UserData
/frameworks/av/services/camera/libcameraservice/api1/client2/
DCaptureSequencer.cpp63 status_t CaptureSequencer::startCapture(int msgType) { in startCapture()
709 sp<Camera2Client> client, int msgType) { in shutterNotifyLocked()
/frameworks/av/services/camera/libcameraservice/device1/
DCameraHardwareInterface.h153 void enableMsgType(int32_t msgType) in enableMsgType()
170 void disableMsgType(int32_t msgType) in disableMsgType()
182 int msgTypeEnabled(int32_t msgType) in msgTypeEnabled()
/frameworks/av/include/media/stagefright/
DCameraSource.h183 virtual void dataCallback(int32_t msgType, const sp<IMemory> &data) {} in dataCallback()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaInboundSmsHandler.java277 int msgType = (0xFF & pdu[index++]); in processCdmaWapPdu() local
/frameworks/av/media/libstagefright/omx/
DSimpleSoftOMXComponent.cpp336 uint32_t msgType = msg->what(); in onMessageReceived() local
/frameworks/base/core/java/android/hardware/
DCamera.java749 private final void addCallbackBuffer(byte[] callbackBuffer, int msgType) in addCallbackBuffer()
762 byte[] callbackBuffer, int msgType); in _addCallbackBuffer()
1192 private native final void native_takePicture(int msgType); in native_takePicture()
1231 int msgType = 0; in takePicture() local
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/
DPduPersister.java602 int msgType = headers.getOctet(PduHeaders.MESSAGE_TYPE); in load() local
1329 int msgType = pdu.getMessageType(); in persist() local
/frameworks/base/services/java/com/android/server/connectivity/
DTethering.java1511 void notify(int msgType) { in notify()
/frameworks/base/media/jni/mediaeditor/
DVideoEditorMain.cpp390 static void jniPreviewProgressCallback (void* cookie, M4OSA_UInt32 msgType, in jniPreviewProgressCallback()