HomeSort by relevance Sort by last modified time
    Searched refs:mAppProxy (Results 1 - 2 of 2) sorted by null

  /frameworks/wilhelm/src/android/
android_StreamPlayer.h 100 // message to asynchronously notify mAppProxy it should try to pull from the Android
109 const sp<StreamSourceAppProxy> mAppProxy; // application proxy for the shared memory source
android_StreamPlayer.cpp 299 mAppProxy(new StreamSourceAppProxy(androidBufferQueue, callbackProtector, this)),
307 mAppProxy->disconnect();
390 } else if (mPlayer->setDataSource(mAppProxy /*IStreamSource*/) != NO_ERROR) {
415 mAppProxy->pullFromBuffQueue();

Completed in 299 milliseconds