HomeSort by relevance Sort by last modified time
    Searched defs:SeekAction (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/tools/telemetry/telemetry/page/actions/
seek.py 26 class SeekAction(media_action.MediaAction):
29 super(SeekAction, self).WillRunAction(page, tab)
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.cpp 62 struct NuPlayer::SeekAction : public Action {
63 SeekAction(int64_t seekTimeUs)
74 DISALLOW_EVIL_CONSTRUCTORS(SeekAction);
811 mDeferredActions.push_back(new SeekAction(seekTimeUs));
    [all...]

Completed in 177 milliseconds