OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:param_to_mask
(Results
1 - 2
of
2
) sorted by null
/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);
/external/tinyalsa/
pcm.c
71
static inline struct snd_mask *
param_to_mask
(struct snd_pcm_hw_params *p, int n)
function
81
struct snd_mask *m =
param_to_mask
(p, n);
141
struct snd_mask *m =
param_to_mask
(p, n);
Completed in 83 milliseconds