/aosp12/system/security/keystore2/apc_compat/ |
H A D | apc_compat.cpp | 67 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 D | Service.cpp | 31 auto service = blocking ? IDevice::getService(name) : IDevice::tryGetService(name); in getDevice()
|
/aosp12/hardware/interfaces/neuralnetworks/1.0/utils/src/ |
H A D | Service.cpp | 31 auto service = blocking ? IDevice::getService(name) : IDevice::tryGetService(name); in getDevice()
|
/aosp12/hardware/interfaces/neuralnetworks/1.1/utils/src/ |
H A D | Service.cpp | 31 auto service = blocking ? IDevice::getService(name) : IDevice::tryGetService(name); in getDevice()
|
/aosp12/hardware/interfaces/neuralnetworks/1.2/utils/src/ |
H A D | Service.cpp | 31 auto service = blocking ? IDevice::getService(name) : IDevice::tryGetService(name); in getDevice()
|
/aosp12/system/security/keystore/ |
H A D | keystore_get_wifi_hidl.cpp | 42 sp<IKeystore> service = IKeystore::tryGetService(); in keystore_get()
|
/aosp12/hardware/qcom/sm8150/media/libplatformconfig/ |
H A D | PlatformConfig.cpp | 107 conf->mConfigStore = ICapabilityConfigStore::tryGetService(); in getConfigStoreBool()
|
/aosp12/hardware/qcom/sm7250/media/libplatformconfig/ |
H A D | PlatformConfig.cpp | 107 conf->mConfigStore = ICapabilityConfigStore::tryGetService(); in getConfigStoreBool()
|
/aosp12/hardware/nxp/secure_element/snxxx/libese-spi/src/adaptation/ |
H A D | NfcAdaptation.cpp | 49 mHalNxpNfc = INxpNfc::tryGetService(); in Initialize()
|
/aosp12/frameworks/native/cmds/servicemanager/ |
H A D | ServiceManager.cpp | 184 *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 D | ServiceManager.h | 90 sp<IBinder> tryGetService(const std::string& name, bool startIfNotFound);
|
/aosp12/hardware/nxp/secure_element/pn8x/libese-spi/src/adaptation/ |
H A D | NfcAdaptation.cpp | 43 mHalNxpNfc = INxpNfc::tryGetService(); in Initialize()
|
/aosp12/hardware/interfaces/automotive/can/1.0/tools/ |
H A D | canhaldump.cpp | 75 auto bus = ICanBus::tryGetService(busname); in tryOpen()
|
H A D | canhalsend.cpp | 43 auto bus = ICanBus::tryGetService(busname); in tryOpen()
|
/aosp12/hardware/nxp/nfc/snxxx/halimpl/src/adaptation/ |
H A D | EseAdaptation.cc | 182 mHalNxpEse = INxpEse::tryGetService(); in InitializeHalDeviceContext()
|
/aosp12/frameworks/av/services/camera/libcameraservice/common/ |
H A D | CameraProviderManager.h | 115 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 D | StatsClient.cpp | 61 android::sp<IStats> client = IStats::tryGetService(); in main()
|
/aosp12/frameworks/av/media/libstagefright/omx/1.0/ |
H A D | OmxStore.cpp | 158 return IOmx::tryGetService(omxName); in getOmx()
|
/aosp12/hardware/nxp/nfc/pn8x/halimpl/src/adaptation/ |
H A D | EseAdaptation.cpp | 195 mHalNxpEse = INxpEse::tryGetService(); in InitializeHalDeviceContext()
|
/aosp12/packages/services/Car/service/jni/evs/ |
H A D | EvsServiceContext.cpp | 88 sp<IEvsEnumerator> service = IEvsEnumerator::tryGetService(EvsServiceContext::kServiceName); in initialize()
|
/aosp12/hardware/nxp/secure_element/snxxx/ese-clients/src/ |
H A D | eSEClient.cpp | 227 mHalNxpNfc = INxpNfc::tryGetService(); in eSEClientUpdate_ThreadHandler()
|
/aosp12/packages/services/Car/cpp/powerpolicy/server/src/ |
H A D | CarPowerPolicyServer.cpp | 592 sp<IVehicle> vhalService = IVehicle::tryGetService(); in connectToVhalHelper()
|
/aosp12/frameworks/av/services/camera/libcameraservice/tests/ |
H A D | CameraProviderManagerTest.cpp | 237 virtual sp<hardware::camera::provider::V2_4::ICameraProvider> tryGetService( in tryGetService() function
|
/aosp12/frameworks/native/services/vibratorservice/ |
H A D | VibratorHalWrapper.cpp | 487 sp<I> newHandle = I::tryGetService(); in tryReconnect()
|
/aosp12/packages/services/Car/cpp/watchdog/server/src/ |
H A D | WatchdogProcessService.cpp | 710 mVhalService = IVehicle::tryGetService(); in connectToVhalLocked()
|