Searched refs:v1_2_module (Results 1 – 1 of 1) sorted by relevance
345 android::sp<V1_2::IBootControl> v1_2_module; in WaitForService() local352 v1_2_module = V1_2::IBootControl::castFrom(v1_0_module); in WaitForService()353 if (v1_2_module != nullptr) { in WaitForService()361 return std::make_unique<BootControlClientHIDL>(v1_0_module, v1_1_module, v1_2_module); in WaitForService()