HomeSort by relevance Sort by last modified time
    Searched refs:mStreamTypes (Results 1 - 4 of 4) 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.cpp     [all...]
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...]
AudioFlinger.cpp 787 mStreamTypes[stream].volume = value;
814 mStreamTypes[stream].mute = muted;
    [all...]

Completed in 370 milliseconds