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

1 2 3 4 5

  /device/google/wahoo/wifi_offload/test/
chre_interface_test.cpp 61 uint32_t messageType;
65 DoAll(testing::SaveArg<0>(&messageType), testing::SaveArg<1>(&buffer_recvd)));
71 EXPECT_EQ(messageType, kDefaultMessageType);
  /external/proguard/src/proguard/gui/
MessageDialogRunnable.java 37 private final int messageType;
47 int messageType)
54 messageType));
70 int messageType)
75 this.messageType = messageType;
87 messageType);
  /system/chre/core/include/chre/core/
host_comms_manager.h 52 uint32_t messageType;
97 * @param messageType Application-defined identifier for the message
112 uint32_t messageType, uint16_t hostEndpoint,
122 * @param messageType Application-defined message identifier
130 uint64_t appId, uint32_t messageType, uint16_t hostEndpoint,
169 uint64_t appId, uint16_t hostEndpoint, uint32_t messageType,
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
FieldDescriptor.cs 44 private MessageDescriptor messageType;
185 public bool IsMap => fieldType == FieldType.Message && messageType.Proto.Options != null && messageType.Proto.Options.MapEntry;
241 public MessageDescriptor MessageType
247 throw new InvalidOperationException("MessageType is only valid for message fields.");
249 return messageType;
286 messageType = (MessageDescriptor) typeDescriptor;
  /external/testng/src/main/java/org/testng/remote/strprotocol/
StringMessageSender.java 119 int messageType = MessageHelper.getMessageType(message);
122 if(messageType < MessageHelper.SUITE) {
126 else if(messageType < MessageHelper.TEST) {
130 else if(messageType < MessageHelper.TEST_RESULT) {
  /hardware/interfaces/renderscript/1.0/vts/functional/
VtsMiscellaneousTests.cpp 280 MessageToClientType messageType;
284 messageType = _type; size = (uint32_t)_size; subID = _subID; });
288 messageType = _type; size = (uint32_t)_size; });
  /frameworks/base/services/core/java/com/android/server/hdmi/
TimerRecordingAction.java 129 int messageType = params[0] & 0xFF;
130 switch (messageType) {
139 Slog.i(TAG, "[Feature Abort] for " + messageType + " reason:" + reason);
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
SmsEnvelope.java 65 public int messageType;
  /packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
MessagesFilter.java 27 public byte messageType = MESSAGE_TYPE_ALL;
45 messageType = filter;
  /system/chre/chre_api/include/chre_api/chre/
event.h 243 uint32_t messageType;
246 * @deprecated This is the name for the messageType field used in v1.0.
249 * future API update - use messageType instead.
394 uint32_t messageType,
427 * @param messageType Message type sent to the app on the host.
454 uint32_t messageType, uint16_t hostEndpoint,
  /system/chre/chre_api/legacy/v1_1/chre/
event.h 215 uint32_t messageType;
218 * @deprecated This is the name for the messageType field used in v1.0.
221 * future API update - use messageType instead.
366 uint32_t messageType,
399 * @param messageType Message type sent to the app on the host.
426 uint32_t messageType, uint16_t hostEndpoint,
  /cts/tests/tests/location/src/android/location/cts/
TestMeasurementUtil.java     [all...]
  /device/google/contexthub/firmware/os/inc/
eventnums.h 65 uint32_t messageType;
  /external/deqp/executor/
xeTcpIpLink.cpp 40 static void writeMessageHeader (de::BlockBuffer<deUint8>& dst, xs::MessageType type, int messageSize)
295 xs::MessageType messageType = (xs::MessageType)0;
299 xs::Message::parseHeader(&m_curMsgBuf[0], xs::MESSAGE_HEADER_SIZE, messageType, messageSize);
306 handleMessage(messageType, m_curMsgPos > xs::MESSAGE_HEADER_SIZE ? &m_curMsgBuf[xs::MESSAGE_HEADER_SIZE] : DE_NULL, messageSize-xs::MESSAGE_HEADER_SIZE);
362 void TcpIpRecvThread::handleMessage (xs::MessageType messageType, const deUint8* data, size_t dataSize)
364 switch (messageType)
398 if (messageType == xs::MESSAGETYPE_PROCESS_LOG_DATA
    [all...]
  /external/pdfium/fxjs/xfa/
cjx_hostpseudomodel.cpp 508 uint32_t messageType = XFA_MBICON_Error;
510 messageType = runtime->ToInt32(params[2]);
511 if (messageType > XFA_MBICON_Status)
512 messageType = XFA_MBICON_Error;
523 messageType, buttonType);
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
DescriptorsTest.java 104 Descriptor messageType = TestAllTypes.getDescriptor();
105 assertEquals(messageType, file.getMessageTypes().get(0));
106 assertEquals(messageType, file.findMessageTypeByName("TestAllTypes"));
152 Descriptor messageType = TestAllTypes.getDescriptor();
155 assertEquals("TestAllTypes", messageType.getName());
156 assertEquals("protobuf_unittest.TestAllTypes", messageType.getFullName());
157 assertEquals(UnittestProto.getDescriptor(), messageType.getFile());
158 assertNull(messageType.getContainingType());
160 messageType.getOptions());
161 assertEquals("TestAllTypes", messageType.toProto().getName())
    [all...]
  /external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
