Searched refs:PCM_MONOTONIC (Results 1 – 7 of 7) sorted by relevance
/device/linaro/hikey/hifi/xaf/host-apf/playback/tinyalsa/ |
D | asoundlib.h | 52 #define PCM_MONOTONIC 0x00000008 /* see pcm_get_htimestamp */ macro
|
D | pcm.c | 981 if (pcm->flags & PCM_MONOTONIC) { in pcm_open()
|
/device/linaro/poplar/audio/ |
D | audio_hw.c | 103 …out->pcm = pcm_open(CARD_OUT, PORT_CODEC, PCM_OUT | PCM_MMAP | PCM_NOIRQ | PCM_MONOTONIC, &out->co… in start_output_stream()
|
/device/generic/car/emulator/audio/driver/ |
D | audio_hw.c | 246 PCM_OUT | PCM_MONOTONIC, &out->pcm_config); in out_write_worker() 791 PCM_IN | PCM_MONOTONIC, &in->pcm_config); in in_read_worker()
|
/device/google/cuttlefish_common/guest/hals/audio/ |
D | audio_hw.c | 453 PCM_OUT | PCM_MONOTONIC, &out->pcm_config); in out_write_worker() 1024 PCM_IN | PCM_MONOTONIC, &in->pcm_config); in in_read_worker()
|
/device/generic/goldfish/audio/ |
D | audio_hw.c | 450 PCM_OUT | PCM_MONOTONIC, &out->pcm_config); in out_write_worker() 1021 PCM_IN | PCM_MONOTONIC, &in->pcm_config); in in_read_worker()
|
/device/linaro/hikey/audio/ |
D | audio_hw.c | 265 …out->pcm = pcm_open(CARD_OUT, PORT_CODEC, PCM_OUT | PCM_MMAP | PCM_NOIRQ | PCM_MONOTONIC, &out->co… in start_output_stream()
|