Searched defs:skipSubChannel (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/radio/ |
D | IRadio.cpp | 122 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/ |
D | RadioTuner.java | 134 public abstract int step(int direction, boolean skipSubChannel); in step() 155 public abstract int scan(int direction, boolean skipSubChannel); in scan()
|
D | RadioModule.java | 69 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/ |
D | RadioService.cpp | 793 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/ |
D | android_hardware_Radio.cpp | 674 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()
|