Searched defs:subChannel (Results 1 – 8 of 8) sorted by relevance
/frameworks/av/radio/ |
D | IRadio.cpp | 149 virtual status_t tune(uint32_t channel, uint32_t subChannel) in tune() 290 uint32_t subChannel = data.readUint32(); 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 | 179 public abstract int tune(int channel, int subChannel); in tune()
|
D | RadioModule.java | 76 public native int tune(int channel, int subChannel); in tune()
|
D | RadioManager.java | 1149 ProgramInfo(int channel, int subChannel, boolean tuned, boolean stereo, in ProgramInfo()
|
/frameworks/av/services/radio/ |
D | RadioHalHidl.cpp | 316 Return<void> RadioHalHidl::Tuner::newMetadata(uint32_t channel, uint32_t subChannel, in newMetadata()
|
D | RadioService.cpp | 842 status_t RadioService::ModuleClient::tune(uint32_t channel, uint32_t subChannel) in tune()
|
/frameworks/base/core/jni/ |
D | android_hardware_Radio.cpp | 719 android_hardware_Radio_tune(JNIEnv *env, jobject thiz, jint channel, jint subChannel) in android_hardware_Radio_tune()
|