Searched refs:dtmfInfo (Results 1 – 4 of 4) sorted by relevance
/drivers/peripheral/ril/interfaces/hdi_service/src/ |
D | ril_impl.cpp | 205 int32_t RilImpl::SendDtmf(int32_t slotId, int32_t serialId, const DtmfInfo &dtmfInfo) in SendDtmf() argument 207 return TaskSchedule(&Telephony::HRilManager::SendDtmf, slotId, serialId, dtmfInfo); in SendDtmf() 210 int32_t RilImpl::StartDtmf(int32_t slotId, int32_t serialId, const DtmfInfo &dtmfInfo) in StartDtmf() argument 212 return TaskSchedule(&Telephony::HRilManager::StartDtmf, slotId, serialId, dtmfInfo); in StartDtmf() 215 int32_t RilImpl::StopDtmf(int32_t slotId, int32_t serialId, const DtmfInfo &dtmfInfo) in StopDtmf() argument 217 return TaskSchedule(&Telephony::HRilManager::StopDtmf, slotId, serialId, dtmfInfo); in StopDtmf()
|
/drivers/peripheral/ril/interfaces/hdi_service/include/ |
D | ril_impl.h | 71 int32_t SendDtmf(int32_t slotId, int32_t serialId, const DtmfInfo &dtmfInfo) override; 72 int32_t StartDtmf(int32_t slotId, int32_t serialId, const DtmfInfo &dtmfInfo) override; 73 int32_t StopDtmf(int32_t slotId, int32_t serialId, const DtmfInfo &dtmfInfo) override;
|
/drivers/interface/ril/v1_0/ |
D | IRil.idl | 527 * @param dtmfInfo DTMF information. For details, see {@link DtmfInfo}. 535 [oneway] SendDtmf([in] int slotId, [in] int serialId, [in] struct DtmfInfo dtmfInfo); 542 * @param dtmfInfo DTMF information. For details, see {@link DtmfInfo}. 550 [oneway] StartDtmf([in] int slotId, [in] int serialId, [in] struct DtmfInfo dtmfInfo); 557 * @param dtmfInfo DTMF information. For details, see {@link DtmfInfo}. 565 [oneway] StopDtmf([in] int slotId, [in] int serialId, [in] struct DtmfInfo dtmfInfo);
|
/drivers/interface/ril/v1_1/ |
D | IRil.idl | 541 * @param dtmfInfo DTMF information. For details, see {@link DtmfInfo}. 549 [oneway] SendDtmf([in] int slotId, [in] int serialId, [in] struct DtmfInfo dtmfInfo); 556 * @param dtmfInfo DTMF information. For details, see {@link DtmfInfo}. 564 [oneway] StartDtmf([in] int slotId, [in] int serialId, [in] struct DtmfInfo dtmfInfo); 571 * @param dtmfInfo DTMF information. For details, see {@link DtmfInfo}. 579 [oneway] StopDtmf([in] int slotId, [in] int serialId, [in] struct DtmfInfo dtmfInfo);
|