Home
last modified time | relevance | path

Searched refs:SimpleAction (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayer.cpp158 struct NuPlayer::SimpleAction : public Action { struct in android::NuPlayer
161 explicit SimpleAction(ActionFunc func) in SimpleAction() function
172 DISALLOW_EVIL_CONSTRUCTORS(SimpleAction);
834 new SimpleAction(&NuPlayer::performScanSources)); in onMessageReceived()
1122 new SimpleAction( in onMessageReceived()
1370 new SimpleAction(&NuPlayer::performReset)); in onMessageReceived()
2183 new SimpleAction(&NuPlayer::performScanSources)); in flushDecoder()
2216 new SimpleAction(&NuPlayer::performScanSources)); in queueDecoderShutdown()
/frameworks/av/media/libmediaplayerservice/nuplayer/include/nuplayer/
DNuPlayer.h135 struct SimpleAction;