RoomParametersFetcher.java 113 String messageType = message.getString("type");
115 if (messageType.equals("offer")) {
117 SessionDescription.Type.fromCanonicalForm(messageType),
119 } else if (messageType.equals("candidate")) {
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SmsCbHeader.java 147 int messageType = pdu[0];
149 if (messageType != MESSAGE_TYPE_CBS_MESSAGE) {
150 throw new IllegalArgumentException("Unsupported message type " + messageType);
  /packages/services/Car/tests/carservice_test/src/com/android/car/
VmsHalServiceSubscriptionEventTest.java 111 int messageType = v.get(VmsSubscriptionsStateIntegerValuesIndex.MESSAGE_TYPE);
114 assertEquals(VmsMessageType.SUBSCRIPTIONS_RESPONSE, messageType);
VmsPublisherClientServiceTest.java 119 int messageType = rawValue.int32Values.get(VmsMessageWithLayerIntegerValuesIndex.MESSAGE_TYPE);
126 assertEquals(VmsMessageType.DATA, messageType);
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
CallAudioModeTransitionTests.java 48 public int messageType; // Any of the commands from the state machine
56 public ModeTestParameters(String name, int initialAudioState, int messageType,
62 this.messageType = messageType;
76 ", messageType=" + messageType +
123 sm.sendMessage(mParams.messageType, mParams.externalState);
186 CallAudioModeStateMachine.NEW_ACTIVE_OR_DIALING_CALL, // messageType
205 CallAudioModeStateMachine.NEW_ACTIVE_OR_DIALING_CALL, // messageType
224 CallAudioModeStateMachine.NEW_RINGING_CALL, // messageType
    [all...]
BluetoothRouteTransitionTests.java 67 private int messageType;
94 public BluetoothRouteTestParametersBuilder setMessageType(int messageType) {
95 this.messageType = messageType;
148 messageType,
166 public int messageType; // Any of the commands from the state machine
177 BluetoothDevice initialDevice, int messageType, ListenerUpdate[]
185 this.messageType = messageType;
202 ", messageType=" + messageType
    [all...]
  /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/json/
JsonMessageBuilder.java 54 * Status types. These match the values defined by OuterMessage.MessageType
116 PoloMessageType messageType;
125 messageType = PoloMessageType.fromIntVal(msgIntVal);
130 switch (messageType) {
  /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/
XmlMessageBuilder.java 52 * OuterMessage.MessageType in polo.proto.
137 PoloMessageType messageType;
147 messageType = PoloMessageType.fromIntVal(msgIntVal);
161 switch (messageType) {
  /external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
Extension.java 222 Class<?> messageType = repeated ? clazz.getComponentType() : clazz;
226 MessageNano group = (MessageNano) messageType.newInstance();
230 MessageNano message = (MessageNano) messageType.newInstance();
238 "Error creating instance of class " + messageType, e);
241 "Error creating instance of class " + messageType, e);

Completed in 279 milliseconds

1 2 3 4 5