Home
last modified time | relevance | path

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

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