OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:txFront
(Results
1 - 4
of
4
) sorted by null
/cts/apps/CtsVerifier/jni/audio_loopback/
sles.h
54
SLuint32
txFront
; // oldest playing
sles.cpp
161
assert(pSles->
txFront
<= pSles->txBufCount);
163
assert(pSles->
txFront
!= pSles->txRear);
164
char *buffer = pSles->txBuffers[pSles->
txFront
];
165
if (++pSles->
txFront
> pSles->txBufCount) {
166
pSles->
txFront
= 0;
198
assert(pSles->
txFront
<= pSles->txBufCount);
204
assert(txRearNext != pSles->
txFront
);
251
// SLuint32
txFront
; // oldest playing
286
pSles->
txFront
; // oldest playing
317
pSles->
txFront
= 0
[
all
...]
/external/drrickorang/LoopbackApp/app/src/main/cpp/
sles.h
70
SLuint32
txFront
; // oldest playing
sles.cpp
212
ASSERT(pSles->
txFront
<= pSles->txBufCount);
214
ASSERT(pSles->
txFront
!= pSles->txRear);
215
char *buffer = pSles->txBuffers[pSles->
txFront
];
216
if (++pSles->
txFront
> pSles->txBufCount) {
217
pSles->
txFront
= 0;
313
ASSERT(pSles->
txFront
<= pSles->txBufCount);
319
ASSERT(txRearNext != pSles->
txFront
);
471
// SLuint32
txFront
; // oldest playing
502
pSles->
txFront
; // oldest playing
547
pSles->
txFront
= 0
[
all
...]
Completed in 289 milliseconds