OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rxRear
(Results
1 - 4
of
4
) sorted by null
/cts/apps/CtsVerifier/jni/audio_loopback/
sles.h
53
SLuint32
rxRear
; // next to be recorded
sles.cpp
90
assert(pSles->
rxRear
<= pSles->rxBufCount);
91
assert(pSles->rxFront != pSles->
rxRear
);
133
SLuint32 rxRearNext = pSles->
rxRear
+1;
138
pSles->rxBuffers[pSles->
rxRear
] = buffer;
139
pSles->
rxRear
= rxRearNext;
250
// SLuint32
rxRear
; // next to be recorded
285
pSles->
rxRear
; // next to be recorded
313
pSles->
rxRear
= 0;
512
SLuint32 rxRearNext = pSles->
rxRear
+ 1;
517
pSles->rxBuffers[pSles->
rxRear
] = buffer
[
all
...]
/external/drrickorang/LoopbackApp/app/src/main/cpp/
sles.h
69
SLuint32
rxRear
; // next to be recorded
sles.cpp
118
ASSERT(pSles->
rxRear
<= pSles->rxBufCount);
119
ASSERT(pSles->rxFront != pSles->
rxRear
);
178
SLuint32 rxRearNext = pSles->
rxRear
+ 1;
183
pSles->rxBuffers[pSles->
rxRear
] = buffer;
184
pSles->
rxRear
= rxRearNext;
470
// SLuint32
rxRear
; // next to be recorded
501
pSles->
rxRear
; // next to be recorded
541
pSles->
rxRear
= 0;
[
all
...]
Completed in 1150 milliseconds