HomeSort by relevance Sort by last modified time
    Searched defs:msgType (Results 1 - 25 of 33) sorted by null

1 2

  /frameworks/av/camera/
ICameraRecordingProxyListener.cpp 38 void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& imageData)
44 data.writeInt32(msgType);
62 int32_t msgType = data.readInt32();
64 dataCallbackTimestamp(timestamp, msgType, imageData);
ICameraClient.cpp 42 void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2)
47 data.writeInt32(msgType);
54 void dataCallback(int32_t msgType, const sp<IMemory>& imageData,
60 data.writeInt32(msgType);
70 void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& imageData)
76 data.writeInt32(msgType);
93 int32_t msgType = data.readInt32();
96 notifyCallback(msgType, ext1, ext2);
102 int32_t msgType = data.readInt32();
111 dataCallback(msgType, imageData, metadata)
    [all...]
IProCameraCallbacks.cpp 50 void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2)
55 data.writeInt32(msgType);
93 int32_t msgType = data.readInt32();
96 notifyCallback(msgType, ext1, ext2);
ICamera.cpp 207 status_t takePicture(int msgType)
209 ALOGV("takePicture: 0x%x", msgType);
212 data.writeInt32(msgType);
376 int msgType = data.readInt32();
377 reply->writeInt32(takePicture(msgType));
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI_Rdi.cpp 138 int msgType = 0;
157 msgType |= CAMERA_MSG_PREVIEW_FRAME;
163 ALOGD("Message enabled = 0x%x", msgType);
164 if(mActive && msgType) {
165 mHalCamCtrl->mDataCb(msgType, data, 0, NULL, mHalCamCtrl->mCallbackCookie);
QCameraHWI_Preview.cpp 585 int msgType = 0;
729 msgType |= CAMERA_MSG_PREVIEW_FRAME;
    [all...]
  /device/lge/mako/camera/QCamera/HAL/wrapper/
QualcommCamera.cpp 124 int32_t msgType;
  /device/lge/mako/camera/
QualcommCamera2.cpp 124 int32_t msgType;
QCameraHWI_Preview.cpp     [all...]
QCameraHWI_Preview_7x27A.cpp 518 int msgType = 0;
613 msgType |= CAMERA_MSG_PREVIEW_FRAME;
618 if(msgType) {
620 pcb(msgType, data, 0, metadata, mHalCamCtrl->mCallbackCookie);
    [all...]
QualcommCamera.cpp 117 int32_t msgType;
128 void cam_notify_callback(int32_t msgType,
141 notify_cb(msgType, ext1, ext2, user_data);
166 void native_send_data_callback(int32_t msgType,
187 qmem->msgType = msgType;
190 data_cb(msgType, framebuffer, counter, NULL, user);
203 static void cam_data_callback(int32_t msgType,
223 qmem->msgType = msgType;
    [all...]
  /device/moto/shamu/camera/QCamera/HAL/wrapper/
QualcommCamera.cpp 125 int32_t msgType;
  /device/moto/shamu/camera/QCamera/HAL2/core/src/
QCameraStream_Preview.cpp 250 int msgType = 0;
  /device/moto/shamu/camera/QCamera2/HAL/wrapper/
QualcommCamera.cpp 88 int32_t msgType;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaInboundSmsHandler.java 277 int msgType = (0xFF & pdu[index++]);
278 if (msgType != 0) {
309 log("Received WAP PDU. Type = " + msgType + ", originator = " + address
327 * ex: MSGTYPE-TotalSegments-CurrentSegment
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
UserData.java 134 public int msgType;
155 builder.append(", msgType=" + msgType);
  /hardware/ti/omap4-aah/test/CameraHal/
camera_test_script.cpp     [all...]
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Preview.cpp     [all...]
  /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/json/
JsonMessageBuilder.java 369 int msgType = message.getType().getAsInt();
375 out.put(OUTER_FIELD_TYPE, msgType);
  /packages/apps/Mms/src/com/android/mms/transaction/
RetryScheduler.java 117 int msgType = cursor.getInt(cursor.getColumnIndexOrThrow(
131 (msgType == PduHeaders.MESSAGE_TYPE_NOTIFICATION_IND);
  /packages/apps/Mms/src/com/android/mms/ui/
DeliveryReportActivity.java 152 String msgType = null;
155 msgType = icicle.getString("message_type");
158 if (msgType == null) {
159 msgType = intent.getStringExtra("message_type");
162 return msgType;
  /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/
XmlMessageBuilder.java 436 int msgType = message.getType().getAsInt();
438 out.append(msgType);
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/
LCML_Types.h 123 DSP_EventType msgType;
  /device/moto/shamu/camera/QCamera/HAL/usbcamcore/src/
QualcommUsbCamera.cpp     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapObexServer.java 540 BluetoothMapUtils.TYPE msgType;
554 msgType = BluetoothMapUtils.getMsgTypeFromHandle(msgHandle);
555 if(D)Log.d(TAG,"setMessageStatus. Handle:" + handle+", MsgType: "+ msgType);
562 if (!mObserver.setMessageStatusDeleted(handle, msgType, mCurrentFolder,
568 if (!mObserver.setMessageStatusRead(handle, msgType, mBaseEmailUriString, value)) {
    [all...]

Completed in 997 milliseconds

1 2