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) {
341 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT) {
359 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT) {
380 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT) {
396 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT) {
409 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT) {
458 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT) {
470 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT) {
    [all...]
AudioPolicyInterfaceImpl.cpp 137 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT) {
410 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT) {
428 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT) {
444 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT) {
455 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT) {
468 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT) {
521 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT) {
533 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT) {
AudioPolicyEffects.cpp 231 if (stream >= AUDIO_STREAM_PUBLIC_CNT) {
344 const char *AudioPolicyEffects::kStreamNames[AUDIO_STREAM_PUBLIC_CNT+1] = {
359 // AUDIO_STREAM_PUBLIC_CNT is no match found
363 for (i = AUDIO_STREAM_DEFAULT; i < AUDIO_STREAM_PUBLIC_CNT; i++) {
631 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 79 AUDIO_STREAM_PUBLIC_CNT = AUDIO_STREAM_TTS + 1,
    [all...]
  /frameworks/av/media/libmedia/
AudioTrack.cpp 358 if (uint32_t(streamType) >= AUDIO_STREAM_PUBLIC_CNT) {
    [all...]
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp 724 if (*stream < AUDIO_STREAM_MIN || *stream >= AUDIO_STREAM_PUBLIC_CNT) {
    [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp 983 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT && caller != getpid_cached) {
    [all...]

Completed in 75 milliseconds