Lines Matching defs:config
81 const struct radio_band_config *config,
89 ALOGV("attach() config %p withAudio %d region %d type %d",
90 config == NULL ? 0 : config, withAudio,
91 config == NULL ? 0 : config->region,
92 config == NULL ? 0 : config->band.type);
93 if (config == NULL) {
97 data.write(config, sizeof(struct radio_band_config));
157 struct radio_band_config config;
160 data.read(&config, sizeof(struct radio_band_config));
161 configPtr = &config;