OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PCM_MONOTONIC
(Results
1 - 5
of
5
) sorted by null
/external/tinyalsa/include/tinyalsa/
asoundlib.h
58
#define
PCM_MONOTONIC
0x00000008 /* see pcm_get_htimestamp */
176
* The clock is CLOCK_MONOTONIC if flag
PCM_MONOTONIC
was specified in pcm_open,
/device/samsung/manta/audio/
audio_hw.c
627
adev->pcm_voice_out = pcm_open(PCM_CARD, PCM_DEVICE_VOICE, PCM_OUT |
PCM_MONOTONIC
,
633
adev->pcm_sco_out = pcm_open(PCM_CARD, PCM_DEVICE_SCO, PCM_OUT |
PCM_MONOTONIC
,
707
PCM_OUT |
PCM_MONOTONIC
, &out->config);
719
PCM_OUT |
PCM_MONOTONIC
, &out->config);
[
all
...]
/external/tinyalsa/
pcm.c
746
if (pcm->flags &
PCM_MONOTONIC
) {
/hardware/qcom/audio/hal/
audio_hw.c
941
PCM_OUT |
PCM_MONOTONIC
, &out->config);
[
all
...]
/device/asus/grouper/audio/
audio_hw.c
294
out->pcm = pcm_open(PCM_CARD, device, PCM_OUT | PCM_NORESTART |
PCM_MONOTONIC
, out->pcm_config);
[
all
...]
Completed in 1014 milliseconds