Searched refs:tryGetService (Results 1 – 6 of 6) sorted by relevance
151 sp<I> tryGetService() { in tryGetService() function152 return I::tryGetService(); in tryGetService()156 sp<aidl::IVibrator> tryGetService() { in tryGetService() function189 mHal = tryGetService<I>(); in call()
120 *outBinder = tryGetService(name, true); in getService()126 *outBinder = tryGetService(name, false); in checkService()131 sp<IBinder> ServiceManager::tryGetService(const std::string& name, bool startIfNotFound) { in tryGetService() function in android::ServiceManager
85 sp<IBinder> tryGetService(const std::string& name, bool startIfNotFound);
142 return IOmx::tryGetService(omxName); in getOmx()
60 android::sp<IStats> client = IStats::tryGetService(); in main()
835 return blocking ? V1_0::IDevice::getService(name) : V1_0::IDevice::tryGetService(name); in findAvailableDevices()