OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StreamSourceAppProxy
(Results
1 - 2
of
2
) sorted by null
/frameworks/wilhelm/src/android/
android_StreamPlayer.h
31
class
StreamSourceAppProxy
: public BnStreamSource {
33
StreamSourceAppProxy
(
37
virtual ~
StreamSourceAppProxy
();
76
DISALLOW_EVIL_CONSTRUCTORS(
StreamSourceAppProxy
);
109
const sp<
StreamSourceAppProxy
> mAppProxy; // application proxy for the shared memory source
android_StreamPlayer.cpp
32
StreamSourceAppProxy
::
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
::setListener(const sp<IStreamListener> &listener)
[
all
...]
Completed in 232 milliseconds