Home
last modified time | relevance | path

Searched defs:skipSubChannel (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/radio/
DIRadio.cpp122 virtual status_t scan(radio_direction_t direction, bool skipSubChannel) in scan()
135 virtual status_t step(radio_direction_t direction, bool skipSubChannel) in step()
276 bool skipSubChannel = data.readInt32() == 1; in onTransact() local
284 bool skipSubChannel = data.readInt32() == 1; in onTransact() local
/frameworks/base/core/java/android/hardware/radio/
DRadioTuner.java134 public abstract int step(int direction, boolean skipSubChannel); in step()
155 public abstract int scan(int direction, boolean skipSubChannel); in scan()
DRadioModule.java69 public native int step(int direction, boolean skipSubChannel); in step()
71 public native int scan(int direction, boolean skipSubChannel); in scan()
/frameworks/av/services/radio/
DRadioService.cpp793 status_t RadioService::ModuleClient::scan(radio_direction_t direction, bool skipSubChannel) in scan()
806 status_t RadioService::ModuleClient::step(radio_direction_t direction, bool skipSubChannel) in step()
/frameworks/base/core/jni/
Dandroid_hardware_Radio.cpp674 android_hardware_Radio_step(JNIEnv *env, jobject thiz, jint direction, jboolean skipSubChannel) in android_hardware_Radio_step()
686 android_hardware_Radio_scan(JNIEnv *env, jobject thiz, jint direction, jboolean skipSubChannel) in android_hardware_Radio_scan()