OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOCATION_KERNEL
(Results
1 - 7
of
7
) sorted by null
/frameworks/av/services/audioflinger/
FastMixer.cpp
360
perTrackTimestamp.mTimeNs[ExtendedTimestamp::
LOCATION_KERNEL
] > 0) {
361
perTrackTimestamp.mPosition[ExtendedTimestamp::
LOCATION_KERNEL
] =
364
perTrackTimestamp.mPosition[ExtendedTimestamp::
LOCATION_KERNEL
] = 0;
365
perTrackTimestamp.mTimeNs[ExtendedTimestamp::
LOCATION_KERNEL
] = -1;
474
timestamp.mPosition[ExtendedTimestamp::
LOCATION_KERNEL
];
478
mTimestamp.mPosition[ExtendedTimestamp::
LOCATION_KERNEL
] =
479
timestamp.mPosition[ExtendedTimestamp::
LOCATION_KERNEL
];
480
mTimestamp.mTimeNs[ExtendedTimestamp::
LOCATION_KERNEL
] =
481
timestamp.mTimeNs[ExtendedTimestamp::
LOCATION_KERNEL
];
490
mTimestamp.mTimeNs[ExtendedTimestamp::
LOCATION_KERNEL
];
[
all
...]
Threads.cpp
[
all
...]
Tracks.cpp
[
all
...]
/frameworks/av/media/libnbaio/
MonoPipe.cpp
190
timestamp.mPosition[ExtendedTimestamp::
LOCATION_KERNEL
] =
191
ets.mPosition[ExtendedTimestamp::
LOCATION_KERNEL
];
192
timestamp.mTimeNs[ExtendedTimestamp::
LOCATION_KERNEL
] =
193
ets.mTimeNs[ExtendedTimestamp::
LOCATION_KERNEL
];
AudioStreamOutSink.cpp
80
timestamp.mPosition[ExtendedTimestamp::
LOCATION_KERNEL
] = position64;
81
timestamp.mTimeNs[ExtendedTimestamp::
LOCATION_KERNEL
] =
/frameworks/av/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) {
/frameworks/av/media/libmedia/
AudioTrack.cpp
[
all
...]
Completed in 932 milliseconds