Home
last modified time | relevance | path

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

123

/system/core/trusty/keymaster/include/trusty_keymaster/
DTrustySharedSecret.h28 explicit TrustySharedSecret(std::shared_ptr<::keymaster::TrustyKeymaster> impl) in TrustySharedSecret()
DTrustySecureClock.h29 explicit TrustySecureClock(std::shared_ptr<::keymaster::TrustyKeymaster> impl) in TrustySecureClock()
DTrustyRemotelyProvisionedComponentDevice.h33 explicit TrustyRemotelyProvisionedComponentDevice(shared_ptr<TrustyKeymaster> impl) in TrustyRemotelyProvisionedComponentDevice()
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.h20 explicit IDeprecatedDelegator(const ::android::sp<IDeprecated> &impl) : _aidl_delegate(impl) {} in IDeprecatedDelegator()
DBnNamedCallback.h21 …plicit INamedCallbackDelegator(const ::android::sp<INamedCallback> &impl) : _aidl_delegate(impl) {} in INamedCallbackDelegator()
DBnOldName.h21 explicit IOldNameDelegator(const ::android::sp<IOldName> &impl) : _aidl_delegate(impl) {} in IOldNameDelegator()
DBnNewName.h21 explicit INewNameDelegator(const ::android::sp<INewName> &impl) : _aidl_delegate(impl) {} in INewNameDelegator()
DBnCircular.h22 explicit ICircularDelegator(const ::android::sp<ICircular> &impl) : _aidl_delegate(impl) {} in ICircularDelegator()
/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()
DBnOldName.h28 explicit IOldNameDelegator(const std::shared_ptr<IOldName> &impl) : _impl(impl) { in IOldNameDelegator()
DBnCircular.h28 explicit ICircularDelegator(const std::shared_ptr<ICircular> &impl) : _impl(impl) { in ICircularDelegator()
DBnNewName.h28 explicit INewNameDelegator(const std::shared_ptr<INewName> &impl) : _impl(impl) { in INewNameDelegator()
/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-cpp-source/gen/include/android/aidl/tests/nested/
DBnNestedService.h24 …plicit INestedServiceDelegator(const ::android::sp<INestedService> &impl) : _aidl_delegate(impl) {} in INestedServiceDelegator()
DINestedService.h98 explicit ICallbackDelegator(const ::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.cpp559 weakref_impl* const impl = static_cast<weakref_impl*>(this); in incWeak() local
568 weakref_impl* const impl = static_cast<weakref_impl*>(this); in incWeakRequireWeak() local
577 weakref_impl* const impl = static_cast<weakref_impl*>(this); in decWeak() local
618 weakref_impl* const impl = static_cast<weakref_impl*>(this); in attemptIncStrong() local
715 weakref_impl* const impl = static_cast<weakref_impl*>(this); in attemptIncWeak() local
846 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.h29 …explicit IFooInterfaceDelegator(const ::android::sp<IFooInterface> &impl) : _aidl_delegate(impl) {} in IFooInterfaceDelegator()

123