Home
last modified time | relevance | path

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

/hardware/interfaces/audio/effect/5.0/xml/api/
Dcurrent.txt86 enum_constant public static final audio.effects.V5_0.StreamOutputType dtmf;
/hardware/interfaces/audio/effect/6.0/xml/api/
Dcurrent.txt162 enum_constant public static final audio.effects.V6_0.StreamOutputType dtmf;
/hardware/interfaces/radio/1.2/default/
DRadio.h159 Return<void> sendBurstDtmf(int32_t serial, const hidl_string& dtmf, int32_t on,
/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.cpp329 const ::android::hardware::hidl_string& dtmf,
1705 Return<void> RadioImpl::sendBurstDtmf(int32_t serial, const hidl_string& dtmf, int32_t on, in sendBurstDtmf() argument
1711 3, dtmf.c_str(), (std::to_string(on)).c_str(), in sendBurstDtmf()