Searched defs:withAudio (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/radio/
H A DIRadioService.cpp82 bool withAudio,
89 ALOGV("attach() config %p withAudio %d region %d type %d",
90 config == NULL ? 0 : config, withAudio,
99 data.writeInt32(withAudio ? 1 : 0);
163 bool withAudio = data.readInt32() != 0; local
164 ALOGV("ATTACH configPtr %p withAudio %d", configPtr, withAudio);
166 status_t status = attach(handle, client, configPtr, withAudio, radio);
79 attach(radio_handle_t handle, const sp<IRadioClient>& client, const struct radio_band_config *config, bool withAudio, sp<IRadio>& radio) argument
H A DRadio.cpp96 bool withAudio,
106 status_t status = service->attach(handle, radio, config, withAudio, radio->mIRadio);
94 attach(radio_handle_t handle, const struct radio_band_config *config, bool withAudio, const sp<RadioCallback>& callback) argument
/frameworks/base/core/java/android/hardware/radio/
H A DRadioModule.java42 RadioModule(int moduleId, RadioManager.BandConfig config, boolean withAudio, argument
46 native_setup(new WeakReference<RadioModule>(this), config, withAudio);
49 RadioManager.BandConfig config, boolean withAudio);
48 native_setup(Object module_this, RadioManager.BandConfig config, boolean withAudio) argument
H A DRadioManager.java1323 * @param withAudio {@code true} to request a tuner with an audio source.
1331 public RadioTuner openTuner(int moduleId, BandConfig config, boolean withAudio, argument
1336 RadioModule module = new RadioModule(moduleId, config, withAudio, callback, handler);
/frameworks/av/services/radio/
H A DRadioService.cpp110 bool withAudio,
116 ALOGV("%s %d config %p withAudio %d", __FUNCTION__, handle, config, withAudio);
137 radio = module->addClient(client, config, withAudio);
107 attach(radio_handle_t handle, const sp<IRadioClient>& client, const struct radio_band_config *config, bool withAudio, sp<IRadio>& radio) argument
/frameworks/base/core/jni/
H A Dandroid_hardware_Radio.cpp564 jobject weak_this, jobject jConfig, jboolean withAudio)
583 sp<Radio> module = Radio::attach(handle, configPtr, (bool)withAudio, callback);
563 android_hardware_Radio_setup(JNIEnv *env, jobject thiz, jobject weak_this, jobject jConfig, jboolean withAudio) argument

Completed in 286 milliseconds