Home
last modified time | relevance | path

Searched refs:dtmf (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/radio/1.0/
DIRadio.hal957 * @param dtmf DTMF string
963 oneway sendBurstDtmf(int32_t serial, string dtmf, int32_t on, int32_t off);
/hardware/ril/libril/
Dril_service.cpp310 const ::android::hardware::hidl_string& dtmf,
1579 Return<void> RadioImpl::sendBurstDtmf(int32_t serial, const hidl_string& dtmf, int32_t on, in sendBurstDtmf() argument
1585 3, dtmf.c_str(), (std::to_string(on)).c_str(), in sendBurstDtmf()