Searched refs:SET_STREAM_MUTE (Results 1 – 2 of 2) sorted by relevance
46 SET_STREAM_MUTE, enumerator294 remote()->transact(SET_STREAM_MUTE, data, &reply); in setStreamMute()918 case SET_STREAM_MUTE: in onTransact()1121 case SET_STREAM_MUTE: { in onTransact()
324 mWorker.obtainMessage(W.SET_STREAM_MUTE, stream, mute ? 1 : 0).sendToTarget(); in setStreamMute()767 private static final int SET_STREAM_MUTE = 7; field in VolumeDialogControllerImpl.W791 case SET_STREAM_MUTE: onSetStreamMuteW(msg.arg1, msg.arg2 != 0); break; in handleMessage()