Searched refs:performSeek (Results 1 – 4 of 4) sorted by relevance
125 void performSeek(int64_t seekTimeUs);
230 void performSeek(int64_t seekTimeUs, bool needNotify);
303 void NuPlayer::RTSPSource::performSeek(int64_t seekTimeUs) { in performSeek() function in android::NuPlayer::RTSPSource332 performSeek(seekTimeUs); in onMessageReceived()
73 player->performSeek(mSeekTimeUs, mNeedNotify); in execute()902 performSeek(positionUs, false /* needNotify */); in onMessageReceived()1516 void NuPlayer::performSeek(int64_t seekTimeUs, bool needNotify) { in performSeek() function in android::NuPlayer