Home
last modified time | relevance | path

Searched defs:subChannel (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/radio/
DIRadio.cpp148 virtual status_t tune(unsigned int channel, unsigned int subChannel) in tune()
292 unsigned int subChannel = (unsigned int)data.readInt32(); in onTransact() local
DRadio.cpp198 status_t Radio::tune(unsigned int channel, unsigned int subChannel) in tune()
/frameworks/base/core/java/android/hardware/radio/
DRadioTuner.java176 public abstract int tune(int channel, int subChannel); in tune()
DRadioModule.java73 public native int tune(int channel, int subChannel); in tune()
DRadioManager.java1147 ProgramInfo(int channel, int subChannel, boolean tuned, boolean stereo, in ProgramInfo()
/frameworks/av/services/radio/
DRadioService.cpp820 status_t RadioService::ModuleClient::tune(unsigned int channel, unsigned int subChannel) in tune()
/frameworks/base/core/jni/
Dandroid_hardware_Radio.cpp716 android_hardware_Radio_tune(JNIEnv *env, jobject thiz, jint channel, jint subChannel) in android_hardware_Radio_tune()