Home
last modified time | relevance | path

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

12

/aosp12/system/security/keystore2/apc_compat/
H A Dapc_compat.cpp67 static sp<ConfuiCompatSession>* tryGetService() { in tryGetService() function in keystore2::ConfuiCompatSession
68 sp<IConfirmationUI> service = IConfirmationUI::tryGetService(); in tryGetService()
179 return reinterpret_cast<ApcCompatServiceHandle>(ConfuiCompatSession::tryGetService()); in tryGetUserConfirmationService()
/aosp12/hardware/interfaces/neuralnetworks/1.3/utils/src/
H A DService.cpp31 auto service = blocking ? IDevice::getService(name) : IDevice::tryGetService(name); in getDevice()
/aosp12/hardware/interfaces/neuralnetworks/1.0/utils/src/
H A DService.cpp31 auto service = blocking ? IDevice::getService(name) : IDevice::tryGetService(name); in getDevice()
/aosp12/hardware/interfaces/neuralnetworks/1.1/utils/src/
H A DService.cpp31 auto service = blocking ? IDevice::getService(name) : IDevice::tryGetService(name); in getDevice()
/aosp12/hardware/interfaces/neuralnetworks/1.2/utils/src/
H A DService.cpp31 auto service = blocking ? IDevice::getService(name) : IDevice::tryGetService(name); in getDevice()
/aosp12/system/security/keystore/
H A Dkeystore_get_wifi_hidl.cpp42 sp<IKeystore> service = IKeystore::tryGetService(); in keystore_get()
/aosp12/hardware/qcom/sm8150/media/libplatformconfig/
H A DPlatformConfig.cpp107 conf->mConfigStore = ICapabilityConfigStore::tryGetService(); in getConfigStoreBool()
/aosp12/hardware/qcom/sm7250/media/libplatformconfig/
H A DPlatformConfig.cpp107 conf->mConfigStore = ICapabilityConfigStore::tryGetService(); in getConfigStoreBool()
/aosp12/hardware/nxp/secure_element/snxxx/libese-spi/src/adaptation/
H A DNfcAdaptation.cpp49 mHalNxpNfc = INxpNfc::tryGetService(); in Initialize()
/aosp12/frameworks/native/cmds/servicemanager/
H A DServiceManager.cpp184 *outBinder = tryGetService(name, true); in getService()
190 *outBinder = tryGetService(name, false); in checkService()
195 sp<IBinder> ServiceManager::tryGetService(const std::string& name, bool startIfNotFound) { in tryGetService() function in android::ServiceManager
H A DServiceManager.h90 sp<IBinder> tryGetService(const std::string& name, bool startIfNotFound);
/aosp12/hardware/nxp/secure_element/pn8x/libese-spi/src/adaptation/
H A DNfcAdaptation.cpp43 mHalNxpNfc = INxpNfc::tryGetService(); in Initialize()
/aosp12/hardware/interfaces/automotive/can/1.0/tools/
H A Dcanhaldump.cpp75 auto bus = ICanBus::tryGetService(busname); in tryOpen()
H A Dcanhalsend.cpp43 auto bus = ICanBus::tryGetService(busname); in tryOpen()
/aosp12/hardware/nxp/nfc/snxxx/halimpl/src/adaptation/
H A DEseAdaptation.cc182 mHalNxpEse = INxpEse::tryGetService(); in InitializeHalDeviceContext()
/aosp12/frameworks/av/services/camera/libcameraservice/common/
H A DCameraProviderManager.h115 virtual sp<hardware::camera::provider::V2_4::ICameraProvider> tryGetService(
134 virtual sp<hardware::camera::provider::V2_4::ICameraProvider> tryGetService( in tryGetService() function
136 return hardware::camera::provider::V2_4::ICameraProvider::tryGetService(serviceName); in tryGetService()
/aosp12/frameworks/hardware/interfaces/stats/1.0/test_client/
H A DStatsClient.cpp61 android::sp<IStats> client = IStats::tryGetService(); in main()
/aosp12/frameworks/av/media/libstagefright/omx/1.0/
H A DOmxStore.cpp158 return IOmx::tryGetService(omxName); in getOmx()
/aosp12/hardware/nxp/nfc/pn8x/halimpl/src/adaptation/
H A DEseAdaptation.cpp195 mHalNxpEse = INxpEse::tryGetService(); in InitializeHalDeviceContext()
/aosp12/packages/services/Car/service/jni/evs/
H A DEvsServiceContext.cpp88 sp<IEvsEnumerator> service = IEvsEnumerator::tryGetService(EvsServiceContext::kServiceName); in initialize()
/aosp12/hardware/nxp/secure_element/snxxx/ese-clients/src/
H A DeSEClient.cpp227 mHalNxpNfc = INxpNfc::tryGetService(); in eSEClientUpdate_ThreadHandler()
/aosp12/packages/services/Car/cpp/powerpolicy/server/src/
H A DCarPowerPolicyServer.cpp592 sp<IVehicle> vhalService = IVehicle::tryGetService(); in connectToVhalHelper()
/aosp12/frameworks/av/services/camera/libcameraservice/tests/
H A DCameraProviderManagerTest.cpp237 virtual sp<hardware::camera::provider::V2_4::ICameraProvider> tryGetService( in tryGetService() function
/aosp12/frameworks/native/services/vibratorservice/
H A DVibratorHalWrapper.cpp487 sp<I> newHandle = I::tryGetService(); in tryReconnect()
/aosp12/packages/services/Car/cpp/watchdog/server/src/
H A DWatchdogProcessService.cpp710 mVhalService = IVehicle::tryGetService(); in connectToVhalLocked()

12