Home
last modified time | relevance | path

Searched refs:tryGetService (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/core/jni/
Dcom_android_server_VibratorService.cpp151 sp<I> tryGetService() { in tryGetService() function
152 return I::tryGetService(); in tryGetService()
156 sp<aidl::IVibrator> tryGetService() { in tryGetService() function
189 mHal = tryGetService<I>(); in call()
/frameworks/native/cmds/servicemanager/
DServiceManager.cpp120 *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
DServiceManager.h85 sp<IBinder> tryGetService(const std::string& name, bool startIfNotFound);
/frameworks/av/media/libstagefright/omx/1.0/
DOmxStore.cpp142 return IOmx::tryGetService(omxName); in getOmx()
/frameworks/hardware/interfaces/stats/1.0/test_client/
DStatsClient.cpp60 android::sp<IStats> client = IStats::tryGetService(); in main()
/frameworks/ml/nn/runtime/
DManager.cpp835 return blocking ? V1_0::IDevice::getService(name) : V1_0::IDevice::tryGetService(name); in findAvailableDevices()