Home
last modified time | relevance | path

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

/frameworks/av/radio/
DIRadio.cpp123 virtual status_t scan(radio_direction_t direction, bool skipSubChannel) in scan()
136 virtual status_t step(radio_direction_t direction, bool skipSubChannel) in step()
274 bool skipSubChannel = data.readInt32() == 1; in onTransact() local
282 bool skipSubChannel = data.readInt32() == 1; in onTransact() local
/frameworks/base/core/java/android/hardware/radio/
DRadioTuner.java137 public abstract int step(int direction, boolean skipSubChannel); in step()
158 public abstract int scan(int direction, boolean skipSubChannel); in scan()
DRadioModule.java72 public native int step(int direction, boolean skipSubChannel); in step()
74 public native int scan(int direction, boolean skipSubChannel); in scan()
/frameworks/av/services/radio/
DRadioService.cpp810 status_t RadioService::ModuleClient::scan(radio_direction_t direction, bool skipSubChannel) in scan()
826 status_t RadioService::ModuleClient::step(radio_direction_t direction, bool skipSubChannel) in step()
/frameworks/base/core/jni/
Dandroid_hardware_Radio.cpp695 android_hardware_Radio_step(JNIEnv *env, jobject thiz, jint direction, jboolean skipSubChannel) in android_hardware_Radio_step()
707 android_hardware_Radio_scan(JNIEnv *env, jobject thiz, jint direction, jboolean skipSubChannel) in android_hardware_Radio_scan()