Home | History | Annotate | Download | only in libmedia

Lines Matching full:muted

320     virtual status_t setMasterMute(bool muted)
324 data.writeInt32(muted);
357 virtual status_t setStreamMute(audio_stream_type_t stream, bool muted)
362 data.writeInt32(muted);