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 149 static inline struct snd_mask *param_to_mask(struct snd_pcm_hw_params *p, int n) function
159 struct snd_mask *m = param_to_mask(p, n);
227 struct snd_mask *m = param_to_mask(p, n);
669 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 620 milliseconds