OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mEOSResult
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/mpeg2ts/
AnotherPacketSource.cpp
47
mEOSResult
(OK),
119
while (
mEOSResult
== OK && mBuffers.empty()) {
156
return
mEOSResult
;
170
while (
mEOSResult
== OK && mBuffers.empty()) {
229
return
mEOSResult
;
261
mEOSResult
= OK;
305
mEOSResult
= OK;
345
mEOSResult
= OK;
367
mEOSResult
= result;
381
*finalResult =
mEOSResult
;
[
all
...]
AnotherPacketSource.h
117
status_t
mEOSResult
;
Completed in 2174 milliseconds