Searched refs:mAsyncResult (Results 1 – 4 of 4) sorted by relevance
35 mAsyncResult(UNKNOWN_ERROR), in NuPlayerDriver()88 return mAsyncResult; in setDataSource()106 return mAsyncResult; in setDataSource()124 return mAsyncResult; in setDataSource()529 mAsyncResult = err; in notifySetDataSourceCompleted()547 mAsyncResult = err; in notifyPrepareCompleted()
96 status_t mAsyncResult; member
425 CHECK(mAsyncResult == NULL); in onRead()427 mAsyncResult = new AMessage; in onRead()428 mAsyncResult->setInt32("result", result); in onRead()488 CHECK(mAsyncResult == NULL); in readAt()491 while (mAsyncResult == NULL) { in readAt()496 CHECK(mAsyncResult->findInt32("result", &result)); in readAt()498 mAsyncResult.clear(); in readAt()
104 sp<AMessage> mAsyncResult;