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

  /frameworks/av/include/media/
IAudioPolicyService.h 76 virtual status_t setStreamVolumeIndex(audio_stream_type_t stream,
AudioSystem.h 220 static status_t setStreamVolumeIndex(audio_stream_type_t stream,
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyInterface.h 135 virtual status_t setStreamVolumeIndex(AudioSystem::stream_type stream,
AudioPolicyManagerBase.h 118 virtual status_t setStreamVolumeIndex(AudioSystem::stream_type stream,
  /hardware/libhardware_legacy/audio/
audio_policy_hal.cpp 219 return lap->apm->setStreamVolumeIndex((AudioSystem::stream_type)stream,
240 return lap->apm->setStreamVolumeIndex((AudioSystem::stream_type)stream,
AudioPolicyManagerBase.cpp     [all...]
  /hardware/qcom/audio/legacy/alsa_sound/
audio_policy_hal.cpp 217 return qap->apm->setStreamVolumeIndex((AudioSystem::stream_type)stream,
238 return qap->apm->setStreamVolumeIndex((AudioSystem::stream_type)stream,
  /frameworks/base/media/java/android/media/
AudioSystem.java 391 public static native int setStreamVolumeIndex(int stream, int index, int device);
AudioService.java     [all...]
  /frameworks/av/services/audioflinger/
AudioPolicyService.h 90 virtual status_t setStreamVolumeIndex(audio_stream_type_t stream,
AudioPolicyService.cpp 407 status_t AudioPolicyService::setStreamVolumeIndex(audio_stream_type_t stream,
    [all...]
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp 190 AudioSystem::setStreamVolumeIndex(static_cast <audio_stream_type_t>(stream),
300 {"setStreamVolumeIndex","(III)I", (void *)android_media_AudioSystem_setStreamVolumeIndex},
  /frameworks/av/media/libmedia/
AudioSystem.cpp 677 status_t AudioSystem::setStreamVolumeIndex(audio_stream_type_t stream,
683 return aps->setStreamVolumeIndex(stream, index, device);
IAudioPolicyService.cpp 241 virtual status_t setStreamVolumeIndex(audio_stream_type_t stream,
558 reply->writeInt32(static_cast <uint32_t>(setStreamVolumeIndex(stream,

Completed in 70 milliseconds