HomeSort by relevance Sort by last modified time
    Searched defs:msgType (Results 1 - 25 of 27) 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...]
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/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 281 int msgType = (0xFF & pdu[index++]);
282 if (msgType != 0) {
313 log("Received WAP PDU. Type = " + msgType + ", originator = " + address
331 * 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/qcom/camera/QCamera2/HAL/wrapper/
QualcommCamera.cpp 88 int32_t msgType;
  /hardware/ti/omap4-aah/test/CameraHal/
camera_test_script.cpp     [all...]
camera_test_menu.cpp 770 void CameraHandler::notify(int32_t msgType, int32_t ext1, int32_t ext2) {
772 printf("Notify cb: %d %d %d\n", msgType, ext1, ext2);
774 if ( msgType & CAMERA_MSG_FOCUS )
777 if ( msgType & CAMERA_MSG_SHUTTER )
780 if ( msgType & CAMERA_MSG_ERROR && (ext1 == 1))
804 void CameraHandler::postData(int32_t msgType,
808 printf("Data cb: %d\n", msgType);
810 if ( msgType & CAMERA_MSG_PREVIEW_FRAME )
817 if ( msgType & msgMask) {
822 if (msgType & CAMERA_MSG_POSTVIEW_FRAME)
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapAccountLoader.java 91 BluetoothMapUtils.TYPE msgType = (searchIntent.getAction().toString() ==
100 BluetoothMapAccountItem app = createAppItem(rInfo, includeIcon, msgType);
BluetoothMapObexServer.java 656 BluetoothMapUtils.TYPE msgType;
672 msgType = BluetoothMapUtils.getMsgTypeFromHandle(msgHandle);
673 if(D) Log.d(TAG,"setMessageStatus. Handle:" + handle+", MsgType: "+ msgType);
683 if (!mObserver.setMessageStatusDeleted(handle, msgType, mCurrentFolder,
690 if (!mObserver.setMessageStatusRead(handle, msgType, mBaseUriString, value)) {
    [all...]
BluetoothMapContentObserver.java 581 TYPE msgType;
610 String oldFolder, TYPE msgType) {
613 setFolderPath(folder, msgType);
615 if(msgType == TYPE.EMAIL || msgType == TYPE.IM) {
623 this.msgType = msgType;
626 public Event(String eventType, long handle, String folder, TYPE msgType) {
629 setFolderPath(folder, msgType);
630 this.msgType = msgType
    [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);
  /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/
XmlMessageBuilder.java 436 int msgType = message.getType().getAsInt();
438 out.append(msgType);
  /frameworks/base/core/java/android/net/
IpReachabilityMonitor.java 420 final short msgType = neighMsg.getHeader().nlmsg_type;
426 + NetlinkConstants.stringForNlMsgType(msgType) + ", "
439 (msgType == NetlinkConstants.RTM_DELNEIGH)
  /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/Settings/src/com/android/settings/bluetooth/
DockService.java 266 int msgType = msg.what;
274 if(DEBUG) Log.d(TAG, "processMessage: " + msgType + " state: " + state + " device = "
279 switch (msgType) {
303 if (mDialog == null && mPendingDevice == null && msgType != MSG_TYPE_UNDOCKED_TEMPORARY
457 int msgType;
460 msgType = MSG_TYPE_UNDOCKED_TEMPORARY;
476 msgType = MSG_TYPE_SHOW_UI;
478 msgType = MSG_TYPE_DOCKED;
485 return mServiceHandler.obtainMessage(msgType, state, 0, device);
    [all...]
  /external/toybox/toys/pending/
dhcp.c 984 // sends dhcp msg of MSGTYPE
985 static int dhcpc_sendmsg(int msgtype)
1003 pend = dhcpc_addmsgtype(pend, msgtype);
1007 switch (msgtype) {
    [all...]
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduPersister.java 605 int msgType = headers.getOctet(PduHeaders.MESSAGE_TYPE);
610 if ((msgType == PduHeaders.MESSAGE_TYPE_RETRIEVE_CONF)
611 || (msgType == PduHeaders.MESSAGE_TYPE_SEND_REQ)) {
621 switch (msgType) {
663 "Unsupported PDU type: " + Integer.toHexString(msgType));
667 "Unrecognized PDU type: " + Integer.toHexString(msgType));
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
PduPersister.java 550 final int msgType = headers.getOctet(PduHeaders.MESSAGE_TYPE);
551 final PduBody body = loadBody(msgId, msgType);
552 return createPdu(msgType, headers, body);
618 final int msgType = headers.getOctet(PduHeaders.MESSAGE_TYPE);
619 final PduBody body = loadBody(msgId, msgType);
620 pdu = createPdu(msgType, headers, body);
660 private GenericPdu createPdu(final int msgType, final PduHeaders headers, final PduBody body)
662 switch (msgType) {
696 "Unsupported PDU type: " + Integer.toHexString(msgType));
700 "Unrecognized PDU type: " + Integer.toHexString(msgType));
    [all...]

Completed in 742 milliseconds

1 2