Searched refs:tryCreate (Results 1 – 9 of 9) sorted by relevance
44 std::shared_ptr<IVhalClient> IVhalClient::tryCreate() { in tryCreate() function in android::frameworks::automotive::vhal::IVhalClient45 auto client = AidlVhalClient::tryCreate(); in tryCreate()50 return HidlVhalClient::tryCreate(); in tryCreate()54 return AidlVhalClient::tryCreate(descriptor); in tryCreateAidlClient()58 return HidlVhalClient::tryCreate(descriptor); in tryCreateHidlClient()
65 std::shared_ptr<IVhalClient> HidlVhalClient::tryCreate() { in tryCreate() function in android::frameworks::automotive::vhal::HidlVhalClient73 std::shared_ptr<IVhalClient> HidlVhalClient::tryCreate(const char* descriptor) { in tryCreate() function in android::frameworks::automotive::vhal::HidlVhalClient
96 std::shared_ptr<IVhalClient> AidlVhalClient::tryCreate() { in tryCreate() function in android::frameworks::automotive::vhal::AidlVhalClient97 return tryCreate(AIDL_VHAL_SERVICE); in tryCreate()100 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);
215 static std::shared_ptr<IVhalClient> tryCreate();
1112 std::shared_ptr<IVhalClient> vhalService = IVhalClient::tryCreate(); in connectToVhalHelper()
231 WatchdogProcessService(IVhalClient::tryCreate, kDefaultTryGetHidlServiceManager, in WatchdogProcessService()