Searched refs:withAudio (Results 1 – 9 of 9) sorted by relevance
/frameworks/av/radio/ |
D | IRadioService.cpp | 83 bool withAudio, in attach() argument 90 …ALOGV("attach() config %p withAudio %d region %d type %d", config, withAudio, config->region, conf… in attach() 97 data.writeInt32(withAudio ? 1 : 0); in attach() 161 bool withAudio = data.readInt32() != 0; in onTransact() local 162 ALOGV("ATTACH configPtr %p withAudio %d", configPtr, withAudio); in onTransact() 164 status_t status = attach(handle, client, configPtr, withAudio, radio); in onTransact()
|
D | Radio.cpp | 96 bool withAudio, in attach() argument 106 status_t status = service->attach(handle, radio, config, withAudio, radio->mIRadio); in attach()
|
/frameworks/base/core/java/android/hardware/radio/ |
D | RadioModule.java | 39 RadioModule(int moduleId, RadioManager.BandConfig config, boolean withAudio, in RadioModule() argument 43 native_setup(new WeakReference<RadioModule>(this), config, withAudio); in RadioModule() 46 RadioManager.BandConfig config, boolean withAudio); in native_setup() argument
|
D | RadioManager.java | 1286 public RadioTuner openTuner(int moduleId, BandConfig config, boolean withAudio, in openTuner() argument 1291 RadioModule module = new RadioModule(moduleId, config, withAudio, callback, handler); in openTuner()
|
/frameworks/av/include/radio/ |
D | IRadioService.h | 42 bool withAudio,
|
D | Radio.h | 43 bool withAudio,
|
/frameworks/av/services/radio/ |
D | RadioService.cpp | 122 bool withAudio, in attach() argument 125 ALOGV("%s %d config %p withAudio %d", __FUNCTION__, handle, config, withAudio); in attach() 146 radio = module->addClient(client, config, withAudio); in attach()
|
D | RadioService.h | 57 bool withAudio,
|
/frameworks/base/core/jni/ |
D | android_hardware_Radio.cpp | 543 jobject weak_this, jobject jConfig, jboolean withAudio) in android_hardware_Radio_setup() argument 562 sp<Radio> module = Radio::attach(handle, configPtr, (bool)withAudio, callback); in android_hardware_Radio_setup()
|