OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mPeriodNs
(Results
1 - 6
of
6
) sorted by null
/frameworks/av/services/audioflinger/
AudioWatchdog.h
45
mPeriodNs
(periodMs * 1000000), mMaxCycleNs(
mPeriodNs
* 2),
75
uint32_t
mPeriodNs
; // nominal period
AudioWatchdog.cpp
94
mPeriodNs
* 1e-6, cycleNs * 1e-6, mUnderruns, mLogs);
101
req.tv_nsec =
mPeriodNs
;
FastThread.h
57
long
mPeriodNs
; // expected period; the time required to render one mix buffer
FastThread.cpp
45
mPeriodNs
(0),
351
mSleepNs =
mPeriodNs
;
358
mSleepNs =
mPeriodNs
;
FastCapture.cpp
139
mPeriodNs
= (frameCount * 1000000000LL) / mSampleRate; // 1.00
146
mPeriodNs
= 0;
FastMixer.cpp
201
mPeriodNs
= (frameCount * 1000000000LL) / mSampleRate; // 1.00
208
mPeriodNs
= 0;
Completed in 54 milliseconds