OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:snd_pcm_sframes_t
(Results
1 - 3
of
3
) sorted by null
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
pcm.h
292
typedef long
snd_pcm_sframes_t
;
typedef
428
int snd_pcm_delay(snd_pcm_t *pcm,
snd_pcm_sframes_t
*delayp);
430
snd_pcm_sframes_t
snd_pcm_avail_update(snd_pcm_t *pcm);
431
snd_pcm_sframes_t
snd_pcm_rewind(snd_pcm_t *pcm, snd_pcm_uframes_t frames);
432
snd_pcm_sframes_t
snd_pcm_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames);
433
snd_pcm_sframes_t
snd_pcm_writei(snd_pcm_t *pcm, const void *buffer, snd_pcm_uframes_t size);
434
snd_pcm_sframes_t
snd_pcm_readi(snd_pcm_t *pcm, void *buffer, snd_pcm_uframes_t size);
435
snd_pcm_sframes_t
snd_pcm_writen(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size);
436
snd_pcm_sframes_t
snd_pcm_readn(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size);
[
all
...]
/bionic/libc/kernel/common/sound/
asound.h
100
typedef signed long
snd_pcm_sframes_t
;
typedef
375
snd_pcm_sframes_t
delay;
416
snd_pcm_sframes_t
result;
422
snd_pcm_sframes_t
result;
445
#define SNDRV_PCM_IOCTL_DELAY _IOR('A', 0x21,
snd_pcm_sframes_t
)
[
all
...]
/external/kernel-headers/original/sound/
asound.h
144
typedef signed long
snd_pcm_sframes_t
;
typedef
399
snd_pcm_sframes_t
delay; /* current delay in frames */
437
snd_pcm_sframes_t
result;
443
snd_pcm_sframes_t
result;
463
#define SNDRV_PCM_IOCTL_DELAY _IOR('A', 0x21,
snd_pcm_sframes_t
)
[
all
...]
Completed in 194 milliseconds