HomeSort by relevance Sort by last modified time
    Searched defs:msgType (Results 1 - 25 of 40) 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/generic/goldfish/dhcp/client/
dhcpclient.cpp 240 uint8_t msgType = msg.type();
243 if (msgType == DHCPOFFER) {
257 if (msgType == DHCPACK) {
269 } else if (msgType == DHCPNAK) {
  /device/google/marlin/camera/QCamera2/HAL/wrapper/
QualcommCamera.cpp 88 int32_t msgType;
  /frameworks/base/services/net/java/android/net/ip/
IpNeighborMonitor.java 95 final short msgType;
101 public NeighborEvent(long elapsedMs, short msgType, int ifindex, InetAddress ip,
104 this.msgType = msgType;
112 return (msgType != RTM_DELNEIGH) && StructNdMsg.isNudStateConnected(nudState);
116 return (msgType != RTM_DELNEIGH) && StructNdMsg.isNudStateValid(nudState);
123 .add(stringForNlMsgType(msgType))
212 final short msgType = neighMsg.getHeader().nlmsg_type;
222 (msgType == RTM_DELNEIGH)
227 whenMs, msgType, ifindex, destination, nudState
    [all...]
  /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 263 int msgType = (0xFF & pdu[index++]);
264 if (msgType != 0) {
295 log("Received WAP PDU. Type = " + msgType + ", originator = " + address
315 * ex: MSGTYPE-TotalSegments-CurrentSegment
  /hardware/qcom/camera/msm8998/QCamera2/HAL/wrapper/
QualcommCamera.cpp 88 int32_t msgType;
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapAccountLoader.java 85 BluetoothMapUtils.TYPE msgType = (Objects.equals(searchIntent.getAction(),
96 BluetoothMapAccountItem app = createAppItem(rInfo, includeIcon, msgType);
BluetoothMapObexServer.java 785 BluetoothMapUtils.TYPE msgType;
    [all...]
BluetoothMapContentObserver.java 596 public TYPE msgType;
624 Event(String eventType, long handle, String folder, String oldFolder, TYPE msgType) {
627 setFolderPath(folder, msgType);
629 if (msgType == TYPE.EMAIL || msgType == TYPE.IM) {
637 this.msgType = msgType;
640 Event(String eventType, long handle, String folder, TYPE msgType) {
643 setFolderPath(folder, msgType);
644 this.msgType = msgType
    [all...]
BluetoothMapContent.java 508 int msgType = 0;
510 msgType = c.getInt(fi.mSmsColFolder);
512 msgType = c.getInt(fi.mMmsColFolder);
514 msgType = c.getInt(fi.mMessageColFolder);
517 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);
  /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/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...]
  /hardware/qcom/camera/msm8998/usbcamcore/src/
QualcommUsbCamera.cpp     [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 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 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 356 milliseconds

1 2