Home
last modified time | relevance | path

Searched refs:PCM_MONOTONIC (Results 1 – 7 of 7) sorted by relevance

/device/linaro/hikey/hifi/xaf/host-apf/playback/tinyalsa/
Dasoundlib.h52 #define PCM_MONOTONIC 0x00000008 /* see pcm_get_htimestamp */ macro
Dpcm.c981 if (pcm->flags & PCM_MONOTONIC) { in pcm_open()
/device/linaro/poplar/audio/
Daudio_hw.c103 …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/
Daudio_hw.c246 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/
Daudio_hw.c453 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/
Daudio_hw.c450 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/
Daudio_hw.c265 …out->pcm = pcm_open(CARD_OUT, PORT_CODEC, PCM_OUT | PCM_MMAP | PCM_NOIRQ | PCM_MONOTONIC, &out->co… in start_output_stream()