Searched defs:SimpleAction (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp147 struct NuPlayer::SimpleAction : public Action { struct in class:android::NuPlayer
150 SimpleAction(ActionFunc func) function in struct:android::NuPlayer::SimpleAction
161 DISALLOW_EVIL_CONSTRUCTORS(SimpleAction);
571 new SimpleAction(&NuPlayer::performScanSources));
723 new SimpleAction(
927 new SimpleAction(&NuPlayer::performReset));
1415 new SimpleAction(&NuPlayer::performScanSources));

Completed in 60 milliseconds