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

  /frameworks/av/include/media/
IAudioPolicyService.h 79 virtual status_t getStreamVolumeIndex(audio_stream_type_t stream,
AudioSystem.h 223 static status_t getStreamVolumeIndex(audio_stream_type_t stream,
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyInterface.h 142 virtual status_t getStreamVolumeIndex(AudioSystem::stream_type stream,
AudioPolicyManagerBase.h 121 virtual status_t getStreamVolumeIndex(AudioSystem::stream_type stream,
  /hardware/libhardware_legacy/audio/
audio_policy_hal.cpp 229 return lap->apm->getStreamVolumeIndex((AudioSystem::stream_type)stream,
251 return lap->apm->getStreamVolumeIndex((AudioSystem::stream_type)stream,
AudioPolicyManagerBase.cpp     [all...]
  /hardware/qcom/audio/legacy/alsa_sound/
audio_policy_hal.cpp 227 return qap->apm->getStreamVolumeIndex((AudioSystem::stream_type)stream,
249 return qap->apm->getStreamVolumeIndex((AudioSystem::stream_type)stream,
  /frameworks/base/media/java/android/media/
AudioSystem.java 392 public static native int getStreamVolumeIndex(int stream, int device);
  /frameworks/av/services/audioflinger/
AudioPolicyService.h 93 virtual status_t getStreamVolumeIndex(audio_stream_type_t stream,
AudioPolicyService.cpp 431 status_t AudioPolicyService::getStreamVolumeIndex(audio_stream_type_t stream,
    [all...]
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp 202 if (AudioSystem::getStreamVolumeIndex(static_cast <audio_stream_type_t>(stream),
301 {"getStreamVolumeIndex","(II)I", (void *)android_media_AudioSystem_getStreamVolumeIndex},
  /frameworks/av/media/libmedia/
AudioSystem.cpp 686 status_t AudioSystem::getStreamVolumeIndex(audio_stream_type_t stream,
692 return aps->getStreamVolumeIndex(stream, index, device);
IAudioPolicyService.cpp 254 virtual status_t getStreamVolumeIndex(audio_stream_type_t stream,
570 status_t status = getStreamVolumeIndex(stream, &index, device);

Completed in 2105 milliseconds