Searched refs:tryCreateAidlClient (Results 1 – 3 of 3) sorted by relevance
53 std::shared_ptr<IVhalClient> IVhalClient::tryCreateAidlClient(const char* descriptor) { in tryCreateAidlClient() function in android::frameworks::automotive::vhal::IVhalClient
218 static std::shared_ptr<IVhalClient> tryCreateAidlClient(const char* descriptor);
167 mVhalClient = IVhalClient::tryCreateAidlClient(descriptor.name.c_str()); in SetUp()