Home
last modified time | relevance | path

Searched refs:msgType (Results 1 – 5 of 5) sorted by relevance

/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dsap_service.cpp542 void *sapDecodeMessage(MsgId msgId, MsgType msgType, uint8_t *payloadPtr, size_t payloadLen) { in sapDecodeMessage() argument
563 if (msgType == MsgType_RESPONSE) { in sapDecodeMessage()
773 void processResponse(MsgHeader *rsp, RilSapSocket *sapSocket, MsgType msgType) { in processResponse() argument
778 void *messagePtr = sapDecodeMessage(msgId, msgType, data, dataLen); in processResponse()
783 msgId, msgType); in processResponse()
789 msgId, msgType); in processResponse()
795 msgId, msgType); in processResponse()
812 if (msgType == MsgType_RESPONSE) { in processResponse()
/device/generic/goldfish/dhcp/client/
Ddhcpclient.cpp241 uint8_t msgType = msg.type(); in waitAndReceive() local
244 if (msgType == DHCPOFFER) { in waitAndReceive()
258 if (msgType == DHCPACK) { in waitAndReceive()
270 } else if (msgType == DHCPNAK) { in waitAndReceive()
/device/generic/goldfish-opengl/system/codecs/omx/plugin/
DSimpleGoldfishOMXComponent.cpp393 uint32_t msgType = msg->what(); in onMessageReceived() local
394 ALOGV("msgType = %d", msgType); in onMessageReceived()
395 switch (msgType) { in onMessageReceived()
419 size_t portIndex = (kWhatEmptyThisBuffer == msgType)? in onMessageReceived()
432 CHECK((msgType == kWhatEmptyThisBuffer in onMessageReceived()
/device/google/contexthub/contexthubhal/
DNanohubHidlAdapter.cpp140 .message_type = msg.msgType, in sendMessageToHub()
224 uint32_t msgType, in handleOsMessage() argument
231 switch(msgType) { in handleOsMessage()
343 msg.msgType = rxMsg.message_type; in contextHubCb()
DNanohubHidlAdapter.h107 uint32_t msgType,