OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:receivedCmd_l
(Results
1 - 2
of
2
) sorted by null
/frameworks/wilhelm/src/android/
android_StreamPlayer.cpp
98
void StreamSourceAppProxy::
receivedCmd_l
(IStreamListener::Command cmd, const sp<AMessage> &msg) {
155
receivedCmd_l
(IStreamListener::EOS);
159
receivedCmd_l
(IStreamListener::DISCONTINUITY);
164
receivedCmd_l
(IStreamListener::DISCONTINUITY, msg /*msg*/);
171
receivedCmd_l
(IStreamListener::DISCONTINUITY, msg /*msg*/);
178
receivedCmd_l
(IStreamListener::DISCONTINUITY, msg /*msg*/);
android_StreamPlayer.h
51
void
receivedCmd_l
(IStreamListener::Command cmd, const sp<AMessage> &msg = NULL);
Completed in 35 milliseconds