/frameworks/av/camera/ |
D | ICameraClient.cpp | 47 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
|
D | ICameraRecordingProxyListener.cpp | 42 void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& imageData) in dataCallbackTimestamp() 110 int32_t msgType = data.readInt32(); in onTransact() local
|
D | Camera.cpp | 286 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()
|
D | ICamera.cpp | 247 status_t takePicture(int msgType) in takePicture() 447 int msgType = data.readInt32(); in onTransact() local
|
D | CameraBase.cpp | 216 void CameraBase<TCam, TCamTraits>::notifyCallback(int32_t msgType, in notifyCallback()
|
/frameworks/av/services/camera/libcameraservice/api1/ |
D | CameraClient.cpp | 638 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 …]
|
D | Camera2Client.cpp | 1392 status_t Camera2Client::takePicture(int msgType) { in takePicture()
|
/frameworks/base/core/java/android/hardware/location/ |
D | ContextHubMessage.java | 70 public void setMsgType(int msgType) { in setMsgType() 99 public ContextHubMessage(int msgType, int version, byte[] data) { in ContextHubMessage()
|
/frameworks/av/services/camera/libcameraservice/device1/ |
D | CameraHardwareInterface.cpp | 85 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/ |
D | android_hardware_Camera.cpp | 197 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/ |
D | CameraZSLTests.cpp | 98 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/ |
D | CaptureSequencer.cpp | 67 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/ |
D | BluetoothMapEventReport.java | 117 private BluetoothMapBmessage.Type parseMsgType(String msgType) throws IllegalArgumentException { in parseMsgType()
|
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
D | UserData.java | 142 public int msgType; field in UserData
|
/frameworks/av/media/libstagefright/ |
D | CameraSource.cpp | 82 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()
|
D | CameraSourceTimeLapse.cpp | 304 void CameraSourceTimeLapse::dataCallbackTimestamp(int64_t timestampUs, int32_t msgType, in dataCallbackTimestamp()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
D | CdmaInboundSmsHandler.java | 265 int msgType = (0xFF & pdu[index++]); in processCdmaWapPdu() local
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | ContextHubService.java | 277 int msgType = header[HEADER_FIELD_MSG_TYPE]; in onMessageReceipt() local
|
/frameworks/base/services/net/java/android/net/ip/ |
D | IpReachabilityMonitor.java | 556 final short msgType = neighMsg.getHeader().nlmsg_type; in evaluateRtNetlinkNeighborMessage() local
|
/frameworks/av/media/libstagefright/omx/ |
D | SimpleSoftOMXComponent.cpp | 359 uint32_t msgType = msg->what(); in onMessageReceived() local
|
/frameworks/base/core/java/android/hardware/ |
D | Camera.java | 937 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/ |
D | com_android_server_location_ContextHubService.cpp | 713 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/ |
D | PduPersister.java | 604 int msgType = headers.getOctet(PduHeaders.MESSAGE_TYPE); in load() local 1335 int msgType = pdu.getMessageType(); in persist() local
|
/frameworks/rs/ |
D | rsHidlAdaptation.cpp | 365 RsMessageToClientType msgType; in ContextGetMessage() local 378 RsMessageToClientType msgType; in ContextPeekMessage() local
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | Tethering.java | 1697 void notify(int msgType) { in notify()
|