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

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

Completed in 582 milliseconds