Home
last modified time | relevance | path

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

/packages/services/Car/cpp/vhal/client/src/
DAidlVhalClient.cpp86 std::shared_ptr<IVehicle> aidlVhal = in create() local
88 if (aidlVhal == nullptr) { in create()
93 return std::make_shared<AidlVhalClient>(aidlVhal); in create()
106 std::shared_ptr<IVehicle> aidlVhal = in tryCreate() local
108 if (aidlVhal == nullptr) { in tryCreate()
113 return std::make_shared<AidlVhalClient>(aidlVhal); in tryCreate()