HomeSort by relevance Sort by last modified time
    Searched defs:mStreamTypes (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/audioflinger/
AudioFlinger.h 448 { return mStreamTypes[stream].mute; }
451 { return mStreamTypes[stream].volume; }
580 stream_type_t mStreamTypes[AUDIO_STREAM_CNT];
Threads.h 548 // mStreamTypes[] uses 1 additional stream type internally for the OutputTrack used by
550 stream_type_t mStreamTypes[AUDIO_STREAM_CNT + 1];
    [all...]

Completed in 21 milliseconds