OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:collectBufferPeriod
(Results
1 - 4
of
4
) sorted by null
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
BufferPeriod.java
36
private long mStartTimeNs = 0; // first time
collectBufferPeriod
() is called
62
public void
collectBufferPeriod
() {
LoopbackAudioThread.java
190
mPlayerBufferPeriod.
collectBufferPeriod
();
199
mPlayerBufferPeriod.
collectBufferPeriod
();
RecorderRunnable.java
345
mRecorderBufferPeriodInRecorder.
collectBufferPeriod
();
408
mRecorderBufferPeriodInRecorder.
collectBufferPeriod
();
/external/drrickorang/LoopbackApp/app/src/main/cpp/
sles.cpp
43
static void
collectBufferPeriod
(bufferStats *stats, bufferStats *fdpStats,
108
collectBufferPeriod
(&pSles->recorderBufferStats, NULL /*fdpStats*/,
205
collectBufferPeriod
(&pSles->playerBufferStats, &pSles->recorderBufferStats /*fdpStats*/,
342
static void
collectBufferPeriod
(bufferStats *stats, bufferStats *fdpStats,
[
all
...]
Completed in 76 milliseconds