Home
last modified time | relevance | path

Searched refs:getMute (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhone.java355 public boolean getMute() { in getMute() method in SipPhone
357 ? mForegroundCall.getMute() in getMute()
358 : mBackgroundCall.getMute()); in getMute()
566 } else if (getMute()) { in setAudioGroupMode()
602 boolean getMute() { in getMute() method in SipPhone.SipCall
605 : ((SipConnection) mConnections.get(0)).getMute(); in getMute()
891 boolean getMute() { in getMute() method in SipPhone.SipConnection
DSipCommandInterface.java180 public void getMute (Message response) { in getMute() method in SipCommandInterface
/frameworks/av/services/radio/
DRadioService.h82 status_t getMute(bool *mute);
150 virtual status_t getMute(bool *mute);
DRadioService.cpp615 status_t RadioService::Module::getMute(bool *mute) in getMute() function in android::RadioService::Module
779 status_t RadioService::ModuleClient::getMute(bool *mute) in getMute() function in android::RadioService::ModuleClient
790 return module->getMute(mute); in getMute()
/frameworks/av/include/radio/
DIRadio.h42 virtual status_t getMute(bool *mute) = 0;
DRadio.h55 status_t getMute(bool *mute);
/frameworks/base/core/java/android/hardware/radio/
DRadioTuner.java113 public abstract boolean getMute(); in getMute() method in RadioTuner
DRadioModule.java67 public native boolean getMute(); in getMute() method in RadioModule
/frameworks/av/radio/
DRadio.cpp171 status_t Radio::getMute(bool *mute) in getMute() function in android::Radio
177 return mIRadio->getMute(mute); in getMute()
DIRadio.cpp104 virtual status_t getMute(bool *mute) in getMute() function in android::BpRadio
266 status_t status = getMute(&mute); in onTransact()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCallManager.java1213 public boolean getMute() { in getMute() method in CallManager
1215 return getActiveFgCall().getPhone().getMute(); in getMute()
1217 return getFirstActiveBgCall().getPhone().getMute(); in getMute()
DPhone.java1259 boolean getMute(); in getMute() method
DPhoneProxy.java948 public boolean getMute() { in getMute() method in PhoneProxy
949 return mActivePhone.getMute(); in getMute()
DCommandsInterface.java1002 void getMute (Message response); in getMute() method
DRIL.java1188 getMute (Message response) { in getMute() method in RIL
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java179 public void getMute (Message response) { in getMute() method in ImsPhoneCommandInterface
DImsPhone.java635 public boolean getMute() { in getMute() method in ImsPhone
636 return mCT.getMute(); in getMute()
DImsPhoneCallTracker.java711 /*package*/ boolean getMute() { in getMute() method in ImsPhoneCallTracker
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCDMAPhone.java346 public boolean getMute() { in getMute() method in CDMAPhone
347 return mCT.getMute(); in getMute()
DCdmaCallTracker.java836 getMute() { in getMute() method in CdmaCallTracker
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmCallTracker.java765 getMute() { in getMute() method in GsmCallTracker
DGSMPhone.java1291 public boolean getMute() { in getMute() method in GSMPhone
1292 return mCT.getMute(); in getMute()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DUsimDataDownloadCommands.java.broken314 public void getMute(Message response) {
/frameworks/base/core/jni/
Dandroid_hardware_Radio.cpp666 status_t status = module->getMute(&mute); in android_hardware_Radio_getMute()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommands.java790 public void getMute (Message result) {unimplemented(result);} in getMute() method in SimulatedCommands

12