/frameworks/av/camera/ |
D | ICameraClient.cpp | 46 void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) in notifyCallback() 58 void dataCallback(int32_t msgType, const sp<IMemory>& imageData, in dataCallback() 74 void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& imageData) in dataCallbackTimestamp() 107 int32_t msgType = data.readInt32(); in onTransact() local 116 int32_t msgType = data.readInt32(); in onTransact() local 133 int32_t msgType = data.readInt32(); in onTransact() local
|
D | ICameraRecordingProxyListener.cpp | 41 void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& imageData) in dataCallbackTimestamp() 79 int32_t msgType = data.readInt32(); in onTransact() local
|
D | Camera.cpp | 278 status_t Camera::takePicture(int msgType) in takePicture() 343 void Camera::notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) in notifyCallback() 349 void Camera::dataCallback(int32_t msgType, const sp<IMemory>& dataPtr, in dataCallback() 363 void Camera::dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr) in dataCallbackTimestamp()
|
D | ICamera.cpp | 228 status_t takePicture(int msgType) in takePicture() 415 int msgType = data.readInt32(); in onTransact() local
|
D | CameraBase.cpp | 198 void CameraBase<TCam, TCamTraits>::notifyCallback(int32_t msgType, in notifyCallback()
|
/frameworks/av/services/camera/libcameraservice/api1/ |
D | CameraClient.cpp | 582 status_t CameraClient::takePicture(int msgType) { in takePicture() 714 void CameraClient::enableMsgType(int32_t msgType) { in enableMsgType() 719 void CameraClient::disableMsgType(int32_t msgType) { in disableMsgType() 725 bool CameraClient::lockIfMessageWanted(int32_t msgType) { in lockIfMessageWanted() 766 void CameraClient::notifyCallback(int32_t msgType, int32_t ext1, in notifyCallback() 786 void CameraClient::dataCallback(int32_t msgType, in dataCallback() 820 int32_t msgType, const sp<IMemory>& dataPtr, void* user) { in dataCallbackTimestamp() 861 void CameraClient::handlePreviewData(int32_t msgType, in handlePreviewData() 944 void CameraClient::handleGenericNotify(int32_t msgType, in handleGenericNotify() 953 void CameraClient::handleGenericData(int32_t msgType, in handleGenericData() [all …]
|
D | Camera2Client.cpp | 1379 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/base/core/jni/ |
D | android_hardware_Camera.cpp | 194 void JNICameraContext::notify(int32_t msgType, int32_t ext1, int32_t ext2) in notify() 247 void JNICameraContext::copyAndPost(JNIEnv* env, const sp<IMemory>& dataPtr, int msgType) in copyAndPost() 300 void JNICameraContext::postData(int32_t msgType, const sp<IMemory>& dataPtr, in postData() 347 void JNICameraContext::postDataTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dat… in postDataTimestamp() 365 void JNICameraContext::postMetadata(JNIEnv *env, int32_t msgType, camera_frame_metadata_t *metadata) in postMetadata() 451 JNIEnv *env, jbyteArray cbb, int msgType) in addCallbackBuffer() 772 …roid_hardware_Camera_addCallbackBuffer(JNIEnv *env, jobject thiz, jbyteArray bytes, jint msgType) { in android_hardware_Camera_addCallbackBuffer() 806 static void android_hardware_Camera_takePicture(JNIEnv *env, jobject thiz, jint msgType) in android_hardware_Camera_takePicture()
|
D | android_hardware_location_ContextHubService.cpp | 645 static void passOnOsResponse(uint32_t hubHandle, uint32_t msgType, in passOnOsResponse() 796 static int handle_os_message(uint32_t msgType, uint32_t hubHandle, in handle_os_message() 1112 uint32_t msgType = header[HEADER_FIELD_MSG_TYPE]; in nativeSendMessage() local
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
D | CaptureSequencer.cpp | 67 status_t CaptureSequencer::startCapture(int msgType) { in startCapture() 712 sp<Camera2Client> client, int msgType) { in shutterNotifyLocked()
|
/frameworks/av/media/libstagefright/ |
D | CameraSource.cpp | 78 void CameraSourceListener::notify(int32_t msgType, int32_t ext1, int32_t ext2) { in notify() 85 void CameraSourceListener::postData(int32_t msgType, const sp<IMemory> &dataPtr, in postData() 97 nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr) { in postDataTimestamp() 1270 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/sms/ |
D | UserData.java | 134 public int msgType; field in UserData
|
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/ |
D | BluetoothMapEventReport.java | 117 private BluetoothMapBmessage.Type parseMsgType(String msgType) throws IllegalArgumentException { in parseMsgType()
|
/frameworks/av/services/camera/libcameraservice/device1/ |
D | CameraHardwareInterface.h | 203 void enableMsgType(int32_t msgType) in enableMsgType() 220 void disableMsgType(int32_t msgType) in disableMsgType() 232 int msgTypeEnabled(int32_t msgType) in msgTypeEnabled()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
D | CdmaInboundSmsHandler.java | 265 int msgType = (0xFF & pdu[index++]); in processCdmaWapPdu() local
|
/frameworks/av/include/media/stagefright/ |
D | CameraSource.h | 222 virtual void dataCallback(int32_t msgType, const sp<IMemory> &data) {} in dataCallback()
|
/frameworks/base/services/net/java/android/net/ip/ |
D | IpReachabilityMonitor.java | 563 final short msgType = neighMsg.getHeader().nlmsg_type; in evaluateRtNetlinkNeighborMessage() local
|
/frameworks/av/media/libstagefright/omx/ |
D | SimpleSoftOMXComponent.cpp | 344 uint32_t msgType = msg->what(); in onMessageReceived() local
|
/frameworks/base/core/java/android/hardware/ |
D | Camera.java | 923 private final void addCallbackBuffer(byte[] callbackBuffer, int msgType) in addCallbackBuffer() 936 byte[] callbackBuffer, int msgType); in _addCallbackBuffer() 1381 private native final void native_takePicture(int msgType); in native_takePicture() 1420 int msgType = 0; in takePicture() local
|
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/ |
D | PduPersister.java | 606 int msgType = headers.getOctet(PduHeaders.MESSAGE_TYPE); in load() local 1336 int msgType = pdu.getMessageType(); in persist() local
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | Tethering.java | 1784 void notify(int msgType) { in notify()
|