Home
last modified time | relevance | path

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

12

/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/av/services/camera/libcameraservice/api1/
DCameraClient.cpp638 status_t CameraClient::takePicture(int msgType) { in takePicture()
770 void CameraClient::enableMsgType(int32_t msgType) { in enableMsgType()
775 void CameraClient::disableMsgType(int32_t msgType) { in disableMsgType()
781 bool CameraClient::lockIfMessageWanted(int32_t msgType) { in lockIfMessageWanted()
832 void CameraClient::notifyCallback(int32_t msgType, int32_t ext1, in notifyCallback()
852 void CameraClient::dataCallback(int32_t msgType, in dataCallback()
886 int32_t msgType, const sp<IMemory>& dataPtr, void* user) { in dataCallbackTimestamp()
904 int32_t msgType, const std::vector<HandleTimestampMessage>& msgs, void* user) { in handleCallbackTimestampBatch()
970 void CameraClient::handlePreviewData(int32_t msgType, in handlePreviewData()
1053 void CameraClient::handleGenericNotify(int32_t msgType, in handleGenericNotify()
[all …]
DCamera2Client.cpp1392 status_t Camera2Client::takePicture(int msgType) { in takePicture()
/frameworks/base/core/java/android/hardware/location/
DContextHubMessage.java70 public void setMsgType(int msgType) { in setMsgType()
99 public ContextHubMessage(int msgType, int version, byte[] data) { in ContextHubMessage()
/frameworks/av/services/camera/libcameraservice/device1/
DCameraHardwareInterface.cpp85 NotifyCallbackMsg msgType, int32_t ext1, int32_t ext2) { in notifyCallback()
127 DataCallbackMsg msgType, uint32_t data, uint32_t bufferIndex, in dataCallback()
141 DataCallbackMsg msgType, uint32_t data, in dataCallbackTimestamp()
152 DataCallbackMsg msgType, const hidl_handle& frameData, uint32_t data, in handleCallbackTimestamp()
167 DataCallbackMsg msgType, in handleCallbackTimestampBatch()
492 void CameraHardwareInterface::enableMsgType(int32_t msgType) in enableMsgType()
502 void CameraHardwareInterface::disableMsgType(int32_t msgType) in disableMsgType()
512 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()
303 void JNICameraContext::postData(int32_t msgType, const sp<IMemory>& dataPtr, in postData()
350 void JNICameraContext::postDataTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dat… in postDataTimestamp()
384 void JNICameraContext::postMetadata(JNIEnv *env, int32_t msgType, camera_frame_metadata_t *metadata) in postMetadata()
470 JNIEnv *env, jbyteArray cbb, int msgType) in addCallbackBuffer()
791 …roid_hardware_Camera_addCallbackBuffer(JNIEnv *env, jobject thiz, jbyteArray bytes, jint msgType) { in android_hardware_Camera_addCallbackBuffer()
825 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/av/services/camera/libcameraservice/api1/client2/
DCaptureSequencer.cpp67 status_t CaptureSequencer::startCapture(int msgType) { in startCapture()
712 const sp<Camera2Client>& client, int msgType) { in shutterNotifyLocked()
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
DBluetoothMapEventReport.java117 private BluetoothMapBmessage.Type parseMsgType(String msgType) throws IllegalArgumentException { in parseMsgType()
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
DUserData.java142 public int msgType; field in UserData
/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()
1387 nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr) { in dataCallbackTimestamp()
DCameraSourceTimeLapse.cpp304 void CameraSourceTimeLapse::dataCallbackTimestamp(int64_t timestampUs, int32_t msgType, in dataCallbackTimestamp()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaInboundSmsHandler.java265 int msgType = (0xFF & pdu[index++]); in processCdmaWapPdu() local
/frameworks/base/services/core/java/com/android/server/location/
DContextHubService.java277 int msgType = header[HEADER_FIELD_MSG_TYPE]; in onMessageReceipt() local
/frameworks/base/services/net/java/android/net/ip/
DIpReachabilityMonitor.java556 final short msgType = neighMsg.getHeader().nlmsg_type; in evaluateRtNetlinkNeighborMessage() local
/frameworks/av/media/libstagefright/omx/
DSimpleSoftOMXComponent.cpp359 uint32_t msgType = msg->what(); in onMessageReceived() local
/frameworks/base/core/java/android/hardware/
DCamera.java937 private final void addCallbackBuffer(byte[] callbackBuffer, int msgType) in addCallbackBuffer()
950 byte[] callbackBuffer, int msgType); in _addCallbackBuffer()
1395 private native final void native_takePicture(int msgType); in native_takePicture()
1434 int msgType = 0; in takePicture() local
/frameworks/base/services/core/jni/
Dcom_android_server_location_ContextHubService.cpp713 uint32_t msgType, in passOnOsResponse()
1073 uint32_t msgType = header[HEADER_FIELD_MSG_TYPE]; in nativeSendMessage() local
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
DPduPersister.java604 int msgType = headers.getOctet(PduHeaders.MESSAGE_TYPE); in load() local
1335 int msgType = pdu.getMessageType(); in persist() local
/frameworks/rs/
DrsHidlAdaptation.cpp365 RsMessageToClientType msgType; in ContextGetMessage() local
378 RsMessageToClientType msgType; in ContextPeekMessage() local
/frameworks/base/services/core/java/com/android/server/connectivity/
DTethering.java1697 void notify(int msgType) { in notify()

12