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

  /frameworks/av/include/media/
IAudioPolicyService.h 78 virtual status_t getStreamVolumeIndex(audio_stream_type_t stream,
AudioSystem.h 215 static status_t getStreamVolumeIndex(audio_stream_type_t stream,
  /frameworks/base/media/java/android/media/
AudioSystem.java 343 public static native int getStreamVolumeIndex(int stream, int device);
  /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...]
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp 198 if (AudioSystem::getStreamVolumeIndex(static_cast <audio_stream_type_t>(stream),
260 {"getStreamVolumeIndex","(II)I", (void *)android_media_AudioSystem_getStreamVolumeIndex},
  /frameworks/av/services/audioflinger/
AudioPolicyService.h 93 virtual status_t getStreamVolumeIndex(audio_stream_type_t stream,
AudioPolicyService.cpp 404 status_t AudioPolicyService::getStreamVolumeIndex(audio_stream_type_t stream,
    [all...]
  /frameworks/av/media/libmedia/
AudioSystem.cpp 675 status_t AudioSystem::getStreamVolumeIndex(audio_stream_type_t stream,
681 return aps->getStreamVolumeIndex(stream, index, device);
IAudioPolicyService.cpp 246 virtual status_t getStreamVolumeIndex(audio_stream_type_t stream,
530 status_t status = getStreamVolumeIndex(stream, &index, device);

Completed in 192 milliseconds