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

  /frameworks/base/include/media/
IAudioPolicyService.h 75 virtual status_t getStreamVolumeIndex(AudioSystem::stream_type stream, int *index) = 0;
AudioSystem.h 385 static status_t getStreamVolumeIndex(stream_type stream, int *index);
  /frameworks/base/media/java/android/media/
AudioSystem.java 293 public static native int getStreamVolumeIndex(int stream);
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyInterface.h 129 virtual status_t getStreamVolumeIndex(AudioSystem::stream_type stream, int *index) = 0;
AudioPolicyManagerBase.h 101 virtual status_t getStreamVolumeIndex(AudioSystem::stream_type stream, int *index);
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp 189 if (AudioSystem::getStreamVolumeIndex(static_cast <AudioSystem::stream_type>(stream), &index) != NO_ERROR) {
211 {"getStreamVolumeIndex","(I)I", (void *)android_media_AudioSystem_getStreamVolumeIndex}
  /frameworks/base/services/audioflinger/
AudioPolicyService.h 80 virtual status_t getStreamVolumeIndex(AudioSystem::stream_type stream, int *index);
AudioPolicyService.cpp 335 status_t AudioPolicyService::getStreamVolumeIndex(AudioSystem::stream_type stream, int *index)
346 return mpPolicyManager->getStreamVolumeIndex(stream, index);
    [all...]
AudioPolicyManagerBase.cpp 828 status_t AudioPolicyManagerBase::getStreamVolumeIndex(AudioSystem::stream_type stream, int *index)
833 LOGV("getStreamVolumeIndex() stream %d", stream);
    [all...]
  /frameworks/base/media/libmedia/
IAudioPolicyService.cpp 245 virtual status_t getStreamVolumeIndex(AudioSystem::stream_type stream, int *index)
474 status_t status = getStreamVolumeIndex(stream, &index);
AudioSystem.cpp 666 status_t AudioSystem::getStreamVolumeIndex(stream_type stream, int *index)
670 return aps->getStreamVolumeIndex(stream, index);
  /frameworks/base/services/camera/libcameraservice/
CameraService.cpp 285 AudioSystem::getStreamVolumeIndex(AudioSystem::ENFORCED_AUDIBLE, &index);
    [all...]

Completed in 948 milliseconds