HomeSort by relevance Sort by last modified time
    Searched refs:AUDIO_STREAM_CNT (Results 1 - 11 of 11) sorted by null

  /system/core/include/system/
audio.h 53 AUDIO_STREAM_CNT,
54 AUDIO_STREAM_MAX = AUDIO_STREAM_CNT - 1,
  /frameworks/av/media/libmedia/
AudioSystem.cpp 135 if (uint32_t(stream) >= AUDIO_STREAM_CNT) return BAD_VALUE;
144 if (uint32_t(stream) >= AUDIO_STREAM_CNT) return BAD_VALUE;
154 if (uint32_t(stream) >= AUDIO_STREAM_CNT) return BAD_VALUE;
163 if (uint32_t(stream) >= AUDIO_STREAM_CNT) return BAD_VALUE;
  /frameworks/av/services/audioflinger/
PlaybackTracks.h 97 return (mStreamType == AUDIO_STREAM_CNT);
AudioFlinger.cpp 461 if (uint32_t(streamType) >= AUDIO_STREAM_CNT) {
788 if (uint32_t(stream) >= AUDIO_STREAM_CNT) {
822 if (uint32_t(stream) >= AUDIO_STREAM_CNT ||
838 if (uint32_t(stream) >= AUDIO_STREAM_CNT) {
859 if (uint32_t(stream) >= AUDIO_STREAM_CNT) {
    [all...]
AudioPolicyService.cpp 399 if (uint32_t(stream) >= AUDIO_STREAM_CNT) {
417 if (uint32_t(stream) >= AUDIO_STREAM_CNT) {
438 if (uint32_t(stream) >= AUDIO_STREAM_CNT) {
    [all...]
AudioFlinger.h 579 stream_type_t mStreamTypes[AUDIO_STREAM_CNT];
Threads.h 543 stream_type_t mStreamTypes[AUDIO_STREAM_CNT + 1];
    [all...]
Threads.cpp     [all...]
Tracks.cpp     [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h 244 static const VolumeCurvePoint *sVolumeProfiles[AUDIO_STREAM_CNT][DEVICE_CATEGORY_CNT];
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp     [all...]

Completed in 153 milliseconds