Searched refs:PCM_MONOTONIC (Results 1 – 9 of 9) sorted by relevance
/device/generic/goldfish/audio/ |
D | talsa.cpp | 123 (isOut ? PCM_OUT : PCM_IN) | PCM_MONOTONIC, in pcmOpen()
|
/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/amlogic/yukawa/hal/audio/ |
D | audio_hw.c | 171 out->pcm = pcm_open(CARD_OUT, out_port, PCM_OUT | PCM_MONOTONIC, &out->config); in start_output_stream() 431 in->pcm = pcm_open(CARD_IN, PORT_BUILTIN_MIC, PCM_IN | PCM_MONOTONIC, &in->config); in start_input_stream()
|
/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/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()
|
/device/linaro/dragonboard/audio/ |
D | audio_hw.c | 461 PCM_OUT | PCM_MONOTONIC, &out->pcm_config); in out_write_worker() 1015 PCM_IN | PCM_MONOTONIC, &in->pcm_config); in in_read_worker()
|
/device/google/cuttlefish/guest/hals/audio/ |
D | audio_hw.c | 464 PCM_OUT | PCM_MONOTONIC, &out->pcm_config); in out_write_worker() 1018 PCM_IN | PCM_MONOTONIC, &in->pcm_config); in in_read_worker()
|