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

1 2

  /frameworks/av/camera/
ICameraRecordingProxyListener.cpp 42 void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& imageData)
48 data.writeInt32(msgType);
110 int32_t msgType = data.readInt32();
112 dataCallbackTimestamp(timestamp, msgType, imageData);
ICameraClient.cpp 47 void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2)
52 data.writeInt32(msgType);
59 void dataCallback(int32_t msgType, const sp<IMemory>& imageData,
65 data.writeInt32(msgType);
75 void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& imageData)
81 data.writeInt32(msgType);
131 int32_t msgType = data.readInt32();
134 notifyCallback(msgType, ext1, ext2);
140 int32_t msgType = data.readInt32();
149 dataCallback(msgType, imageData, metadata)
    [all...]
ICamera.cpp 247 status_t takePicture(int msgType)
249 ALOGV("takePicture: 0x%x", msgType);
252 data.writeInt32(msgType);
447 int msgType = data.readInt32();
448 reply->writeInt32(takePicture(msgType));
  /device/google/marlin/camera/QCamera2/HAL/wrapper/
QualcommCamera.cpp 88 int32_t msgType;
  /device/huawei/angler/camera/QCamera2/HAL/wrapper/
QualcommCamera.cpp 88 int32_t msgType;
  /device/lge/bullhead/camera/QCamera2/HAL/wrapper/
QualcommCamera.cpp 88 int32_t msgType;
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
UserData.java 142 public int msgType;
163 builder.append(", msgType=" + msgType);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaInboundSmsHandler.java 265 int msgType = (0xFF & pdu[index++]);
266 if (msgType != 0) {
297 log("Received WAP PDU. Type = " + msgType + ", originator = " + address
317 * ex: MSGTYPE-TotalSegments-CurrentSegment
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapAccountLoader.java 86 BluetoothMapUtils.TYPE msgType = (searchIntent.getAction().toString() ==
95 BluetoothMapAccountItem app = createAppItem(rInfo, includeIcon, msgType);
BluetoothMapObexServer.java 674 BluetoothMapUtils.TYPE msgType;
690 msgType = BluetoothMapUtils.getMsgTypeFromHandle(msgHandle);
691 if(D) Log.d(TAG,"setMessageStatus. Handle:" + handle+", MsgType: "+ msgType);
701 if (!mObserver.setMessageStatusDeleted(handle, msgType, mCurrentFolder,
708 if (!mObserver.setMessageStatusRead(handle, msgType, mBaseUriString, value)) {
    [all...]
BluetoothMapContentObserver.java 610 TYPE msgType;
639 String oldFolder, TYPE msgType) {
642 setFolderPath(folder, msgType);
644 if(msgType == TYPE.EMAIL || msgType == TYPE.IM) {
652 this.msgType = msgType;
655 public Event(String eventType, long handle, String folder, TYPE msgType) {
658 setFolderPath(folder, msgType);
659 this.msgType = msgType
    [all...]
BluetoothMapContent.java 516 int msgType = 0;
518 msgType = c.getInt(fi.mSmsColFolder);
520 msgType = c.getInt(fi.mMmsColFolder);
523 msgType = c.getInt(fi.mMessageColFolder);
526 if (msgType == 2) {
    [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);
  /frameworks/base/services/core/java/com/android/server/location/
ContextHubService.java 277 int msgType = header[HEADER_FIELD_MSG_TYPE];
282 Log.d(TAG, "Sending message " + msgType + " version " + msgVersion + " from hubHandle " +
290 ContextHubMessage msg = new ContextHubMessage(msgType, msgVersion, data);
  /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/
XmlMessageBuilder.java 436 int msgType = message.getType().getAsInt();
438 out.append(msgType);
  /device/google/marlin/camera/usbcamcore/src/
QualcommUsbCamera.cpp     [all...]
  /frameworks/base/services/net/java/android/net/ip/
IpReachabilityMonitor.java 556 final short msgType = neighMsg.getHeader().nlmsg_type;
562 + NetlinkConstants.stringForNlMsgType(msgType) + ", "
575 (msgType == NetlinkConstants.RTM_DELNEIGH)
  /frameworks/rs/
rsHidlAdaptation.cpp 365 RsMessageToClientType msgType;
367 [&msgType, receiveLen](MessageToClientType retMessageType, uint64_t retReceiveLen) {
368 msgType = (RsMessageToClientType) retMessageType;
371 return msgType;
378 RsMessageToClientType msgType;
380 [&msgType, receiveLen, subID](MessageToClientType retMessageType, uint64_t retReceiveLen, uint32_t retSubID) {
381 msgType = (RsMessageToClientType) retMessageType;
386 return msgType;
    [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/base/services/core/jni/
com_android_server_location_ContextHubService.cpp 117 uint32_t msgType,
252 msgHeader[HEADER_FIELD_MSG_TYPE] = msg.msgType;
713 uint32_t msgType,
721 msgType);
740 header[HEADER_FIELD_MSG_TYPE] = msgType;
    [all...]
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduPersister.java 604 int msgType = headers.getOctet(PduHeaders.MESSAGE_TYPE);
609 if ((msgType == PduHeaders.MESSAGE_TYPE_RETRIEVE_CONF)
610 || (msgType == PduHeaders.MESSAGE_TYPE_SEND_REQ)) {
620 switch (msgType) {
662 "Unsupported PDU type: " + Integer.toHexString(msgType));
666 "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...]
  /frameworks/base/core/java/android/hardware/
Camera.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 

Completed in 1898 milliseconds

1 2