/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 | 651 status_t CameraClient::takePicture(int msgType) { in takePicture() 765 void CameraClient::enableMsgType(int32_t msgType) { in enableMsgType() 770 void CameraClient::disableMsgType(int32_t msgType) { in disableMsgType() 776 bool CameraClient::lockIfMessageWanted(int32_t msgType) { in lockIfMessageWanted() 827 void CameraClient::notifyCallback(int32_t msgType, int32_t ext1, in notifyCallback() 847 void CameraClient::dataCallback(int32_t msgType, in dataCallback() 881 int32_t msgType, const sp<IMemory>& dataPtr, void* user) { in dataCallbackTimestamp() 899 int32_t msgType, const std::vector<HandleTimestampMessage>& msgs, void* user) { in handleCallbackTimestampBatch() 966 void CameraClient::handlePreviewData(int32_t msgType, in handlePreviewData() 1049 void CameraClient::handleGenericNotify(int32_t msgType, in handleGenericNotify() [all …]
|
/frameworks/base/core/java/android/hardware/location/ |
D | ContextHubMessage.java | 77 public void setMsgType(int msgType) { in setMsgType() 106 public ContextHubMessage(int msgType, int version, byte[] data) { in ContextHubMessage()
|
/frameworks/av/services/camera/libcameraservice/device1/ |
D | CameraHardwareInterface.cpp | 74 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/ |
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() 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/ |
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/base/telephony/java/com/android/internal/telephony/cdma/ |
D | UserData.java | 151 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() 1425 nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr) { in dataCallbackTimestamp()
|
D | CameraSourceTimeLapse.cpp | 321 void CameraSourceTimeLapse::dataCallbackTimestamp(int64_t timestampUs, int32_t msgType, in dataCallbackTimestamp()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
D | CdmaInboundSmsHandler.java | 344 int msgType = (0xFF & pdu[index++]); in processCdmaWapPdu() local
|
/frameworks/av/media/libstagefright/omx/ |
D | SimpleSoftOMXComponent.cpp | 383 uint32_t msgType = msg->what(); in onMessageReceived() local
|
/frameworks/base/core/java/android/hardware/ |
D | Camera.java | 1039 private final void addCallbackBuffer(byte[] callbackBuffer, int msgType) in addCallbackBuffer() 1052 byte[] callbackBuffer, int msgType); in _addCallbackBuffer() 1514 private native final void native_takePicture(int msgType); in native_takePicture() 1556 int msgType = 0; in takePicture() local
|
/frameworks/base/telephony/common/com/google/android/mms/pdu/ |
D | PduPersister.java | 617 int msgType = headers.getOctet(PduHeaders.MESSAGE_TYPE); in load() local 1300 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/packages/Tethering/src/com/android/networkstack/tethering/ |
D | Tethering.java | 1902 void notify(int msgType) { in notify()
|
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/sms/ |
D | BearerData.java | 1255 private static String decodeGsmDcs(byte[] data, int offset, int numFields, int msgType) in decodeGsmDcs()
|