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

/frameworks/wilhelm/src/android/
H A Dandroid_StreamPlayer.h31 class StreamSourceAppProxy : public BnStreamSource { class in namespace:android
33 StreamSourceAppProxy(
37 virtual ~StreamSourceAppProxy();
76 DISALLOW_EVIL_CONSTRUCTORS(StreamSourceAppProxy);
109 const sp<StreamSourceAppProxy> mAppProxy; // application proxy for the shared memory source
H A Dandroid_StreamPlayer.cpp32 StreamSourceAppProxy::StreamSourceAppProxy( function in class:android::StreamSourceAppProxy
45 SL_LOGV("StreamSourceAppProxy::StreamSourceAppProxy()");
48 StreamSourceAppProxy::~StreamSourceAppProxy() {
49 SL_LOGV("StreamSourceAppProxy::~StreamSourceAppProxy()");
53 const SLuint32 StreamSourceAppProxy::kItemProcessed[NB_BUFFEREVENT_ITEM_FIELDS] = {
61 void StreamSourceAppProxy
[all...]

Completed in 177 milliseconds