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