OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SNDRV_PCM_HW_PARAM_FIRST_INTERVAL
(Results
1 - 15
of
15
) sorted by null
/device/asus/fugu/libaudio/
AudioHotplugThread.cpp
63
return (p >=
SNDRV_PCM_HW_PARAM_FIRST_INTERVAL
) &&
72
return &(p->intervals[n -
SNDRV_PCM_HW_PARAM_FIRST_INTERVAL
]);
107
for (n =
SNDRV_PCM_HW_PARAM_FIRST_INTERVAL
;
/hardware/qcom/audio/legacy/libalsa-intf/
alsa_pcm.c
195
return (p >=
SNDRV_PCM_HW_PARAM_FIRST_INTERVAL
) &&
201
return &(p->intervals[n -
SNDRV_PCM_HW_PARAM_FIRST_INTERVAL
]);
257
for (n =
SNDRV_PCM_HW_PARAM_FIRST_INTERVAL
;
297
for (n =
SNDRV_PCM_HW_PARAM_FIRST_INTERVAL
;
/bionic/libc/kernel/uapi/sound/
asound.h
336
#define
SNDRV_PCM_HW_PARAM_FIRST_INTERVAL
SNDRV_PCM_HW_PARAM_SAMPLE_BITS
357
struct snd_interval intervals[SNDRV_PCM_HW_PARAM_LAST_INTERVAL -
SNDRV_PCM_HW_PARAM_FIRST_INTERVAL
+ 1];
[
all
...]
/external/kernel-headers/original/uapi/sound/
asound.h
355
#define
SNDRV_PCM_HW_PARAM_FIRST_INTERVAL
SNDRV_PCM_HW_PARAM_SAMPLE_BITS
382
SNDRV_PCM_HW_PARAM_FIRST_INTERVAL
+ 1];
[
all
...]
/hardware/qcom/msm8994/kernel-headers/sound/
asound.h
320
#define
SNDRV_PCM_HW_PARAM_FIRST_INTERVAL
SNDRV_PCM_HW_PARAM_SAMPLE_BITS
347
SNDRV_PCM_HW_PARAM_FIRST_INTERVAL
+ 1];
[
all
...]
/hardware/qcom/msm8994/original-kernel-headers/sound/
asound.h
337
#define
SNDRV_PCM_HW_PARAM_FIRST_INTERVAL
SNDRV_PCM_HW_PARAM_SAMPLE_BITS
364
SNDRV_PCM_HW_PARAM_FIRST_INTERVAL
+ 1];
[
all
...]
/hardware/qcom/msm8996/kernel-headers/sound/
asound.h
327
#define
SNDRV_PCM_HW_PARAM_FIRST_INTERVAL
SNDRV_PCM_HW_PARAM_SAMPLE_BITS
349
struct snd_interval intervals[SNDRV_PCM_HW_PARAM_LAST_INTERVAL -
SNDRV_PCM_HW_PARAM_FIRST_INTERVAL
+ 1];
[
all
...]
/hardware/qcom/msm8996/original-kernel-headers/sound/
asound.h
343
#define
SNDRV_PCM_HW_PARAM_FIRST_INTERVAL
SNDRV_PCM_HW_PARAM_SAMPLE_BITS
370
SNDRV_PCM_HW_PARAM_FIRST_INTERVAL
+ 1];
[
all
...]
/hardware/qcom/msm8x26/kernel-headers/sound/
asound.h
319
#define
SNDRV_PCM_HW_PARAM_FIRST_INTERVAL
SNDRV_PCM_HW_PARAM_SAMPLE_BITS
346
SNDRV_PCM_HW_PARAM_FIRST_INTERVAL
+ 1];
[
all
...]
/hardware/qcom/msm8x26/original-kernel-headers/sound/
asound.h
336
#define
SNDRV_PCM_HW_PARAM_FIRST_INTERVAL
SNDRV_PCM_HW_PARAM_SAMPLE_BITS
363
SNDRV_PCM_HW_PARAM_FIRST_INTERVAL
+ 1];
[
all
...]
/hardware/qcom/msm8x84/kernel-headers/sound/
asound.h
319
#define
SNDRV_PCM_HW_PARAM_FIRST_INTERVAL
SNDRV_PCM_HW_PARAM_SAMPLE_BITS
346
SNDRV_PCM_HW_PARAM_FIRST_INTERVAL
+ 1];
[
all
...]
/hardware/qcom/msm8x84/original-kernel-headers/sound/
asound.h
336
#define
SNDRV_PCM_HW_PARAM_FIRST_INTERVAL
SNDRV_PCM_HW_PARAM_SAMPLE_BITS
363
SNDRV_PCM_HW_PARAM_FIRST_INTERVAL
+ 1];
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/
asound.h
313
#define
SNDRV_PCM_HW_PARAM_FIRST_INTERVAL
SNDRV_PCM_HW_PARAM_SAMPLE_BITS
338
SNDRV_PCM_HW_PARAM_FIRST_INTERVAL
+ 1];
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sound/
asound.h
318
#define
SNDRV_PCM_HW_PARAM_FIRST_INTERVAL
SNDRV_PCM_HW_PARAM_SAMPLE_BITS
345
SNDRV_PCM_HW_PARAM_FIRST_INTERVAL
+ 1];
[
all
...]
/external/tinyalsa/
pcm.c
139
return (p >=
SNDRV_PCM_HW_PARAM_FIRST_INTERVAL
) &&
145
return &(p->intervals[n -
SNDRV_PCM_HW_PARAM_FIRST_INTERVAL
]);
230
for (n =
SNDRV_PCM_HW_PARAM_FIRST_INTERVAL
;
[
all
...]
Completed in 645 milliseconds