Home
last modified time | relevance | path

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

123456

/system/core/trusty/keymaster/include/trusty_keymaster/
DTrustyRemotelyProvisionedComponentDevice.h33 explicit TrustyRemotelyProvisionedComponentDevice(shared_ptr<TrustyKeymaster> impl) in TrustyRemotelyProvisionedComponentDevice()
DTrustySecureClock.h29 explicit TrustySecureClock(std::shared_ptr<::keymaster::TrustyKeymaster> impl) in TrustySecureClock()
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/frozen/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBnDeprecated.h28 explicit IDeprecatedDelegator(const ::android::sp<IDeprecated> &impl) : _aidl_delegate(impl) {} in IDeprecatedDelegator()
DBnNewName.h29 explicit INewNameDelegator(const ::android::sp<INewName> &impl) : _aidl_delegate(impl) {} in INewNameDelegator()
DBnOldName.h29 explicit IOldNameDelegator(const ::android::sp<IOldName> &impl) : _aidl_delegate(impl) {} in IOldNameDelegator()
DBnNamedCallback.h29 …plicit INamedCallbackDelegator(const ::android::sp<INamedCallback> &impl) : _aidl_delegate(impl) {} in INamedCallbackDelegator()
DBnCircular.h30 explicit ICircularDelegator(const ::android::sp<ICircular> &impl) : _aidl_delegate(impl) {} in ICircularDelegator()
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBnDeprecated.h28 explicit IDeprecatedDelegator(const ::android::sp<IDeprecated> &impl) : _aidl_delegate(impl) {} in IDeprecatedDelegator()
DBnOldName.h29 explicit IOldNameDelegator(const ::android::sp<IOldName> &impl) : _aidl_delegate(impl) {} in IOldNameDelegator()
DBnNewName.h29 explicit INewNameDelegator(const ::android::sp<INewName> &impl) : _aidl_delegate(impl) {} in INewNameDelegator()
DBnNamedCallback.h29 …plicit INamedCallbackDelegator(const ::android::sp<INamedCallback> &impl) : _aidl_delegate(impl) {} in INamedCallbackDelegator()
DBnCircular.h30 explicit ICircularDelegator(const ::android::sp<ICircular> &impl) : _aidl_delegate(impl) {} in ICircularDelegator()
/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.h36 explicit IDeprecatedDelegator(const std::shared_ptr<IDeprecated> &impl) : _impl(impl) { in IDeprecatedDelegator()
DBnCircular.h36 explicit ICircularDelegator(const std::shared_ptr<ICircular> &impl) : _impl(impl) { in ICircularDelegator()
DBnNamedCallback.h36 explicit INamedCallbackDelegator(const std::shared_ptr<INamedCallback> &impl) : _impl(impl) { in INamedCallbackDelegator()
DBnNewName.h36 explicit INewNameDelegator(const std::shared_ptr<INewName> &impl) : _impl(impl) { in INewNameDelegator()
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DBnDeprecated.h36 explicit IDeprecatedDelegator(const std::shared_ptr<IDeprecated> &impl) : _impl(impl) { in IDeprecatedDelegator()
DBnOldName.h36 explicit IOldNameDelegator(const std::shared_ptr<IOldName> &impl) : _impl(impl) { in IOldNameDelegator()
DBnCircular.h36 explicit ICircularDelegator(const std::shared_ptr<ICircular> &impl) : _impl(impl) { in ICircularDelegator()
DBnNamedCallback.h36 explicit INamedCallbackDelegator(const std::shared_ptr<INamedCallback> &impl) : _impl(impl) { in INamedCallbackDelegator()
DBnNewName.h36 explicit INewNameDelegator(const std::shared_ptr<INewName> &impl) : _impl(impl) { in INewNameDelegator()
/system/core/libutils/binder/
DRefBase.cpp561 weakref_impl* const impl = static_cast<weakref_impl*>(this); in incWeak() local
570 weakref_impl* const impl = static_cast<weakref_impl*>(this); in incWeakRequireWeak() local
579 weakref_impl* const impl = static_cast<weakref_impl*>(this); in decWeak() local
623 weakref_impl* const impl = static_cast<weakref_impl*>(this); in attemptIncStrong() local
720 weakref_impl* const impl = static_cast<weakref_impl*>(this); in attemptIncWeak() local
851 weakref_impl* const impl = static_cast<weakref_impl*>(ref); in renameRefId() local

123456