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

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
mixer_abst.h 85 int (*get_volume)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, long *value); member in struct:sm_elem_ops
  /external/bluetooth/glib/gio/
gmount.h 51 * @get_volume: Gets a #GVolume the mount is located on. Returns %NULL if the #GMount is not associated with a #GVolume.
84 GVolume * (* get_volume) (GMount *mount); member in struct:_GMountIface
gwin32mount.c 342 iface->get_volume = g_win32_mount_get_volume;
gmount.c 259 return (* iface->get_volume) (mount);
gunixmount.c 460 iface->get_volume = g_unix_mount_get_volume;

Completed in 36 milliseconds