OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAsyncResult
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/media/libstagefright/include/
NuCachedSource2.h
104
sp<AMessage>
mAsyncResult
;
/frameworks/base/media/libstagefright/
NuCachedSource2.cpp
416
CHECK(
mAsyncResult
== NULL);
418
mAsyncResult
= new AMessage;
419
mAsyncResult
->setInt32("result", result);
479
CHECK(
mAsyncResult
== NULL);
482
while (
mAsyncResult
== NULL) {
487
CHECK(
mAsyncResult
->findInt32("result", &result));
489
mAsyncResult
.clear();
Completed in 32 milliseconds