Searched defs:rsp (Results 1 – 9 of 9) sorted by relevance
/device/google/contexthub/contexthubhal/ |
D | system_comms.cpp | 249 NanohubRsp rsp(buf, transactionId, chre); in handleRx() local 462 NanohubRsp rsp(buf, transactionId, chre); in handleRx() local 503 int SystemComm::AppMgmtSession::handleTransfer(NanohubRsp &rsp, MessageBuf &, AppManager &appManage… in handleTransfer() 568 int SystemComm::AppMgmtSession::handleStopTransfer(NanohubRsp &rsp, MessageBuf &buf, AppManager &) in handleStopTransfer() 599 int SystemComm::AppMgmtSession::handleQueryStart(NanohubRsp &rsp, MessageBuf &buf, AppManager &appM… in handleQueryStart() 640 int SystemComm::AppMgmtSession::handleStart(NanohubRsp &rsp, MessageBuf &buf, AppManager &) in handleStart() 670 int SystemComm::AppMgmtSession::handleFinish(NanohubRsp &rsp, MessageBuf &buf, AppManager &appManag… in handleFinish() 699 int SystemComm::AppMgmtSession::handleRun(NanohubRsp &rsp, MessageBuf &buf, AppManager &appManager) in handleRun() 732 int SystemComm::AppMgmtSession::handleInfo(NanohubRsp &rsp, MessageBuf &buf, AppManager &appManager) in handleInfo() 747 int SystemComm::AppMgmtSession::handleStopRun(NanohubRsp &rsp, MessageBuf &buf, AppManager &) in handleStopRun() [all …]
|
D | NanohubHidlAdapter.cpp | 203 status_response_t *rsp) { in isValidOsStatus() 237 struct status_response_t rsp; in handleOsMessage() local
|
/device/generic/trusty/secure_dpu/ |
D | EmulatorDPUHandler.cpp | 61 secure_dpu_resp rsp; in HandleStartSecureDisplay() local 73 secure_dpu_resp rsp; in HandleStopSecureDisplay() local 103 secure_dpu_resp rsp; in HandleAllocateBuffer() local
|
/device/google/cuttlefish/guest/hals/gatekeeper/remote/ |
D | remote_gatekeeper.cpp | 72 GatekeeperEnrollResponse* rsp) { in enroll() 119 const std::vector<uint8_t>& providedPassword, GatekeeperVerifyResponse* rsp) { in verify()
|
/device/google/cuttlefish/guest/hals/ril/reference-libril/ |
D | RilSapSocket.cpp | 243 MsgHeader rsp; in onRequestComplete() local 286 MsgHeader rsp; in onUnsolicitedResponse() local
|
D | sap_service.cpp | 773 void processResponse(MsgHeader *rsp, RilSapSocket *sapSocket, MsgType msgType) { in processResponse() 925 void sap::processResponse(MsgHeader *rsp, RilSapSocket *sapSocket) { in processResponse() 929 void sap::processUnsolResponse(MsgHeader *rsp, RilSapSocket *sapSocket) { in processUnsolResponse()
|
/device/google/cuttlefish/guest/hals/keymint/remote/ |
D | remote_keymaster.cpp | 35 KeymasterResponse* rsp) { in ForwardCommand() 64 ConfigureResponse rsp(message_version()); in Initialize() local
|
/device/google/cuttlefish/host/commands/secure_env/rust/ |
D | lib.rs | 197 let rsp = ta.process(req_data); in ta_main() localVariable
|
/device/google/contexthub/util/nanotool/ |
D | contexthub.cpp | 293 auto rsp = reinterpret_cast<const BrHostEventData *>(event.GetDataPtr()); in PrintBridgeVersion() local
|