Searched refs:configPtr (Results 1 – 2 of 2) sorted by relevance
156 struct radio_band_config *configPtr = NULL; in onTransact() local159 configPtr = &config; in onTransact()162 ALOGV("ATTACH configPtr %p withAudio %d", configPtr, withAudio); in onTransact()164 status_t status = attach(handle, client, configPtr, withAudio, radio); in onTransact()
554 struct radio_band_config *configPtr = NULL; in android_hardware_Radio_setup() local560 configPtr = &nConfig; in android_hardware_Radio_setup()562 sp<Radio> module = Radio::attach(handle, configPtr, (bool)withAudio, callback); in android_hardware_Radio_setup()