/system/core/trusty/keymaster/include/trusty_keymaster/ |
D | TrustySecureClock.h | 29 explicit TrustySecureClock(std::shared_ptr<::keymaster::TrustyKeymaster> impl) in TrustySecureClock()
|
D | TrustyRemotelyProvisionedComponentDevice.h | 33 explicit TrustyRemotelyProvisionedComponentDevice(shared_ptr<TrustyKeymaster> impl) in TrustyRemotelyProvisionedComponentDevice()
|
D | TrustySharedSecret.h | 28 explicit TrustySharedSecret(std::shared_ptr<::keymaster::TrustyKeymaster> impl) in TrustySharedSecret()
|
D | TrustyKeyMintDevice.h | 37 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/ |
D | BnDeprecated.h | 17 explicit IDeprecatedDelegator(::android::sp<IDeprecated> &impl) : _aidl_delegate(impl) {} in IDeprecatedDelegator()
|
D | BnNewName.h | 18 explicit INewNameDelegator(::android::sp<INewName> &impl) : _aidl_delegate(impl) {} in INewNameDelegator()
|
D | BnOldName.h | 18 explicit IOldNameDelegator(::android::sp<IOldName> &impl) : _aidl_delegate(impl) {} in IOldNameDelegator()
|
D | BnNamedCallback.h | 18 explicit INamedCallbackDelegator(::android::sp<INamedCallback> &impl) : _aidl_delegate(impl) {} in INamedCallbackDelegator()
|
D | ArrayOfInterfaces.h | 56 … explicit IEmptyInterfaceDelegator(::android::sp<IEmptyInterface> &impl) : _aidl_delegate(impl) {} in IEmptyInterfaceDelegator() 91 explicit IMyInterfaceDelegator(::android::sp<IMyInterface> &impl) : _aidl_delegate(impl) {} in IMyInterfaceDelegator()
|
D | ListOfInterfaces.h | 56 … 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/ |
D | HostFileSystem.cpp | 28 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/ |
D | BnDeprecated.h | 28 explicit IDeprecatedDelegator(const std::shared_ptr<IDeprecated> &impl) : _impl(impl) { in IDeprecatedDelegator()
|
D | BnNamedCallback.h | 28 explicit INamedCallbackDelegator(const std::shared_ptr<INamedCallback> &impl) : _impl(impl) { in INamedCallbackDelegator()
|
D | BnNewName.h | 28 explicit INewNameDelegator(const std::shared_ptr<INewName> &impl) : _impl(impl) { in INewNameDelegator()
|
D | BnOldName.h | 28 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/ |
D | BnNestedService.h | 20 explicit INestedServiceDelegator(::android::sp<INestedService> &impl) : _aidl_delegate(impl) {} in INestedServiceDelegator()
|
D | INestedService.h | 87 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/ |
D | BnNestedService.h | 29 explicit INestedServiceDelegator(const std::shared_ptr<INestedService> &impl) : _impl(impl) { in INestedServiceDelegator()
|
/system/core/libutils/ |
D | RefBase.cpp | 526 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/ |
D | ap_interface_binder.cpp | 29 ApInterfaceBinder::ApInterfaceBinder(ApInterfaceImpl* impl) in ApInterfaceBinder()
|
D | client_interface_binder.cpp | 38 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/ |
D | BnFooInterface.h | 31 explicit IFooInterfaceDelegator(const std::shared_ptr<IFooInterface> &impl) : _impl(impl) { in IFooInterfaceDelegator()
|
/system/tools/aidl/tests/java/src/android/aidl/tests/ |
D | DelegatorTests.java | 37 public Custom(ITestService impl) { super(impl); } in Custom()
|
/system/security/keystore/include/keystore/ |
D | keystore_concurrency.h | 90 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/ |
D | BnFooInterface.h | 26 explicit IFooInterfaceDelegator(::android::sp<IFooInterface> &impl) : _aidl_delegate(impl) {} in IFooInterfaceDelegator()
|