Searched defs:skipSubChannel (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/radio/ |
D | IRadio.cpp | 123 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/ |
D | RadioTuner.java | 137 public abstract int step(int direction, boolean skipSubChannel); in step() 158 public abstract int scan(int direction, boolean skipSubChannel); in scan()
|
D | RadioModule.java | 72 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/ |
D | RadioService.cpp | 810 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/ |
D | android_hardware_Radio.cpp | 695 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()
|