Searched defs:subChannel (Results 1 – 7 of 7) sorted by relevance
/frameworks/av/radio/ |
D | IRadio.cpp | 148 virtual status_t tune(unsigned int channel, unsigned int subChannel) in tune() 292 unsigned int subChannel = (unsigned int)data.readInt32(); in onTransact() local
|
D | Radio.cpp | 198 status_t Radio::tune(unsigned int channel, unsigned int subChannel) in tune()
|
/frameworks/base/core/java/android/hardware/radio/ |
D | RadioTuner.java | 176 public abstract int tune(int channel, int subChannel); in tune()
|
D | RadioModule.java | 73 public native int tune(int channel, int subChannel); in tune()
|
D | RadioManager.java | 1147 ProgramInfo(int channel, int subChannel, boolean tuned, boolean stereo, in ProgramInfo()
|
/frameworks/av/services/radio/ |
D | RadioService.cpp | 820 status_t RadioService::ModuleClient::tune(unsigned int channel, unsigned int subChannel) in tune()
|
/frameworks/base/core/jni/ |
D | android_hardware_Radio.cpp | 716 android_hardware_Radio_tune(JNIEnv *env, jobject thiz, jint channel, jint subChannel) in android_hardware_Radio_tune()
|