OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:txRear
(Results
1 - 4
of
4
) sorted by null
/cts/apps/CtsVerifier/jni/audio_loopback/
sles.h
55
SLuint32
txRear
; // next to be played
sles.cpp
162
assert(pSles->
txRear
<= pSles->txBufCount);
163
assert(pSles->txFront != pSles->
txRear
);
199
assert(pSles->
txRear
<= pSles->txBufCount);
200
SLuint32 txRearNext = pSles->
txRear
+1;
205
pSles->txBuffers[pSles->
txRear
] = buffer;
206
pSles->
txRear
= txRearNext;
252
// SLuint32
txRear
; // next to be played
287
pSles->
txRear
; // next to be played
318
pSles->
txRear
= 0;
424
SLuint32 txRearNext = pSles->
txRear
+ 1
[
all
...]
/external/drrickorang/LoopbackApp/app/src/main/cpp/
sles.h
71
SLuint32
txRear
; // next to be played
sles.cpp
213
ASSERT(pSles->
txRear
<= pSles->txBufCount);
214
ASSERT(pSles->txFront != pSles->
txRear
);
314
ASSERT(pSles->
txRear
<= pSles->txBufCount);
315
SLuint32 txRearNext = pSles->
txRear
+ 1;
320
pSles->txBuffers[pSles->
txRear
] = buffer;
321
pSles->
txRear
= txRearNext;
472
// SLuint32
txRear
; // next to be played
503
pSles->
txRear
; // next to be played
548
pSles->
txRear
= 0;
711
SLuint32 txRearNext = pSles->
txRear
+ 1
[
all
...]
Completed in 142 milliseconds