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

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp66 struct NuPlayer::SeekAction : public Action { struct in class:android::NuPlayer
67 SeekAction(int64_t seekTimeUs, bool needNotify) function in struct:android::NuPlayer::SeekAction
80 DISALLOW_EVIL_CONSTRUCTORS(SeekAction);
564 new SeekAction(currentPositionUs, false /* needNotify */));
948 new SeekAction(seekTimeUs, needNotify));

Completed in 352 milliseconds