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

  /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/media/java/android/media/
AudioSystem.java 293 public static native int getStreamVolumeIndex(int stream);
  /frameworks/base/services/audioflinger/
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...]

Completed in 18 milliseconds