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

  /system/core/include/system/
audio.h 50 AUDIO_STREAM_CNT,
51 AUDIO_STREAM_MAX = AUDIO_STREAM_CNT - 1,
  /frameworks/base/media/libmedia/
AudioSystem.cpp 125 if (uint32_t(stream) >= AUDIO_STREAM_CNT) return BAD_VALUE;
134 if (uint32_t(stream) >= AUDIO_STREAM_CNT) return BAD_VALUE;
143 if (uint32_t(stream) >= AUDIO_STREAM_CNT) return BAD_VALUE;
152 if (uint32_t(stream) >= AUDIO_STREAM_CNT) return BAD_VALUE;
  /frameworks/base/services/audioflinger/
AudioFlinger.h 638 return (mStreamType == AUDIO_STREAM_CNT);
    [all...]
AudioPolicyService.cpp 404 if (stream < 0 || stream >= AUDIO_STREAM_CNT) {
419 if (stream < 0 || stream >= AUDIO_STREAM_CNT) {
431 if (stream < 0 || stream >= AUDIO_STREAM_CNT) {
    [all...]
AudioFlinger.cpp 397 if (streamType >= AUDIO_STREAM_CNT) {
659 if (stream < 0 || uint32_t(stream) >= AUDIO_STREAM_CNT) {
692 if (stream < 0 || uint32_t(stream) >= AUDIO_STREAM_CNT ||
707 if (stream < 0 || uint32_t(stream) >= AUDIO_STREAM_CNT) {
728 if (stream < 0 || stream >= (int)AUDIO_STREAM_CNT) {
    [all...]

Completed in 86 milliseconds