Home
last modified time | relevance | path

Searched defs:rsp (Results 1 – 8 of 8) sorted by relevance

/device/google/contexthub/contexthubhal/
Dsystem_comms.cpp248 NanohubRsp rsp(buf, transactionId, chre); in handleRx() local
461 NanohubRsp rsp(buf, transactionId, chre); in handleRx() local
502 int SystemComm::AppMgmtSession::handleTransfer(NanohubRsp &rsp, MessageBuf &, AppManager &appManage… in handleTransfer()
567 int SystemComm::AppMgmtSession::handleStopTransfer(NanohubRsp &rsp, MessageBuf &buf, AppManager &) in handleStopTransfer()
598 int SystemComm::AppMgmtSession::handleQueryStart(NanohubRsp &rsp, MessageBuf &buf, AppManager &appM… in handleQueryStart()
639 int SystemComm::AppMgmtSession::handleStart(NanohubRsp &rsp, MessageBuf &buf, AppManager &) in handleStart()
669 int SystemComm::AppMgmtSession::handleFinish(NanohubRsp &rsp, MessageBuf &buf, AppManager &appManag… in handleFinish()
698 int SystemComm::AppMgmtSession::handleRun(NanohubRsp &rsp, MessageBuf &buf, AppManager &appManager) in handleRun()
731 int SystemComm::AppMgmtSession::handleInfo(NanohubRsp &rsp, MessageBuf &buf, AppManager &appManager) in handleInfo()
746 int SystemComm::AppMgmtSession::handleStopRun(NanohubRsp &rsp, MessageBuf &buf, AppManager &) in handleStopRun()
[all …]
DNanohubHidlAdapter.cpp202 status_response_t *rsp) { in isValidOsStatus()
236 struct status_response_t rsp; in handleOsMessage() local
/device/google/cuttlefish_common/guest/commands/usbforward/
Dusb_server.cpp128 ResponseHeader rsp{StatusSuccess, tag}; in HandleDeviceList() local
148 ResponseHeader rsp{handle_ ? StatusSuccess : StatusFailure, tag}; in HandleAttach() local
154 ResponseHeader rsp{handle_ ? StatusSuccess : StatusFailure, tag}; in HandleHeartbeat() local
250 ResponseHeader rsp{is_success ? StatusSuccess : StatusFailure, tag}; in OnTransferComplete() local
/device/google/cuttlefish_common/guest/hals/ril/libril/
DRilSapSocket.cpp244 MsgHeader rsp; in onRequestComplete() local
287 MsgHeader rsp; in onUnsolicitedResponse() local
Dsap_service.cpp766 void processResponse(MsgHeader *rsp, RilSapSocket *sapSocket, MsgType msgType) { in processResponse()
918 void sap::processResponse(MsgHeader *rsp, RilSapSocket *sapSocket) { in processResponse()
922 void sap::processUnsolResponse(MsgHeader *rsp, RilSapSocket *sapSocket) { in processUnsolResponse()
/device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/Xen/io/
Dxs_wire.h118 CHAR8 rsp[XENSTORE_RING_SIZE]; /* Replies and async watch events. */ member
/device/google/contexthub/util/nanotool/
Dcontexthub.cpp293 auto rsp = reinterpret_cast<const BrHostEventData *>(event.GetDataPtr()); in PrintBridgeVersion() local
/device/generic/goldfish/keymaster/trusty/
Dtrusty_keymaster_device.cpp760 KeymasterResponse* rsp) { in Send()