Home
last modified time | relevance | path

Searched defs:impl (Results 1 – 25 of 54) sorted by relevance

123

/system/core/trusty/keymaster/include/trusty_keymaster/
DTrustySecureClock.h29 explicit TrustySecureClock(std::shared_ptr<::keymaster::TrustyKeymaster> impl) in TrustySecureClock()
DTrustyRemotelyProvisionedComponentDevice.h33 explicit TrustyRemotelyProvisionedComponentDevice(shared_ptr<TrustyKeymaster> impl) in TrustyRemotelyProvisionedComponentDevice()
DTrustySharedSecret.h28 explicit TrustySharedSecret(std::shared_ptr<::keymaster::TrustyKeymaster> impl) in TrustySharedSecret()
DTrustyKeyMintDevice.h37 explicit TrustyKeyMintDevice(shared_ptr<TrustyKeymaster> impl) : impl_(std::move(impl)) {} in TrustyKeyMintDevice()
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBnDeprecated.h17 explicit IDeprecatedDelegator(::android::sp<IDeprecated> &impl) : _aidl_delegate(impl) {} in IDeprecatedDelegator()
DBnNewName.h18 explicit INewNameDelegator(::android::sp<INewName> &impl) : _aidl_delegate(impl) {} in INewNameDelegator()
DBnOldName.h18 explicit IOldNameDelegator(::android::sp<IOldName> &impl) : _aidl_delegate(impl) {} in IOldNameDelegator()
DBnNamedCallback.h18 explicit INamedCallbackDelegator(::android::sp<INamedCallback> &impl) : _aidl_delegate(impl) {} in INamedCallbackDelegator()
DArrayOfInterfaces.h56 … explicit IEmptyInterfaceDelegator(::android::sp<IEmptyInterface> &impl) : _aidl_delegate(impl) {} in IEmptyInterfaceDelegator()
91 explicit IMyInterfaceDelegator(::android::sp<IMyInterface> &impl) : _aidl_delegate(impl) {} in IMyInterfaceDelegator()
DListOfInterfaces.h56 … explicit IEmptyInterfaceDelegator(::android::sp<IEmptyInterface> &impl) : _aidl_delegate(impl) {} in IEmptyInterfaceDelegator()
91 explicit IMyInterfaceDelegator(::android::sp<IMyInterface> &impl) : _aidl_delegate(impl) {} in IMyInterfaceDelegator()
/system/libvintf/
DHostFileSystem.cpp28 std::unique_ptr<FileSystem>&& impl) in HostFileSystem()
33 HostFileSystem::HostFileSystem(const Dirmap& dirmap, status_t missingError, FileSystem* impl) in HostFileSystem()
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DBnDeprecated.h28 explicit IDeprecatedDelegator(const std::shared_ptr<IDeprecated> &impl) : _impl(impl) { in IDeprecatedDelegator()
DBnNamedCallback.h28 explicit INamedCallbackDelegator(const std::shared_ptr<INamedCallback> &impl) : _impl(impl) { in INamedCallbackDelegator()
DBnNewName.h28 explicit INewNameDelegator(const std::shared_ptr<INewName> &impl) : _impl(impl) { in INewNameDelegator()
DBnOldName.h28 explicit IOldNameDelegator(const std::shared_ptr<IOldName> &impl) : _impl(impl) { in IOldNameDelegator()
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/nested/
DBnNestedService.h20 explicit INestedServiceDelegator(::android::sp<INestedService> &impl) : _aidl_delegate(impl) {} in INestedServiceDelegator()
DINestedService.h87 explicit ICallbackDelegator(::android::sp<ICallback> &impl) : _aidl_delegate(impl) {} in ICallbackDelegator()
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/nested/
DBnNestedService.h29 explicit INestedServiceDelegator(const std::shared_ptr<INestedService> &impl) : _impl(impl) { in INestedServiceDelegator()
/system/core/libutils/
DRefBase.cpp526 weakref_impl* const impl = static_cast<weakref_impl*>(this); in incWeak() local
535 weakref_impl* const impl = static_cast<weakref_impl*>(this); in incWeakRequireWeak() local
544 weakref_impl* const impl = static_cast<weakref_impl*>(this); in decWeak() local
585 weakref_impl* const impl = static_cast<weakref_impl*>(this); in attemptIncStrong() local
682 weakref_impl* const impl = static_cast<weakref_impl*>(this); in attemptIncWeak() local
805 weakref_impl* const impl = static_cast<weakref_impl*>(ref); in renameRefId() local
/system/connectivity/wificond/
Dap_interface_binder.cpp29 ApInterfaceBinder::ApInterfaceBinder(ApInterfaceImpl* impl) in ApInterfaceBinder()
Dclient_interface_binder.cpp38 ClientInterfaceBinder::ClientInterfaceBinder(ClientInterfaceImpl* impl) in ClientInterfaceBinder()
/system/tools/aidl/tests/golden_output/aidl-test-versioned-interface-V1-ndk-source/gen/include/aidl/android/aidl/versioned/tests/
DBnFooInterface.h31 explicit IFooInterfaceDelegator(const std::shared_ptr<IFooInterface> &impl) : _impl(impl) { in IFooInterfaceDelegator()
/system/tools/aidl/tests/java/src/android/aidl/tests/
DDelegatorTests.java37 public Custom(ITestService impl) { super(impl); } in Custom()
/system/security/keystore/include/keystore/
Dkeystore_concurrency.h90 explicit ProxyLock(Implementation&& impl) : impl_(std::move(impl)) {} in ProxyLock()
/system/tools/aidl/tests/golden_output/aidl-test-versioned-interface-V1-cpp-source/gen/include/android/aidl/versioned/tests/
DBnFooInterface.h26 explicit IFooInterfaceDelegator(::android::sp<IFooInterface> &impl) : _aidl_delegate(impl) {} in IFooInterfaceDelegator()

123