| /frameworks/av/camera/ |
| D | ICameraClient.cpp | 42 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
|
| D | ICameraRecordingProxyListener.cpp | 38 void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& imageData) in dataCallbackTimestamp() 62 int32_t msgType = data.readInt32(); in onTransact() local
|
| D | IProCameraCallbacks.cpp | 50 void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) in notifyCallback() 93 int32_t msgType = data.readInt32(); in onTransact() local
|
| D | Camera.cpp | 231 status_t Camera::takePicture(int msgType) in takePicture() 296 void Camera::notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) in notifyCallback() 302 void Camera::dataCallback(int32_t msgType, const sp<IMemory>& dataPtr, in dataCallback() 316 void Camera::dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr) in dataCallbackTimestamp()
|
| D | ICamera.cpp | 207 status_t takePicture(int msgType) in takePicture() 376 int msgType = data.readInt32(); in onTransact() local
|
| D | CameraBase.cpp | 170 void CameraBase<TCam, TCamTraits>::notifyCallback(int32_t msgType, in notifyCallback()
|
| D | ProCamera.cpp | 60 void ProCamera::notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) in notifyCallback()
|
| /frameworks/av/services/camera/libcameraservice/api1/ |
| D | CameraClient.cpp | 527 status_t CameraClient::takePicture(int msgType) { in takePicture() 660 void CameraClient::enableMsgType(int32_t msgType) { in enableMsgType() 665 void CameraClient::disableMsgType(int32_t msgType) { in disableMsgType() 671 bool CameraClient::lockIfMessageWanted(int32_t msgType) { in lockIfMessageWanted() 713 void CameraClient::notifyCallback(int32_t msgType, int32_t ext1, in notifyCallback() 738 void CameraClient::dataCallback(int32_t msgType, in dataCallback() 777 int32_t msgType, const sp<IMemory>& dataPtr, void* user) { in dataCallbackTimestamp() 817 void CameraClient::handlePreviewData(int32_t msgType, in handlePreviewData() 900 void CameraClient::handleGenericNotify(int32_t msgType, in handleGenericNotify() 909 void CameraClient::handleGenericData(int32_t msgType, in handleGenericData() [all …]
|
| D | Camera2Client.cpp | 1390 status_t Camera2Client::takePicture(int msgType) { in takePicture()
|
| /frameworks/av/media/libstagefright/ |
| D | CameraSource.cpp | 73 void CameraSourceListener::notify(int32_t msgType, int32_t ext1, int32_t ext2) { in notify() 80 void CameraSourceListener::postData(int32_t msgType, const sp<IMemory> &dataPtr, in postData() 92 nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr) { in postDataTimestamp() 854 int32_t msgType, const sp<IMemory> &data) { in dataCallbackTimestamp() 912 nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr) { in dataCallbackTimestamp()
|
| D | CameraSourceTimeLapse.cpp | 302 void CameraSourceTimeLapse::dataCallbackTimestamp(int64_t timestampUs, int32_t msgType, in dataCallbackTimestamp()
|
| /frameworks/base/core/jni/ |
| D | android_hardware_Camera.cpp | 193 void JNICameraContext::notify(int32_t msgType, int32_t ext1, int32_t ext2) in notify() 246 void JNICameraContext::copyAndPost(JNIEnv* env, const sp<IMemory>& dataPtr, int msgType) in copyAndPost() 299 void JNICameraContext::postData(int32_t msgType, const sp<IMemory>& dataPtr, in postData() 346 void JNICameraContext::postDataTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dat… in postDataTimestamp() 352 void JNICameraContext::postMetadata(JNIEnv *env, int32_t msgType, camera_frame_metadata_t *metadata) in postMetadata() 438 JNIEnv *env, jbyteArray cbb, int msgType) in addCallbackBuffer() 712 …roid_hardware_Camera_addCallbackBuffer(JNIEnv *env, jobject thiz, jbyteArray bytes, jint msgType) { in android_hardware_Camera_addCallbackBuffer() 746 static void android_hardware_Camera_takePicture(JNIEnv *env, jobject thiz, jint msgType) in android_hardware_Camera_takePicture()
|
| /frameworks/av/services/camera/libcameraservice/api1/client2/ |
| D | CaptureSequencer.cpp | 65 status_t CaptureSequencer::startCapture(int msgType) { in startCapture() 728 sp<Camera2Client> client, int msgType) { in shutterNotifyLocked()
|
| /frameworks/av/services/camera/libcameraservice/device1/ |
| D | CameraHardwareInterface.h | 167 void enableMsgType(int32_t msgType) in enableMsgType() 184 void disableMsgType(int32_t msgType) in disableMsgType() 196 int msgTypeEnabled(int32_t msgType) in msgTypeEnabled()
|
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/ |
| D | UserData.java | 134 public int msgType; field in UserData
|
| /frameworks/av/include/media/stagefright/ |
| D | CameraSource.h | 183 virtual void dataCallback(int32_t msgType, const sp<IMemory> &data) {} in dataCallback()
|
| /frameworks/opt/bluetooth/src/android/bluetooth/client/map/ |
| D | BluetoothMapEventReport.java | 117 private BluetoothMapBmessage.Type parseMsgType(String msgType) throws IllegalArgumentException { in parseMsgType()
|
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
| D | CdmaInboundSmsHandler.java | 281 int msgType = (0xFF & pdu[index++]); in processCdmaWapPdu() local
|
| /frameworks/av/media/libstagefright/omx/ |
| D | SimpleSoftOMXComponent.cpp | 336 uint32_t msgType = msg->what(); in onMessageReceived() local
|
| /frameworks/base/core/java/android/hardware/ |
| D | Camera.java | 925 private final void addCallbackBuffer(byte[] callbackBuffer, int msgType) in addCallbackBuffer() 938 byte[] callbackBuffer, int msgType); in _addCallbackBuffer() 1383 private native final void native_takePicture(int msgType); in native_takePicture() 1422 int msgType = 0; in takePicture() local
|
| /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/ |
| D | PduPersister.java | 605 int msgType = headers.getOctet(PduHeaders.MESSAGE_TYPE); in load() local 1335 int msgType = pdu.getMessageType(); in persist() local
|
| /frameworks/base/services/core/java/com/android/server/connectivity/ |
| D | Tethering.java | 1616 void notify(int msgType) { in notify()
|