Home
last modified time | relevance | path

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

/frameworks/av/camera/
DICameraClient.cpp47 void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) in notifyCallback()
59 void dataCallback(int32_t msgType, const sp<IMemory>& imageData, in dataCallback()
75 void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& imageData) in dataCallbackTimestamp()
131 int32_t msgType = data.readInt32(); in onTransact() local
140 int32_t msgType = data.readInt32(); in onTransact() local
157 int32_t msgType = data.readInt32(); in onTransact() local
DICameraRecordingProxyListener.cpp42 void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& imageData) in dataCallbackTimestamp()
110 int32_t msgType = data.readInt32(); in onTransact() local
DCamera.cpp286 status_t Camera::takePicture(int msgType) in takePicture()
351 void Camera::notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) in notifyCallback()
357 void Camera::dataCallback(int32_t msgType, const sp<IMemory>& dataPtr, in dataCallback()
371 void Camera::dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr) in dataCallbackTimestamp()
DICamera.cpp247 status_t takePicture(int msgType) in takePicture()
447 int msgType = data.readInt32(); in onTransact() local
DCameraBase.cpp216 void CameraBase<TCam, TCamTraits>::notifyCallback(int32_t msgType, in notifyCallback()
/frameworks/base/core/java/android/hardware/location/
DContextHubMessage.java74 public void setMsgType(int msgType) { in setMsgType()
103 public ContextHubMessage(int msgType, int version, byte[] data) { in ContextHubMessage()
/frameworks/av/services/camera/libcameraservice/device1/
DCameraHardwareInterface.cpp74 NotifyCallbackMsg msgType, int32_t ext1, int32_t ext2) { in notifyCallback()
121 DataCallbackMsg msgType, uint32_t data, uint32_t bufferIndex, in dataCallback()
140 DataCallbackMsg msgType, uint32_t data, in dataCallbackTimestamp()
156 DataCallbackMsg msgType, const hidl_handle& frameData, uint32_t data, in handleCallbackTimestamp()
176 DataCallbackMsg msgType, in handleCallbackTimestampBatch()
476 void CameraHardwareInterface::enableMsgType(int32_t msgType) in enableMsgType()
484 void CameraHardwareInterface::disableMsgType(int32_t msgType) in disableMsgType()
492 int CameraHardwareInterface::msgTypeEnabled(int32_t msgType) in msgTypeEnabled()
/frameworks/base/core/jni/
Dandroid_hardware_Camera.cpp197 void JNICameraContext::notify(int32_t msgType, int32_t ext1, int32_t ext2) in notify()
250 void JNICameraContext::copyAndPost(JNIEnv* env, const sp<IMemory>& dataPtr, int msgType) in copyAndPost()
307 void JNICameraContext::postData(int32_t msgType, const sp<IMemory>& dataPtr, in postData()
354 void JNICameraContext::postDataTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dat… in postDataTimestamp()
388 void JNICameraContext::postMetadata(JNIEnv *env, int32_t msgType, camera_frame_metadata_t *metadata) in postMetadata()
474 JNIEnv *env, jbyteArray cbb, int msgType) in addCallbackBuffer()
796 …roid_hardware_Camera_addCallbackBuffer(JNIEnv *env, jobject thiz, jbyteArray bytes, jint msgType) { in android_hardware_Camera_addCallbackBuffer()
830 static void android_hardware_Camera_takePicture(JNIEnv *env, jobject thiz, jint msgType) in android_hardware_Camera_takePicture()
/frameworks/av/camera/tests/
DCameraZSLTests.cpp98 void CameraZSLTests::notifyCallback(int32_t msgType, int32_t, in notifyCallback() argument
109 void CameraZSLTests::dataCallback(int32_t msgType, const sp<IMemory>& /*data*/, in dataCallback()
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
DUserData.java142 public int msgType; field in UserData
DBearerData.java1160 private static String decodeGsmDcs(byte[] data, int offset, int numFields, int msgType) in decodeGsmDcs()
/frameworks/av/media/libstagefright/
DCameraSource.cpp82 void CameraSourceListener::notify(int32_t msgType, int32_t ext1, int32_t ext2) { in notify()
89 void CameraSourceListener::postData(int32_t msgType, const sp<IMemory> &dataPtr, in postData()
101 nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr) { in postDataTimestamp()
1425 nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr) { in dataCallbackTimestamp()
DCameraSourceTimeLapse.cpp321 void CameraSourceTimeLapse::dataCallbackTimestamp(int64_t timestampUs, int32_t msgType, in dataCallbackTimestamp()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaInboundSmsHandler.java255 int msgType = (0xFF & pdu[index++]); in processCdmaWapPdu() local
/frameworks/av/media/libstagefright/omx/
DSimpleSoftOMXComponent.cpp383 uint32_t msgType = msg->what(); in onMessageReceived() local
/frameworks/base/core/java/android/hardware/
DCamera.java1033 private final void addCallbackBuffer(byte[] callbackBuffer, int msgType) in addCallbackBuffer()
1046 byte[] callbackBuffer, int msgType); in _addCallbackBuffer()
1508 private native final void native_takePicture(int msgType); in native_takePicture()
1550 int msgType = 0; in takePicture() local
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
DPduPersister.java603 int msgType = headers.getOctet(PduHeaders.MESSAGE_TYPE); in load() local
1279 int msgType = pdu.getMessageType(); in persist() local
/frameworks/base/services/core/java/com/android/server/connectivity/
DTethering.java1529 void notify(int msgType) { in notify()
/frameworks/rs/
DrsHidlAdaptation.cpp365 RsMessageToClientType msgType; in ContextGetMessage() local
378 RsMessageToClientType msgType; in ContextPeekMessage() local