HomeSort by relevance Sort by last modified time
    Searched refs:SNDRV_PCM_SYNC_PTR_APPL (Results 1 - 13 of 13) 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/uapi/sound/
asound.h 427 #define SNDRV_PCM_SYNC_PTR_APPL (1 << 1)
    [all...]
  /external/kernel-headers/original/uapi/sound/
asound.h 440 #define SNDRV_PCM_SYNC_PTR_APPL (1<<1) /* get appl_ptr from driver (r/w op) */
    [all...]
  /hardware/qcom/msm8x26/kernel-headers/sound/
asound.h 425 #define SNDRV_PCM_SYNC_PTR_APPL (1<<1)
    [all...]
  /hardware/qcom/msm8x26/original-kernel-headers/sound/
asound.h 433 #define SNDRV_PCM_SYNC_PTR_APPL (1<<1) /* get appl_ptr from driver (r/w op) */
    [all...]
  /hardware/qcom/msm8x84/kernel-headers/sound/
asound.h 425 #define SNDRV_PCM_SYNC_PTR_APPL (1<<1)
    [all...]
  /hardware/qcom/msm8x84/original-kernel-headers/sound/
asound.h 433 #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.11-4.8/sysroot/usr/include/sound/
asound.h 405 #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.15-4.8/sysroot/usr/include/sound/
asound.h 412 #define SNDRV_PCM_SYNC_PTR_APPL (1<<1) /* get appl_ptr from driver (r/w op) */
    [all...]
  /external/tinyalsa/
pcm.c 455 rc = pcm_sync_ptr(pcm, SNDRV_PCM_SYNC_PTR_APPL|SNDRV_PCM_SYNC_PTR_HWSYNC);
    [all...]

Completed in 376 milliseconds