Searched defs:skipSubchannel (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/radio/
H A DRadio.cpp180 status_t Radio::scan(radio_direction_t direction, bool skipSubchannel) argument
186 return mIRadio->scan(direction, skipSubchannel);
189 status_t Radio::step(radio_direction_t direction, bool skipSubchannel) argument
195 return mIRadio->step(direction, skipSubchannel);

Completed in 34 milliseconds