Home
last modified time | relevance | path

Searched refs:configPtr (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/radio/
DIRadioService.cpp156 struct radio_band_config *configPtr = NULL; in onTransact() local
159 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()
/frameworks/base/core/jni/
Dandroid_hardware_Radio.cpp554 struct radio_band_config *configPtr = NULL; in android_hardware_Radio_setup() local
560 configPtr = &nConfig; in android_hardware_Radio_setup()
562 sp<Radio> module = Radio::attach(handle, configPtr, (bool)withAudio, callback); in android_hardware_Radio_setup()