OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hw_ptr
(Results
1 - 12
of
12
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
pcm_ioplug.h
107
volatile snd_pcm_uframes_t
hw_ptr
; /**< hw pointer; read-only */
member in struct:snd_pcm_ioplug
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm_ioplug.h
107
volatile snd_pcm_uframes_t
hw_ptr
; /**< hw pointer; read-only */
member in struct:snd_pcm_ioplug
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
rawmidi.h
72
size_t
hw_ptr
; /* hardware pointer */
member in struct:snd_rawmidi_runtime
vx_core.h
81
int
hw_ptr
; /* the current hardware pointer in bytes */
member in struct:vx_pipe
asound.h
388
snd_pcm_uframes_t
hw_ptr
; /* hw ptr */
member in struct:snd_pcm_status
400
snd_pcm_uframes_t
hw_ptr
; /* RO: hw ptr (0...boundary-1) */
member in struct:snd_pcm_mmap_status
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm_ioplug.h
107
volatile snd_pcm_uframes_t
hw_ptr
; /**< hw pointer; read-only */
member in struct:snd_pcm_ioplug
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
rawmidi.h
72
size_t
hw_ptr
; /* hardware pointer */
member in struct:snd_rawmidi_runtime
vx_core.h
81
int
hw_ptr
; /* the current hardware pointer in bytes */
member in struct:vx_pipe
asound.h
388
snd_pcm_uframes_t
hw_ptr
; /* hw ptr */
member in struct:snd_pcm_status
400
snd_pcm_uframes_t
hw_ptr
; /* RO: hw ptr (0...boundary-1) */
member in struct:snd_pcm_mmap_status
[
all
...]
/external/tinyalsa/
pcm.c
359
snd_pcm_uframes_t
hw_ptr
;
local
376
hw_ptr
= pcm->mmap_status->
hw_ptr
;
378
frames =
hw_ptr
- pcm->mmap_control->appl_ptr;
380
frames =
hw_ptr
+ pcm->buffer_size - pcm->mmap_control->appl_ptr;
801
avail = pcm->mmap_status->
hw_ptr
+ pcm->buffer_size - pcm->mmap_control->appl_ptr;
813
int avail = pcm->mmap_status->
hw_ptr
- pcm->mmap_control->appl_ptr;
964
(unsigned int)pcm->mmap_status->
hw_ptr
,
993
(unsigned int)pcm->mmap_status->
hw_ptr
,
1014
(unsigned int)pcm->mmap_status->
hw_ptr
,
[
all
...]
/bionic/libc/kernel/common/sound/
asound.h
374
snd_pcm_uframes_t
hw_ptr
;
member in struct:snd_pcm_status
387
snd_pcm_uframes_t
hw_ptr
;
member in struct:snd_pcm_mmap_status
[
all
...]
/external/kernel-headers/original/sound/
asound.h
398
snd_pcm_uframes_t
hw_ptr
; /* hw ptr */
member in struct:snd_pcm_status
410
snd_pcm_uframes_t
hw_ptr
; /* RO: hw ptr (0...boundary-1) */
member in struct:snd_pcm_mmap_status
[
all
...]
Completed in 393 milliseconds