Searched refs:dtmf (Results 1 – 4 of 4) sorted by relevance
/device/google/cuttlefish/guest/hals/ril/ |
D | cuttlefish_ril.cpp | 384 std::string dtmf; member 420 dtmf.push_back(c); in addDtmfDigit() 421 ALOGV("Call to %s: DTMF %s", number.c_str(), dtmf.c_str()); in addDtmfDigit()
|
/device/generic/goldfish/radio/libril/ |
D | ril_service.cpp | 336 const ::android::hardware::hidl_string& dtmf, 1719 Return<void> RadioImpl::sendBurstDtmf(int32_t serial, const hidl_string& dtmf, int32_t on, in sendBurstDtmf() argument 1725 3, dtmf.c_str(), (std::to_string(on)).c_str(), in sendBurstDtmf()
|
/device/google/cuttlefish/guest/hals/ril/libril/ |
D | ril_service.cpp | 346 const ::android::hardware::hidl_string& dtmf, 1854 Return<void> RadioImpl_1_6::sendBurstDtmf(int32_t serial, const hidl_string& dtmf, int32_t on, in sendBurstDtmf() argument 1860 3, dtmf.c_str(), (std::to_string(on)).c_str(), in sendBurstDtmf()
|
/device/google/cuttlefish/guest/hals/ril/reference-libril/ |
D | ril_service.cpp | 357 const ::android::hardware::hidl_string& dtmf, 1885 Return<void> RadioImpl_1_6::sendBurstDtmf(int32_t serial, const hidl_string& dtmf, int32_t on, in sendBurstDtmf() argument 1891 3, dtmf.c_str(), (std::to_string(on)).c_str(), in sendBurstDtmf()
|