Home
last modified time | relevance | path

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

/hardware/interfaces/boot/aidl/client/
DBootControlClient.cpp343 android::sp<V1_0::IBootControl> v1_0_module; in WaitForService() local
346 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()