Home
last modified time | relevance | path

Searched refs:nextProgram (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/broadcastradio/aidl/default/
DBroadcastRadio.cpp344 bool skipSubChannel, VirtualProgram* nextProgram) const { in findNextLocked()
430 *nextProgram = *found; in findNextLocked()
483 VirtualProgram nextProgram = {}; in seek() local
484 bool foundNext = findNextLocked(mCurrentProgram, directionUp, skipSubChannel, &nextProgram); in seek()
497 auto task = [this, nextProgram, callback]() { in seek()
501 programInfo = tuneInternalLocked(nextProgram.selector); in seek()
DBroadcastRadio.h98 VirtualProgram* nextProgram) const REQUIRES(mMutex);