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

  /hardware/qcom/audio/legacy/alsa_sound/
ALSAMixer.cpp 155 static const setVolume_t setVol[] = {
199 setVol[i] (elem, info->volume);
236 setVol[i] (elem, info->volume);
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
Avrcp.java 368 int setVol = Math.min(AVRCP_MAX_VOL,
370 if (setVolumeNative(setVol)) {
375 mLastSetVolume = setVol;
    [all...]

Completed in 205 milliseconds