OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMonotonicNs
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/services/audioflinger/
FastThreadState.h
75
uint32_t mBounds; // bounds for
mMonotonicNs
, mThreadCpuNs, and mCpukHz
77
uint32_t
mMonotonicNs
[kSamplingN]; // delta monotonic (wall clock) time
FastMixer.cpp
483
memset(&
mMonotonicNs
[mSamplingN], 0, sizeof(
mMonotonicNs
[0]) * additional);
580
uint32_t wallNs =
mMonotonicNs
[i];
FastThread.cpp
317
dumpState->
mMonotonicNs
[i] = monotonicNs;
Completed in 36 milliseconds