Searched defs:setMute (Results 1 - 22 of 22) sorted by relevance

/frameworks/av/radio/
H A DIRadio.cpp92 virtual status_t setMute(bool mute) function in class:android::BpRadio
259 status_t status = setMute(mute);
H A DRadio.cpp162 status_t Radio::setMute(bool mute) function in class:android::Radio
168 return mIRadio->setMute(mute);
/frameworks/base/core/java/android/hardware/radio/
H A DRadioModule.java65 public native int setMute(boolean mute); method in class:RadioModule
H A DRadioTuner.java105 public abstract int setMute(boolean mute); method in class:RadioTuner
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCall.java248 setMute(boolean mute) { method in class:ImsPhoneCall
253 imsCall.setMute(mute);
255 Rlog.e(LOG_TAG, "setMute failed : " + e.getMessage());
H A DImsPhone.java629 public void setMute(boolean muted) { method in class:ImsPhone
630 mCT.setMute(muted);
H A DImsPhoneCallTracker.java654 setMute(false);
729 setMute(false);
756 setMute(false);
1035 public void setMute(boolean mute) { method in class:ImsPhoneCallTracker
1037 mForegroundCall.setMute(mute);
H A DImsPhoneCommandInterface.java178 public void setMute (boolean enableMute, Message response) { method in class:ImsPhoneCommandInterface
/frameworks/av/services/radio/
H A DRadioService.cpp606 status_t RadioService::Module::setMute(bool mute) function in class:android::RadioService::Module
762 status_t RadioService::ModuleClient::setMute(bool mute) function in class:android::RadioService::ModuleClient
776 module->setMute(mute);
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
H A DImsCallSession.java631 public void setMute(boolean muted) { method in class:ImsCallSession
637 miSession.setMute(muted);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaCallTracker.java321 setMute(false);
432 setMute(false);
511 setMute(false);
515 setMute(false);
1201 public void setMute(boolean mute) { method in class:GsmCdmaCallTracker
1203 mCi.setMute(mDesiredMute, null);
H A DCallManager.java1151 public void setMute(boolean muted) { method in class:CallManager
1153 Rlog.d(LOG_TAG, " setMute(" + muted + ")");
1158 getActiveFgCall().getPhone().setMute(muted);
1162 Rlog.d(LOG_TAG, "End setMute(" + muted + ")");
1172 * fired when setMute() is called.
H A DPhoneInternalInterface.java670 void setMute(boolean muted); method in interface:PhoneInternalInterface
677 * fired when setMute() is called.
H A DGsmCdmaPhone.java1761 public void setMute(boolean muted) { method in class:GsmCdmaPhone
1762 mCT.setMute(muted);
H A DCommandsInterface.java1003 void setMute (boolean enableMute, Message response); method in interface:CommandsInterface
H A DRIL.java1292 setMute (boolean enableMute, Message response) { method in class:RIL
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java157 mRingingCall.setMute(false);
208 mForegroundCall.setMute(false);
358 public void setMute(boolean muted) { method in class:SipPhone
360 mForegroundCall.setMute(muted);
614 void setMute(boolean muted) { method in class:SipPhone.SipCall
615 if (SC_DBG) log("setMute: muted=" + muted);
617 ((SipConnection) c).setMute(muted);
903 void setMute(boolean muted) { method in class:SipPhone.SipConnection
H A DSipCommandInterface.java179 public void setMute (boolean enableMute, Message response) { method in class:SipCommandInterface
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java993 public void setMute(boolean muted) throws ImsException { method in class:ImsCall
996 logi("setMute :: turning mute " + (muted ? "on" : "off"));
1000 mSession.setMute(muted);
1002 loge("setMute :: ", t);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java803 public void setMute (boolean enableMute, Message result) {unimplemented(result);} method in class:SimulatedCommands
H A DSimulatedCommandsVerifier.java763 public void setMute(boolean enableMute, Message response) { method in class:SimulatedCommandsVerifier
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DPhoneMock.java1240 public void setMute(boolean muted) { method in class:PhoneMock

Completed in 258 milliseconds