HomeSort by relevance Sort by last modified time
    Searched refs:seekToAsync (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDriver.cpp 211 mPlayer->seekToAsync(0, true /* needNotify */);
236 mPlayer->seekToAsync(0, true /* needNotify */);
276 mPlayer->seekToAsync(0);
401 mPlayer->seekToAsync(seekTimeUs, true /* needNotify */);
427 // We need to check mSeekInProgress here because mPlayer->seekToAsync is an async call, which
735 mPlayer->seekToAsync(0);
NuPlayer.h 73 void seekToAsync(int64_t seekTimeUs, bool needNotify = false);
NuPlayer.cpp 422 void NuPlayer::seekToAsync(int64_t seekTimeUs, bool needNotify) {
    [all...]

Completed in 49 milliseconds