Home
last modified time | relevance | path

Searched defs:startDtmf (Results 1 – 20 of 20) sorted by relevance

/aosp12/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsCallSession.aidl257 void startDtmf(char c); in startDtmf() method
/aosp12/hardware/interfaces/radio/1.0/vts/functional/
H A Dradio_hidl_hal_voice.cpp446 TEST_P(RadioHidlTest, startDtmf) { in TEST_P() argument
/aosp12/frameworks/base/telephony/java/android/telephony/ims/stub/
H A DImsCallSessionImplBase.java589 public void startDtmf(char c) { in startDtmf() method in ImsCallSessionImplBase
/aosp12/frameworks/base/telephony/java/android/telephony/ims/compat/stub/
H A DImsCallSessionImplBase.java353 public void startDtmf(char c) { in startDtmf() method in ImsCallSessionImplBase
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java311 public void startDtmf(char c) { in startDtmf() method in SipPhone
H A DSipCommandInterface.java229 public void startDtmf(char c, Message result) { in startDtmf() method in SipCommandInterface
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneInternalInterface.java578 void startDtmf(char c); in startDtmf() method
H A DCallManager.java1097 public boolean startDtmf(char c) { in startDtmf() method in CallManager
H A DGsmCdmaPhone.java1669 public void startDtmf(char c) { in startDtmf() method in GsmCdmaPhone
H A DCommandsInterface.java1164 void startDtmf(char c, Message result); in startDtmf() method
H A DRIL.java2849 public void startDtmf(char c, Message result) { in startDtmf() method in RIL
/aosp12/frameworks/base/telephony/java/android/telephony/ims/
H A DImsCallSession.java1059 public void startDtmf(char c) { in startDtmf() method in ImsCallSession
/aosp12/hardware/interfaces/radio/1.2/default/
H A DRadio.cpp362 Return<void> Radio::startDtmf(int32_t /* serial */, const hidl_string& /* s */) { in startDtmf() function in android::hardware::radio::V1_2::implementation::Radio
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java228 public void startDtmf(char c, Message result) { in startDtmf() method in ImsPhoneCommandInterface
H A DImsPhone.java1004 startDtmf(char c) { in startDtmf() method in ImsPhone
H A DImsPhoneCallTracker.java2333 startDtmf(char c) { in startDtmf() method in ImsPhoneCallTracker
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java1720 public void startDtmf(char c) { in startDtmf() method in ImsCall
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSimulatedCommands.java1106 public void startDtmf(char c, Message result) { in startDtmf() method in SimulatedCommands
H A DSimulatedCommandsVerifier.java835 public void startDtmf(char c, Message result) { in startDtmf() method in SimulatedCommandsVerifier
/aosp12/hardware/ril/libril/
H A Dril_service.cpp1410 Return<void> RadioImpl::startDtmf(int32_t serial, const hidl_string& s) { in startDtmf() function in RadioImpl