OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOCATION_KERNEL
(Results
1 - 8
of
8
) sorted by null
/frameworks/av/media/libaudioclient/include/media/
AudioTimestamp.h
43
LOCATION_KERNEL
, // timestamp of newest frame in the kernel (alsa) buffer.
111
for (int i =
LOCATION_KERNEL
; i >= LOCATION_SERVER; --i) {
139
return getLatencyMs(sampleRate, LOCATION_SERVER,
LOCATION_KERNEL
);
/frameworks/av/media/libnbaio/
MonoPipe.cpp
184
timestamp.mPosition[ExtendedTimestamp::
LOCATION_KERNEL
] =
185
ets.mPosition[ExtendedTimestamp::
LOCATION_KERNEL
];
186
timestamp.mTimeNs[ExtendedTimestamp::
LOCATION_KERNEL
] =
187
ets.mTimeNs[ExtendedTimestamp::
LOCATION_KERNEL
];
AudioStreamOutSink.cpp
85
timestamp.mPosition[ExtendedTimestamp::
LOCATION_KERNEL
] = position64;
86
timestamp.mTimeNs[ExtendedTimestamp::
LOCATION_KERNEL
] = audio_utils_ns_from_timespec(&time);
/frameworks/av/services/audioflinger/
FastMixer.cpp
392
perTrackTimestamp.mTimeNs[ExtendedTimestamp::
LOCATION_KERNEL
] > 0) {
393
perTrackTimestamp.mPosition[ExtendedTimestamp::
LOCATION_KERNEL
] =
396
perTrackTimestamp.mPosition[ExtendedTimestamp::
LOCATION_KERNEL
] = 0;
397
perTrackTimestamp.mTimeNs[ExtendedTimestamp::
LOCATION_KERNEL
] = -1;
519
timestamp.mPosition[ExtendedTimestamp::
LOCATION_KERNEL
],
520
timestamp.mTimeNs[ExtendedTimestamp::
LOCATION_KERNEL
],
523
timestamp.mPosition[ExtendedTimestamp::
LOCATION_KERNEL
];
527
mTimestamp.mPosition[ExtendedTimestamp::
LOCATION_KERNEL
] =
528
timestamp.mPosition[ExtendedTimestamp::
LOCATION_KERNEL
];
529
mTimestamp.mTimeNs[ExtendedTimestamp::
LOCATION_KERNEL
]
[
all
...]
Threads.h
[
all
...]
Threads.cpp
[
all
...]
Tracks.cpp
[
all
...]
/frameworks/av/media/libaudioclient/
AudioTrack.cpp
[
all
...]
Completed in 548 milliseconds