/device/generic/goldfish/dhcp/client/ |
D | dhcpclient.cpp | 241 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/ |
D | sap_service.cpp | 535 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/ |
D | sap_service.cpp | 535 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/ |
D | sap_service.cpp | 535 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/ |
D | SimpleGoldfishOMXComponent.cpp | 393 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/ |
D | NanohubHidlAdapter.cpp | 139 .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()
|
D | NanohubHidlAdapter.h | 107 uint32_t msgType,
|
/device/generic/goldfish/camera/ |
D | EmulatedCamera2.cpp | 379 void EmulatedCamera2::sendNotification(int32_t msgType, in sendNotification() argument 387 notifyCb(msgType, ext1, ext2, ext3, mNotifyUserPtr); in sendNotification()
|
D | EmulatedCamera2.h | 260 void sendNotification(int32_t msgType,
|
D | EmulatedFakeCamera2.h | 296 status_t triggerAction(uint32_t msgType,
|
D | EmulatedFakeCamera2.cpp | 1697 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/ |
D | EmulatedCamera2.cpp | 347 void EmulatedCamera2::sendNotification(int32_t msgType, int32_t ext1, in sendNotification() argument 355 notifyCb(msgType, ext1, ext2, ext3, mNotifyUserPtr); in sendNotification()
|
D | EmulatedCamera2.h | 232 void sendNotification(int32_t msgType, int32_t ext1, int32_t ext2,
|
D | EmulatedFakeCamera2.h | 280 status_t triggerAction(uint32_t msgType, int32_t ext1, int32_t ext2);
|
D | EmulatedFakeCamera2.cpp | 1674 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()
|