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

  /frameworks/av/services/audiopolicy/
AudioPolicyInterfaceImpl.cpp 324 if (uint32_t(stream) >= AUDIO_STREAM_CNT) {
342 if (uint32_t(stream) >= AUDIO_STREAM_CNT) {
358 if (uint32_t(stream) >= AUDIO_STREAM_CNT) {
AudioPolicyInterfaceImplLegacy.cpp 316 if (uint32_t(stream) >= AUDIO_STREAM_CNT) {
334 if (uint32_t(stream) >= AUDIO_STREAM_CNT) {
355 if (uint32_t(stream) >= AUDIO_STREAM_CNT) {
AudioPolicyEffects.h 154 static const char *kStreamNames[AUDIO_STREAM_CNT+1]; //+1 required as streams start from -1
AudioPolicyManager.h 438 static const VolumeCurvePoint *sVolumeProfiles[AUDIO_STREAM_CNT][DEVICE_CATEGORY_CNT];
475 uint32_t mRefCount[AUDIO_STREAM_CNT]; // number of streams of each type using this output
476 nsecs_t mStopTime[AUDIO_STREAM_CNT];
479 float mCurVolume[AUDIO_STREAM_CNT]; // current stream volume
480 int mMuteCount[AUDIO_STREAM_CNT]; // mute request counter
    [all...]
AudioPolicyEffects.cpp 338 const char *AudioPolicyEffects::kStreamNames[AUDIO_STREAM_CNT+1] = {
353 // AUDIO_STREAM_CNT is no match found
357 for (i = AUDIO_STREAM_DEFAULT; i < AUDIO_STREAM_CNT; i++) {
588 if (stream == AUDIO_STREAM_CNT) {
AudioPolicyManager.cpp 578 for (int stream = 0; stream < AUDIO_STREAM_CNT; stream++) {
675 for (int stream = 0; stream < AUDIO_STREAM_CNT; stream++) {
    [all...]
  /frameworks/av/media/libmedia/
AudioSystem.cpp 138 if (uint32_t(stream) >= AUDIO_STREAM_CNT) return BAD_VALUE;
147 if (uint32_t(stream) >= AUDIO_STREAM_CNT) return BAD_VALUE;
157 if (uint32_t(stream) >= AUDIO_STREAM_CNT) return BAD_VALUE;
166 if (uint32_t(stream) >= AUDIO_STREAM_CNT) return BAD_VALUE;
    [all...]
AudioTrack.cpp 286 if (uint32_t(streamType) >= AUDIO_STREAM_CNT) {
    [all...]
  /system/core/include/system/
audio.h 62 AUDIO_STREAM_CNT,
63 AUDIO_STREAM_MAX = AUDIO_STREAM_CNT - 1,
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h 247 static const VolumeCurvePoint *sVolumeProfiles[AUDIO_STREAM_CNT][DEVICE_CATEGORY_CNT];
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp 555 if (uint32_t(streamType) >= AUDIO_STREAM_CNT) {
901 if (uint32_t(stream) >= AUDIO_STREAM_CNT) {
935 if (uint32_t(stream) >= AUDIO_STREAM_CNT ||
951 if (uint32_t(stream) >= AUDIO_STREAM_CNT) {
972 if (uint32_t(stream) >= AUDIO_STREAM_CNT) {
    [all...]
AudioFlinger.h 704 stream_type_t mStreamTypes[AUDIO_STREAM_CNT];
    [all...]
Tracks.cpp     [all...]
Threads.h     [all...]
Threads.cpp     [all...]
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp     [all...]

Completed in 159 milliseconds