HomeSort by relevance Sort by last modified time
    Searched defs:setMute (Results 1 - 25 of 30) sorted by null

1 2

  /frameworks/base/telephony/java/android/telephony/ims/stub/
ImsCallSessionImplBase.java 137 public void setMute(boolean muted) throws RemoteException {
  /device/asus/fugu/libaudio/
AudioOutput.cpp 489 void AudioOutput::setMute(bool mute) {
  /frameworks/base/core/java/android/hardware/radio/
RadioTuner.java 105 public abstract int setMute(boolean mute);
TunerAdapter.java 93 public int setMute(boolean mute) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCall.java 248 setMute(boolean mute) {
253 imsCall.setMute(mute);
255 Rlog.e(LOG_TAG, "setMute failed : " + e.getMessage());
ImsPhoneCommandInterface.java 180 public void setMute (boolean enableMute, Message response) {
ImsPhone.java 710 public void setMute(boolean muted) {
711 mCT.setMute(muted);
    [all...]
ImsPhoneCallTracker.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
GsmCdmaCallTracker.java 329 setMute(false);
439 setMute(false);
526 setMute(false);
530 setMute(false);
    [all...]
PhoneInternalInterface.java 695 void setMute(boolean muted);
702 * fired when setMute() is called.
    [all...]
CommandsInterface.java     [all...]
CallManager.java     [all...]
RIL.java     [all...]
GsmCdmaPhone.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipCommandInterface.java 181 public void setMute (boolean enableMute, Message response) {
SipPhone.java 157 mRingingCall.setMute(false);
208 mForegroundCall.setMute(false);
358 public void setMute(boolean muted) {
360 mForegroundCall.setMute(muted);
614 void setMute(boolean muted) {
615 if (SC_DBG) log("setMute: muted=" + muted);
617 ((SipConnection) c).setMute(muted);
    [all...]
  /frameworks/base/telephony/java/com/android/ims/internal/
ImsCallSession.java 672 public void setMute(boolean muted) {
678 miSession.setMute(muted);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedCommandsVerifier.java 765 public void setMute(boolean enableMute, Message response) {
SimulatedCommands.java 813 public void setMute (boolean enableMute, Message result) {unimplemented(result);}
    [all...]
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsCall.java     [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
PhoneMock.java     [all...]
  /hardware/ril/libril/
ril_service.cpp 262 Return<void> setMute(int32_t serial, bool enable);
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 1598 milliseconds

1 2