Searched refs:strCmd (Results 1 - 2 of 2) sorted by relevance
/drivers/peripheral/ril/interfaces/hdi_service/src/ |
H A D | ril_impl.cpp | 533 int32_t RilImpl::SimStkSendTerminalResponse(int32_t slotId, int32_t serialId, const std::string &strCmd) in SimStkSendTerminalResponse() argument 535 return TaskSchedule(&Telephony::HRilManager::SimStkSendTerminalResponse, slotId, serialId, strCmd); in SimStkSendTerminalResponse() 538 int32_t RilImpl::SimStkSendEnvelope(int32_t slotId, int32_t serialId, const std::string &strCmd) in SimStkSendEnvelope() argument 540 return TaskSchedule(&Telephony::HRilManager::SimStkSendEnvelope, slotId, serialId, strCmd); in SimStkSendEnvelope()
|
/drivers/peripheral/ril/interfaces/hdi_service/include/ |
H A D | ril_impl.h | 115 int32_t SimStkSendTerminalResponse(int32_t slotId, int32_t serialId, const std::string &strCmd) override; 116 int32_t SimStkSendEnvelope(int32_t slotId, int32_t serialId, const std::string &strCmd) override;
|
Completed in 3 milliseconds