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

  /cts/tests/tests/security/jni/
android_security_cts_AudioPolicyBinderTest.cpp 63 for (int stream = AUDIO_STREAM_MIN; stream < AUDIO_STREAM_CNT; stream++) {
105 status = aps->startOutput(output, (audio_stream_type_t)AUDIO_STREAM_CNT,
133 status = aps->stopOutput(output, (audio_stream_type_t)AUDIO_STREAM_CNT,
158 if (aps->isStreamActive((audio_stream_type_t)AUDIO_STREAM_CNT, 0)) {
182 if (aps->isStreamActiveRemotely((audio_stream_type_t)AUDIO_STREAM_CNT, 0)) {
  /frameworks/av/services/audiopolicy/
AudioPolicyManager.h 469 static const VolumeCurvePoint *sVolumeProfiles[AUDIO_STREAM_CNT][DEVICE_CATEGORY_CNT];
507 uint32_t mRefCount[AUDIO_STREAM_CNT]; // number of streams of each type using this output
508 nsecs_t mStopTime[AUDIO_STREAM_CNT];
511 float mCurVolume[AUDIO_STREAM_CNT]; // current stream volume
512 int mMuteCount[AUDIO_STREAM_CNT]; // mute request counter
    [all...]
AudioPolicyInterfaceImpl.cpp 167 if (uint32_t(stream) >= AUDIO_STREAM_CNT) {
194 if (uint32_t(stream) >= AUDIO_STREAM_CNT) {
AudioPolicyManager.cpp 621 for (int stream = 0; stream < AUDIO_STREAM_CNT; stream++) {
724 for (int stream = 0; stream < AUDIO_STREAM_CNT; stream++) {
    [all...]
  /frameworks/av/media/libmedia/
AudioSystem.cpp 148 if (uint32_t(stream) >= AUDIO_STREAM_CNT) return BAD_VALUE;
157 if (uint32_t(stream) >= AUDIO_STREAM_CNT) return BAD_VALUE;
167 if (uint32_t(stream) >= AUDIO_STREAM_CNT) return BAD_VALUE;
176 if (uint32_t(stream) >= AUDIO_STREAM_CNT) return BAD_VALUE;
    [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.h 704 stream_type_t mStreamTypes[AUDIO_STREAM_CNT];
    [all...]
Threads.h     [all...]
AudioFlinger.cpp 555 if (uint32_t(streamType) >= AUDIO_STREAM_CNT) {
896 if (uint32_t(stream) >= AUDIO_STREAM_CNT) {
    [all...]
Threads.cpp     [all...]
  /system/core/include/system/
audio.h 67 AUDIO_STREAM_CNT = AUDIO_STREAM_PATCH + 1,
    [all...]

Completed in 269 milliseconds