Home
last modified time | relevance | path

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

/hardware/interfaces/broadcastradio/aidl/default/
DBroadcastRadio.h97 bool findNextLocked(const ProgramSelector& current, bool directionUp, bool skipSubChannel,
DBroadcastRadio.cpp343 bool BroadcastRadio::findNextLocked(const ProgramSelector& current, bool directionUp, in findNextLocked() function in aidl::android::hardware::broadcastradio::BroadcastRadio
484 bool foundNext = findNextLocked(mCurrentProgram, directionUp, skipSubChannel, &nextProgram); in seek()