Searched refs:mAppProxy (Results 1 - 2 of 2) sorted by relevance

/frameworks/wilhelm/src/android/
H A Dandroid_StreamPlayer.cpp301 mAppProxy(new StreamSourceAppProxy(androidBufferQueue, callbackProtector, this)),
309 mAppProxy->disconnect();
392 } else if (mPlayer->setDataSource(mAppProxy /*IStreamSource*/) != NO_ERROR) {
417 mAppProxy->pullFromBuffQueue();
H A Dandroid_StreamPlayer.h100 // 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 member in class:android::StreamPlayer

Completed in 342 milliseconds