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

  /frameworks/av/services/audiopolicy/service/
AudioPolicyInterfaceImpl.cpp 151 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT) {
441 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT) {
459 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT) {
475 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT) {
486 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT) {
499 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT) {
552 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT) {
564 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT) {
AudioPolicyEffects.h 154 static const char *kStreamNames[AUDIO_STREAM_PUBLIC_CNT+1]; //+1 required as streams start from -1
AudioPolicyEffects.cpp 242 if (stream >= AUDIO_STREAM_PUBLIC_CNT) {
358 const char *AudioPolicyEffects::kStreamNames[AUDIO_STREAM_PUBLIC_CNT+1] = {
373 // AUDIO_STREAM_PUBLIC_CNT is no match found
377 for (i = AUDIO_STREAM_DEFAULT; i < AUDIO_STREAM_PUBLIC_CNT; i++) {
645 if (stream == AUDIO_STREAM_PUBLIC_CNT) {
  /system/media/audio/include/system/
audio-base.h 35 AUDIO_STREAM_PUBLIC_CNT = 11, // (ACCESSIBILITY + 1)
  /frameworks/av/media/libaudioclient/
AudioTrack.cpp 373 if (uint32_t(streamType) >= AUDIO_STREAM_PUBLIC_CNT) {
    [all...]
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp     [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp     [all...]

Completed in 147 milliseconds