OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mThrottleFront
(Results
1 - 2
of
2
) sorted by null
/system/media/audio_utils/
fifo.cpp
39
mThrottleFront
(throttleFront), mThrottleFrontSync(AUDIO_UTILS_FIFO_SYNC_SHARED),
203
if (mFifo.
mThrottleFront
!= NULL) {
207
front = mFifo.
mThrottleFront
->loadAcquire();
246
err = mFifo.
mThrottleFront
->wait(op, front, timeout);
250
// Benign race condition with partner: mFifo.
mThrottleFront
->mIndex
312
if (mFifo.
mThrottleFront
!= NULL) {
313
uint32_t front = mFifo.
mThrottleFront
->loadAcquire();
421
mThrottleFront
(throttlesWriter ? mFifo.
mThrottleFront
: NULL),
470
if (
mThrottleFront
!= NULL)
[
all
...]
/system/media/audio_utils/include/audio_utils/
fifo.h
125
audio_utils_fifo_index* const
mThrottleFront
;
126
/** Indicates how synchronization is done for
mThrottleFront
. */
610
audio_utils_fifo_index*
mThrottleFront
;
Completed in 140 milliseconds