Searched refs:tryCreate (Results 1 – 9 of 9) sorted by relevance
43 std::shared_ptr<IVhalClient> IVhalClient::tryCreate() { in tryCreate() function in android::frameworks::automotive::vhal::IVhalClient44 auto client = AidlVhalClient::tryCreate(); in tryCreate()49 return HidlVhalClient::tryCreate(); in tryCreate()53 return AidlVhalClient::tryCreate(descriptor); in tryCreateAidlClient()57 return HidlVhalClient::tryCreate(descriptor); in tryCreateHidlClient()
67 std::shared_ptr<IVhalClient> HidlVhalClient::tryCreate() { in tryCreate() function in android::frameworks::automotive::vhal::HidlVhalClient75 std::shared_ptr<IVhalClient> HidlVhalClient::tryCreate(const char* descriptor) { in tryCreate() function in android::frameworks::automotive::vhal::HidlVhalClient
98 std::shared_ptr<IVhalClient> AidlVhalClient::tryCreate() { in tryCreate() function in android::frameworks::automotive::vhal::AidlVhalClient99 return tryCreate(AIDL_VHAL_SERVICE); in tryCreate()102 std::shared_ptr<IVhalClient> AidlVhalClient::tryCreate(const char* descriptor) { in tryCreate() function in android::frameworks::automotive::vhal::AidlVhalClient
52 std::shared_ptr<IVhalClient> service = IVhalClient::tryCreate(); in setBinding()55 service = IVhalClient::tryCreate(); in setBinding()
44 static std::shared_ptr<IVhalClient> tryCreate();45 static std::shared_ptr<IVhalClient> tryCreate(const char* descriptor);
56 static std::shared_ptr<IVhalClient> tryCreate();57 static std::shared_ptr<IVhalClient> tryCreate(const char* descriptor);
75 static std::shared_ptr<IVhalClient> tryCreate();
649 std::shared_ptr<IVhalClient> vhalService = IVhalClient::tryCreate(); in connectToVhalHelper()
866 mVhalService = IVhalClient::tryCreate(); in connectToVhalLocked()