Home | History | Annotate | Download | only in nuplayer

Lines Matching defs:select

1066 status_t NuPlayer::GenericSource::selectTrack(size_t trackIndex, bool select, int64_t timeUs) {
1067 ALOGV("%s track: %zu", select ? "select" : "deselect", trackIndex);
1070 msg->setInt32("select", select);
1083 int32_t trackIndex, select;
1086 CHECK(msg->findInt32("select", &select));
1090 status_t err = doSelectTrack(trackIndex, select, timeUs);
1098 status_t NuPlayer::GenericSource::doSelectTrack(size_t trackIndex, bool select, int64_t timeUs) {
1103 if (!select) {