Home | History | Annotate | Download | only in libmedia

Lines Matching refs:muted

306     virtual status_t setMasterMute(bool muted)
310 data.writeInt32(muted);
343 virtual status_t setStreamMute(audio_stream_type_t stream, bool muted)
348 data.writeInt32(muted);