HomeSort by relevance Sort by last modified time
    Searched refs:configPtr (Results 1 - 2 of 2) sorted by null

  /frameworks/av/radio/
IRadioService.cpp 156 struct radio_band_config *configPtr = NULL;
159 configPtr = &config;
162 ALOGV("ATTACH configPtr %p withAudio %d", configPtr, withAudio);
164 status_t status = attach(handle, client, configPtr, withAudio, radio);
  /frameworks/base/core/jni/
android_hardware_Radio.cpp 554 struct radio_band_config *configPtr = NULL;
560 configPtr = &nConfig;
562 sp<Radio> module = Radio::attach(handle, configPtr, (bool)withAudio, callback);
    [all...]

Completed in 303 milliseconds