OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SNDRV_PCM_SYNC_PTR_APPL
(Results
1 - 9
of
9
) sorted by null
/hardware/qcom/audio/legacy/alsa_sound/
AudioUsbALSA.cpp
471
musbRecordingHandle->sync_ptr->flags =
SNDRV_PCM_SYNC_PTR_APPL
|
508
mproxyRecordingHandle->sync_ptr->flags =
SNDRV_PCM_SYNC_PTR_APPL
|
886
mproxyPlaybackHandle->sync_ptr->flags =
SNDRV_PCM_SYNC_PTR_APPL
|
[
all
...]
/hardware/qcom/audio/legacy/libalsa-intf/
aplay.c
293
pcm->sync_ptr->flags =
SNDRV_PCM_SYNC_PTR_APPL
| SNDRV_PCM_SYNC_PTR_AVAIL_MIN;//SNDRV_PCM_SYNC_PTR_HWSYNC;
413
pcm->sync_ptr->flags =
SNDRV_PCM_SYNC_PTR_APPL
| SNDRV_PCM_SYNC_PTR_AVAIL_MIN;//SNDRV_PCM_SYNC_PTR_HWSYNC;
arec.c
285
pcm->sync_ptr->flags =
SNDRV_PCM_SYNC_PTR_APPL
| SNDRV_PCM_SYNC_PTR_AVAIL_MIN;//SNDRV_PCM_SYNC_PTR_HWSYNC;
alsa_pcm.c
534
pcm->sync_ptr->flags =
SNDRV_PCM_SYNC_PTR_APPL
| SNDRV_PCM_SYNC_PTR_AVAIL_MIN;
/bionic/libc/kernel/common/sound/
asound.h
399
#define
SNDRV_PCM_SYNC_PTR_APPL
(1<<1)
[
all
...]
/external/kernel-headers/original/sound/
asound.h
421
#define
SNDRV_PCM_SYNC_PTR_APPL
(1<<1) /* get appl_ptr from driver (r/w op) */
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
asound.h
411
#define
SNDRV_PCM_SYNC_PTR_APPL
(1<<1) /* get appl_ptr from driver (r/w op) */
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
asound.h
411
#define
SNDRV_PCM_SYNC_PTR_APPL
(1<<1) /* get appl_ptr from driver (r/w op) */
[
all
...]
/external/tinyalsa/
pcm.c
364
rc = pcm_sync_ptr(pcm,
SNDRV_PCM_SYNC_PTR_APPL
|SNDRV_PCM_SYNC_PTR_HWSYNC);
Completed in 51 milliseconds