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

  /device/asus/fugu/libaudio/
AudioHotplugThread.cpp 75 static inline struct snd_mask *param_to_mask(struct snd_pcm_hw_params *p, int n) function in namespace:android
104 struct snd_mask *m = param_to_mask(p, n);
  /external/tinyalsa/
pcm.c 148 static inline struct snd_mask *param_to_mask(struct snd_pcm_hw_params *p, int n) function
158 struct snd_mask *m = param_to_mask(p, n);
226 struct snd_mask *m = param_to_mask(p, n);
668 return (struct pcm_mask *)param_to_mask(params, p);
    [all...]
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_pcm.c 204 static inline struct snd_mask *param_to_mask(struct snd_pcm_hw_params *p, int n) function
214 struct snd_mask *m = param_to_mask(p, n);
253 struct snd_mask *m = param_to_mask(p, n);
293 struct snd_mask *m = param_to_mask(p, n);

Completed in 877 milliseconds