Home
last modified time | relevance | path

Searched refs:strCmd (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/ril/interfaces/hdi_service/src/
H A Dril_impl.cpp533 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 Dril_impl.h115 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