Home
last modified time | relevance | path

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

/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/google/cuttlefish/guest/hals/ril/reference-libril/
Dsap_service.cpp535 void *sapDecodeMessage(MsgId msgId, MsgType msgType, uint8_t *payloadPtr, size_t payloadLen) { in sapDecodeMessage() argument
556 if (msgType == MsgType_RESPONSE) { in sapDecodeMessage()
766 void processResponse(MsgHeader *rsp, RilSapSocket *sapSocket, MsgType msgType) { in processResponse() argument
771 void *messagePtr = sapDecodeMessage(msgId, msgType, data, dataLen); in processResponse()
776 msgId, msgType); in processResponse()
782 msgId, msgType); in processResponse()
788 msgId, msgType); in processResponse()
805 if (msgType == MsgType_RESPONSE) { in processResponse()
/device/google/cuttlefish/guest/hals/ril/libril/
Dsap_service.cpp535 void *sapDecodeMessage(MsgId msgId, MsgType msgType, uint8_t *payloadPtr, size_t payloadLen) { in sapDecodeMessage() argument
556 if (msgType == MsgType_RESPONSE) { in sapDecodeMessage()
766 void processResponse(MsgHeader *rsp, RilSapSocket *sapSocket, MsgType msgType) { in processResponse() argument
771 void *messagePtr = sapDecodeMessage(msgId, msgType, data, dataLen); in processResponse()
776 msgId, msgType); in processResponse()
782 msgId, msgType); in processResponse()
788 msgId, msgType); in processResponse()
805 if (msgType == MsgType_RESPONSE) { in processResponse()
/device/generic/goldfish/radio/libril/
Dsap_service.cpp535 void *sapDecodeMessage(MsgId msgId, MsgType msgType, uint8_t *payloadPtr, size_t payloadLen) { in sapDecodeMessage() argument
556 if (msgType == MsgType_RESPONSE) { in sapDecodeMessage()
766 void processResponse(MsgHeader *rsp, RilSapSocket *sapSocket, MsgType msgType) { in processResponse() argument
771 void *messagePtr = sapDecodeMessage(msgId, msgType, data, dataLen); in processResponse()
776 msgId, msgType); in processResponse()
782 msgId, msgType); in processResponse()
788 msgId, msgType); in processResponse()
805 if (msgType == MsgType_RESPONSE) { in processResponse()
/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.cpp139 .message_type = msg.msgType, in sendMessageToHub()
223 uint32_t msgType, in handleOsMessage() argument
230 switch(msgType) { in handleOsMessage()
342 msg.msgType = rxMsg.message_type; in contextHubCb()
DNanohubHidlAdapter.h107 uint32_t msgType,
/device/generic/goldfish/camera/
DEmulatedCamera2.cpp379 void EmulatedCamera2::sendNotification(int32_t msgType, in sendNotification() argument
387 notifyCb(msgType, ext1, ext2, ext3, mNotifyUserPtr); in sendNotification()
DEmulatedCamera2.h260 void sendNotification(int32_t msgType,
DEmulatedFakeCamera2.h296 status_t triggerAction(uint32_t msgType,
DEmulatedFakeCamera2.cpp1697 status_t EmulatedFakeCamera2::ControlThread::triggerAction(uint32_t msgType, in triggerAction() argument
1699 ALOGV("%s: Triggering %d (%d, %d)", __FUNCTION__, msgType, ext1, ext2); in triggerAction()
1701 switch (msgType) { in triggerAction()
1718 __FUNCTION__, msgType, ext1, ext2); in triggerAction()
/device/google/cuttlefish/guest/hals/camera/
DEmulatedCamera2.cpp347 void EmulatedCamera2::sendNotification(int32_t msgType, int32_t ext1, in sendNotification() argument
355 notifyCb(msgType, ext1, ext2, ext3, mNotifyUserPtr); in sendNotification()
DEmulatedCamera2.h232 void sendNotification(int32_t msgType, int32_t ext1, int32_t ext2,
DEmulatedFakeCamera2.h280 status_t triggerAction(uint32_t msgType, int32_t ext1, int32_t ext2);
DEmulatedFakeCamera2.cpp1674 status_t EmulatedFakeCamera2::ControlThread::triggerAction(uint32_t msgType, in triggerAction() argument
1677 ALOGV("%s: Triggering %d (%d, %d)", __FUNCTION__, msgType, ext1, ext2); in triggerAction()
1679 switch (msgType) { in triggerAction()
1696 msgType, ext1, ext2); in triggerAction()