Searched refs:v1_0_module (Results 1 – 1 of 1) sorted by relevance
343 android::sp<V1_0::IBootControl> v1_0_module; in WaitForService() local346 v1_0_module = V1_0::IBootControl::getService(); in WaitForService()347 if (v1_0_module == nullptr) { in WaitForService()351 v1_1_module = V1_1::IBootControl::castFrom(v1_0_module); in WaitForService()352 v1_2_module = V1_2::IBootControl::castFrom(v1_0_module); in WaitForService()361 return std::make_unique<BootControlClientHIDL>(v1_0_module, v1_1_module, v1_2_module); in WaitForService()