Searched refs:withAudio (Results 1 - 9 of 9) sorted by relevance

/frameworks/av/radio/
H A DIRadioService.cpp83 bool withAudio,
90 ALOGV("attach() config %p withAudio %d region %d type %d",
91 config == NULL ? 0 : config, withAudio, config->region, config->band.type);
98 data.writeInt32(withAudio ? 1 : 0);
162 bool withAudio = data.readInt32() != 0; local
163 ALOGV("ATTACH configPtr %p withAudio %d", configPtr, withAudio);
165 status_t status = attach(handle, client, configPtr, withAudio, radio);
80 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/av/include/radio/
H A DIRadioService.h42 bool withAudio,
H A DRadio.h43 bool withAudio,
/frameworks/base/core/java/android/hardware/radio/
H A DRadioModule.java39 RadioModule(int moduleId, RadioManager.BandConfig config, boolean withAudio, argument
43 native_setup(new WeakReference<RadioModule>(this), config, withAudio);
46 RadioManager.BandConfig config, boolean withAudio);
45 native_setup(Object module_this, RadioManager.BandConfig config, boolean withAudio) argument
H A DRadioManager.java1321 * @param withAudio {@code true} to request a tuner with an audio source.
1329 public RadioTuner openTuner(int moduleId, BandConfig config, boolean withAudio, argument
1334 RadioModule module = new RadioModule(moduleId, config, withAudio, callback, handler);
/frameworks/av/services/radio/
H A DRadioService.h57 bool withAudio,
H A DRadioService.cpp122 bool withAudio,
125 ALOGV("%s %d config %p withAudio %d", __FUNCTION__, handle, config, withAudio);
146 radio = module->addClient(client, config, withAudio);
119 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.cpp561 jobject weak_this, jobject jConfig, jboolean withAudio)
580 sp<Radio> module = Radio::attach(handle, configPtr, (bool)withAudio, callback);
560 android_hardware_Radio_setup(JNIEnv *env, jobject thiz, jobject weak_this, jobject jConfig, jboolean withAudio) argument

Completed in 389 milliseconds