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/
AudioPolicyInterfaceImplLegacy.cpp 137 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT) {
153 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT) {
181 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT) {
338 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT) {
356 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT) {
377 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT) {
393 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT) {
406 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT) {
455 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT) {
467 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT) {
    [all...]
AudioPolicyInterfaceImpl.cpp 132 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT) {
373 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT) {
391 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT) {
407 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT) {
418 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT) {
431 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT) {
480 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT) {
492 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
AudioPolicyManager.cpp     [all...]
  /system/core/include/system/
audio.h 66 AUDIO_STREAM_PUBLIC_CNT = AUDIO_STREAM_TTS + 1,
    [all...]
  /frameworks/av/media/libmedia/
AudioTrack.cpp 286 if (uint32_t(streamType) >= AUDIO_STREAM_PUBLIC_CNT) {
    [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp 901 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT && caller != getpid_cached) {
    [all...]

Completed in 50 milliseconds