Home
last modified time | relevance | path

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

/device/generic/goldfish/audio/
Dtalsa.cpp123 (isOut ? PCM_OUT : PCM_IN) | PCM_MONOTONIC, in pcmOpen()
/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/amlogic/yukawa/hal/audio/
Daudio_hw.c171 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/
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/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()
/device/linaro/dragonboard/audio/
Daudio_hw.c461 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/
Daudio_hw.c464 PCM_OUT | PCM_MONOTONIC, &out->pcm_config); in out_write_worker()
1018 PCM_IN | PCM_MONOTONIC, &in->pcm_config); in in_read_worker()