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

  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
Avrcp.java 446 int setVol = -1;
467 setVol = i.byteValue();
468 if (setVol == mRemoteVolume) {
470 setVol = -1;
472 if (DEBUG) Log.d(TAG, "set volume from mapping " + targetVolIndex + "-" + setVol);
475 if (setVol == -1) {
477 setVol = Math.min(AVRCP_MAX_VOL,
479 if (DEBUG) Log.d(TAG, "set volume from local volume "+ targetVolIndex+"-"+ setVol);
482 if (setVolumeNative(setVol)) {
487 mLastRemoteVolume = setVol;
    [all...]
  /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);

Completed in 227 milliseconds