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 78 virtual status_t getStreamVolumeIndex(audio_stream_type_t stream,
AudioSystem.h 222 static status_t getStreamVolumeIndex(audio_stream_type_t stream,
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyInterface.h 139 virtual status_t getStreamVolumeIndex(AudioSystem::stream_type stream,
AudioPolicyManagerBase.h 116 virtual status_t getStreamVolumeIndex(AudioSystem::stream_type stream,
  /hardware/libhardware_legacy/audio/
audio_policy_hal.cpp 227 return lap->apm->getStreamVolumeIndex((AudioSystem::stream_type)stream,
249 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/core/jni/
android_media_AudioSystem.cpp 215 if (AudioSystem::getStreamVolumeIndex(static_cast <audio_stream_type_t>(stream),
302 {"getStreamVolumeIndex","(II)I", (void *)android_media_AudioSystem_getStreamVolumeIndex},
  /frameworks/base/media/java/android/media/
AudioSystem.java 394 public static native int getStreamVolumeIndex(int stream, int device);
  /frameworks/av/services/audioflinger/
AudioPolicyService.h 91 virtual status_t getStreamVolumeIndex(audio_stream_type_t stream,
AudioPolicyService.cpp 402 status_t AudioPolicyService::getStreamVolumeIndex(audio_stream_type_t stream,
    [all...]
  /frameworks/av/media/libmedia/
AudioSystem.cpp 670 status_t AudioSystem::getStreamVolumeIndex(audio_stream_type_t stream,
676 return aps->getStreamVolumeIndex(stream, index, device);
IAudioPolicyService.cpp 246 virtual status_t getStreamVolumeIndex(audio_stream_type_t stream,
549 status_t status = getStreamVolumeIndex(stream, &index, device);

Completed in 640 milliseconds