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 432 { return mStreamTypes[stream].mute; }
435 { return mStreamTypes[stream].volume; }
560 stream_type_t mStreamTypes[AUDIO_STREAM_CNT];
Threads.h 498 // mStreamTypes[] uses 1 additional stream type internally for the OutputTrack used by
500 stream_type_t mStreamTypes[AUDIO_STREAM_CNT + 1];
    [all...]

Completed in 2086 milliseconds