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

  /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/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...]
  /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);
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Preview.cpp     [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
RetryScheduler.java 117 int msgType = cursor.getInt(cursor.getColumnIndexOrThrow(
131 (msgType == PduHeaders.MESSAGE_TYPE_NOTIFICATION_IND);
TransactionService.java 248 int msgType = cursor.getInt(columnIndexOfMsgType);
249 int transactionType = getTransactionType(msgType);
251 Log.v(TAG, "onNewIntent: msgType=" + msgType + " transactionType=" +
349 private int getTransactionType(int msgType) {
350 switch (msgType) {
358 Log.w(TAG, "Unrecognized MESSAGE_TYPE: " + msgType);
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
DeliveryReportActivity.java 151 String msgType = null;
154 msgType = icicle.getString("message_type");
157 if (msgType == null) {
158 msgType = intent.getStringExtra("message_type");
161 return msgType;
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/
LCML_Types.h 123 DSP_EventType msgType;
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapObexServer.java 287 BluetoothMapUtils.TYPE msgType;
301 msgType = BluetoothMapUtils.getMsgTypeFromHandle(msgHandle);
308 if (!observer.setMessageStatusDeleted(handle, msgType, value)) {
312 if (!observer.setMessageStatusRead(handle, msgType, value)) {
BluetoothMapContent.java 110 int msgType = TYPE_SMS;
355 int msgType = 0;
356 if (fi.msgType == FilterInfo.TYPE_SMS) {
357 msgType = c.getInt(c.getColumnIndex(Sms.TYPE));
358 } else if (fi.msgType == FilterInfo.TYPE_MMS) {
359 msgType = c.getInt(c.getColumnIndex(Mms.MESSAGE_BOX));
362 if (msgType == 2) {
375 if (fi.msgType == FilterInfo.TYPE_SMS) {
377 } else if (fi.msgType == FilterInfo.TYPE_MMS) {
410 if (fi.msgType == FilterInfo.TYPE_MMS)
    [all...]
BluetoothMapContentObserver.java 171 TYPE msgType;
174 String oldFolder, TYPE msgType) {
188 this.msgType = msgType;
203 xmlEvtReport.attribute("", "handle", BluetoothMapUtils.getMapHandle(handle, msgType));
210 xmlEvtReport.attribute("", "msg_type", msgType.name());
262 + evt.folder + " " + evt.oldFolder + " " + evt.msgType.name());
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DockService.java 258 int msgType = msg.what;
266 if(DEBUG) Log.d(TAG, "processMessage: " + msgType + " state: " + state + " device = "
271 switch (msgType) {
295 if (mDialog == null && mPendingDevice == null && msgType != MSG_TYPE_UNDOCKED_TEMPORARY
449 int msgType;
452 msgType = MSG_TYPE_UNDOCKED_TEMPORARY;
468 msgType = MSG_TYPE_SHOW_UI;
470 msgType = MSG_TYPE_DOCKED;
477 return mServiceHandler.obtainMessage(msgType, state, 0, device);
    [all...]
  /frameworks/opt/mms/src/java/com/google/android/mms/pdu/
PduPersister.java 602 int msgType = headers.getOctet(PduHeaders.MESSAGE_TYPE);
607 if ((msgType == PduHeaders.MESSAGE_TYPE_RETRIEVE_CONF)
608 || (msgType == PduHeaders.MESSAGE_TYPE_SEND_REQ)) {
618 switch (msgType) {
660 "Unsupported PDU type: " + Integer.toHexString(msgType));
664 "Unrecognized PDU type: " + Integer.toHexString(msgType));
    [all...]
  /packages/apps/Mms/src/com/android/mms/model/
SlideshowModel.java 354 int msgType = pdu.getMessageType();
355 if ((msgType == PduHeaders.MESSAGE_TYPE_SEND_REQ)
356 || (msgType == PduHeaders.MESSAGE_TYPE_RETRIEVE_CONF)) {
  /frameworks/base/core/java/android/hardware/
Camera.java     [all...]
  /hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
JFmTx.java 124 void fmTxCmdSetRdsTextRtMsg(JFmTx context, JFmTxStatus status, int msgType, int msgLen,
127 void fmTxCmdGetRdsTextRtMsg(JFmTx context, JFmTxStatus status, int msgType, int msgLen,
460 private final int msgType;
462 private JFmRdsRtMsgType(int msgType) {
463 this.msgType = msgType;
467 return msgType;
    [all...]

Completed in 1147 milliseconds