Home
last modified time | relevance | path

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

/aosp_15_r20/packages/services/Car/cpp/vhal/client/src/
DIVhalClient.cpp57 std::shared_ptr<IVhalClient> IVhalClient::tryCreateHidlClient(const char* descriptor) { in tryCreateHidlClient() function in android::frameworks::automotive::vhal::IVhalClient
/aosp_15_r20/packages/services/Car/cpp/vhal/client/include/
DIVhalClient.h221 static std::shared_ptr<IVhalClient> tryCreateHidlClient(const char* descriptor);
/aosp_15_r20/hardware/interfaces/automotive/vehicle/vts/src/
H A DVtsHalAutomotiveVehicle_TargetTest.cpp169 mVhalClient = IVhalClient::tryCreateHidlClient(descriptor.name.c_str()); in SetUp()