Searched defs:getMute (Results 1 - 19 of 19) sorted by relevance

/frameworks/av/radio/
H A DIRadio.cpp105 virtual status_t getMute(bool *mute) function in class:android::BpRadio
264 status_t status = getMute(&mute);
H A DRadio.cpp171 status_t Radio::getMute(bool *mute) function in class:android::Radio
177 return mIRadio->getMute(mute);
/frameworks/base/core/java/android/hardware/radio/
H A DRadioModule.java70 public native boolean getMute(); method in class:RadioModule
H A DRadioTuner.java116 public abstract boolean getMute(); method in class:RadioTuner
/frameworks/av/services/radio/
H A DRadioService.cpp615 status_t RadioService::Module::getMute(bool *mute) function in class:android::RadioService::Module
793 status_t RadioService::ModuleClient::getMute(bool *mute) function in class:android::RadioService::ModuleClient
807 return module->getMute(mute);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaCallTracker.java1215 public boolean getMute() { method in class:GsmCdmaCallTracker
H A DCallManager.java1176 public boolean getMute() { method in class:CallManager
1178 return getActiveFgCall().getPhone().getMute();
1180 return getFirstActiveBgCall().getPhone().getMute();
H A DPhoneInternalInterface.java680 boolean getMute(); method in interface:PhoneInternalInterface
H A DGsmCdmaPhone.java1836 public boolean getMute() { method in class:GsmCdmaPhone
1837 return mCT.getMute();
H A DCommandsInterface.java1009 void getMute (Message response); method in interface:CommandsInterface
H A DRIL.java1899 public void getMute(Message result) { method in class:RIL
1908 radioProxy.getMute(rr.mSerial);
1910 handleRadioProxyExceptionForRR(rr, "getMute", e);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java365 public boolean getMute() { method in class:SipPhone
367 ? mForegroundCall.getMute()
368 : mBackgroundCall.getMute());
585 } else if (getMute()) {
621 boolean getMute() { method in class:SipPhone.SipCall
624 : ((SipConnection) mConnections.get(0)).getMute();
625 if (SC_DBG) log("getMute: ret=" + ret);
911 boolean getMute() { method in class:SipPhone.SipConnection
H A DSipCommandInterface.java183 public void getMute (Message response) { method in class:SipCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhone.java706 public boolean getMute() { method in class:ImsPhone
707 return mCT.getMute();
H A DImsPhoneCallTracker.java1363 public boolean getMute() { method in class:ImsPhoneCallTracker
H A DImsPhoneCommandInterface.java182 public void getMute (Message response) { method in class:ImsPhoneCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java814 public void getMute (Message result) {unimplemented(result);} method in class:SimulatedCommands
H A DSimulatedCommandsVerifier.java768 public void getMute(Message response) { method in class:SimulatedCommandsVerifier
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DPhoneMock.java1255 public boolean getMute() { method in class:PhoneMock

Completed in 2380 milliseconds