HomeSort by relevance Sort by last modified time
    Searched defs:vol (Results 26 - 28 of 28) sorted by null

12

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
trident.h 314 unsigned short Vol; /* 12 bits (6.6) */
369 unsigned short vol; /* front volume */ member in struct:snd_trident_pcm_mixer
  /frameworks/base/media/java/android/media/
MediaRouter.java 1742 int vol = 0; local
    [all...]
  /frameworks/base/services/java/com/android/server/
MountService.java 813 final StorageVolume vol = mVolumesByPath.get(path); local
814 if (vol != null) {
815 vol.setUuid(uuid);
823 final StorageVolume vol = mVolumesByPath.get(path); local
824 if (vol != null) {
825 vol.setUserLabel(userLabel);
    [all...]

Completed in 222 milliseconds

12