Searched refs:FLAG_CAN_SEEK (Results 1 – 6 of 6) sorted by relevance
39 FLAG_CAN_SEEK = 8, // the "seek bar" enumerator
350 flags |= FLAG_CAN_SEEK; in onSessionNotify()
483 FLAG_CAN_SEEK); in onPrepareAsync()1649 FLAG_CAN_SEEK); in prepareDrm()
535 | FLAG_CAN_SEEK in onMessageReceived()
884 mPlayerFlags & NuPlayer::Source::FLAG_CAN_SEEK); in getMetadata()
2613 (flags & Source::FLAG_CAN_SEEK) != 0, in onSourceNotify()2618 if ((flags & NuPlayer::Source::FLAG_CAN_SEEK) == 0) { in onSourceNotify()