Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_config.cpp46 sp<RadioConfigImpl> radioConfigService; variable
248 radioConfigService = new RadioConfigImpl; in registerConfigService()
250 radioConfigService->mSlotId = slotId; in registerConfigService()
251 radioConfigService->mRadioConfigResponse = NULL; in registerConfigService()
252 radioConfigService->mRadioConfigIndication = NULL; in registerConfigService()
253 radioConfigService->mRadioConfigResponseV1_1 = NULL; in registerConfigService()
254 radioConfigService->mRadioConfigResponseV1_2 = NULL; in registerConfigService()
255 radioConfigService->mRadioConfigIndicationV1_2 = NULL; in registerConfigService()
256 android::status_t status = radioConfigService->registerAsService(serviceNames); in registerConfigService()
283 radioConfigService->mRadioConfigResponse = NULL; in checkReturnStatus()
[all …]