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

  /frameworks/av/services/audiopolicy/service/
AudioPolicyInterfaceImplLegacy.cpp 138 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT) {
154 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT) {
182 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT) {
340 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT) {
358 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT) {
379 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT) {
395 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT) {
408 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT) {
457 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT) {
469 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT) {
    [all...]
AudioPolicyInterfaceImpl.cpp 133 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT) {
398 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT) {
416 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT) {
432 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT) {
443 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT) {
456 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT) {
505 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT) {
517 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT) {
AudioPolicyEffects.cpp 231 if (stream >= AUDIO_STREAM_PUBLIC_CNT) {
343 const char *AudioPolicyEffects::kStreamNames[AUDIO_STREAM_PUBLIC_CNT+1] = {
358 // AUDIO_STREAM_PUBLIC_CNT is no match found
362 for (i = AUDIO_STREAM_DEFAULT; i < AUDIO_STREAM_PUBLIC_CNT; i++) {
593 if (stream == AUDIO_STREAM_PUBLIC_CNT) {
AudioPolicyEffects.h 154 static const char *kStreamNames[AUDIO_STREAM_PUBLIC_CNT+1]; //+1 required as streams start from -1
  /system/media/audio/include/system/
audio.h 66 AUDIO_STREAM_PUBLIC_CNT = AUDIO_STREAM_TTS + 1,
    [all...]
  /frameworks/av/media/libmedia/
AudioTrack.cpp 344 if (uint32_t(streamType) >= AUDIO_STREAM_PUBLIC_CNT) {
    [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp 921 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT && caller != getpid_cached) {
    [all...]
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp 666 if (*stream < AUDIO_STREAM_MIN || *stream >= AUDIO_STREAM_PUBLIC_CNT) {
    [all...]

Completed in 269 milliseconds