Home
last modified time | relevance | path

Searched refs:impl (Results 1 – 25 of 224) sorted by relevance

123456789

/system/core/libutils/binder/
DRefBase.cpp558 weakref_impl* const impl = static_cast<weakref_impl*>(this); in incWeak() local
559 impl->addWeakRef(id); in incWeak()
560 const int32_t c __unused = impl->mWeak.fetch_add(1, in incWeak()
567 weakref_impl* const impl = static_cast<weakref_impl*>(this); in incWeakRequireWeak() local
568 impl->addWeakRef(id); in incWeakRequireWeak()
569 const int32_t c __unused = impl->mWeak.fetch_add(1, in incWeakRequireWeak()
576 weakref_impl* const impl = static_cast<weakref_impl*>(this); in decWeak() local
577 impl->removeWeakRef(id); in decWeak()
578 const int32_t c = impl->mWeak.fetch_sub(1, std::memory_order_release); in decWeak()
584 int32_t flags = impl->mFlags.load(std::memory_order_relaxed); in decWeak()
[all …]
/system/tools/hidl/test/hidl_test/
DAndroid.bp66 "android.hardware.tests.foo@1.0-impl",
67 "android.hardware.tests.bar@1.0-impl",
68 "android.hardware.tests.baz@1.0-impl",
69 "android.hardware.tests.hash@1.0-impl",
70 "android.hardware.tests.inheritance@1.0-impl",
71 "android.hardware.tests.memory@1.0-impl",
72 "android.hardware.tests.multithread@1.0-impl",
73 "android.hardware.tests.trie@1.0-impl",
74 "android.hardware.tests.safeunion.cpp@1.0-impl",
75 "android.hardware.tests.safeunion@1.0-impl",
/system/libvintf/
DHostFileSystem.cpp28 std::unique_ptr<FileSystem>&& impl) in HostFileSystem() argument
29 : HostFileSystem(dirmap, missingError, impl.get()) { in HostFileSystem()
30 mImplUniq = std::move(impl); in HostFileSystem()
33 HostFileSystem::HostFileSystem(const Dirmap& dirmap, status_t missingError, FileSystem* impl) in HostFileSystem() argument
34 : mDirMap(dirmap), mMissingError(missingError), mImpl(impl) {} in HostFileSystem()
/system/tools/hidl/test/cpp_impl_test/
DAndroid.bp20 cmd: "$(location hidl-gen) -o $(genDir) -Lc++-impl-headers android.hardware.tests.foo@1.0 && " +
22 "-Lc++-impl-headers hidl.tests.vendor.android@1.0",
43 cmd: "$(location hidl-gen) -o $(genDir) -Lc++-impl-sources android.hardware.tests.foo@1.0 && " +
45 "-Lc++-impl-sources hidl.tests.vendor.android@1.0",
/system/libbase/include/android-base/
Dresult.h326 namespace impl {
358 std::enable_if_t<impl::IsNumeric<impl::Code<T>>>
403 : public impl::NumericConversions<Result<T, E, include_message>> {
405 using Err = impl::ErrorType<V>;
406 using C = impl::Code<V>;
408 OkOrFail(Err&& v): impl::NumericConversions<V>{std::move(v)} {}
434 operator Result<std::conditional_t<impl::IsNumeric<C>, impl::Never, C>, E, include_message>()
438 operator Result<std::conditional_t<impl::IsNumeric<C>, impl::Never, C>, E, include_message>() && {
448 template <impl::Universal U>
452 template <impl::Universal U>
/system/unwinding/libunwindstack/offline_files/bluetooth_arm64/pc_1/
Doutput.txt4 …#03 pc 0000000000750ec8 libbluetooth.so (bluetooth::hci::LeScanningManager::impl::handle_extended…
5 …#04 pc 000000000074f48c libbluetooth.so (bluetooth::hci::LeScanningManager::impl::handle_scan_res…
6 …eScanningManager::impl::*)(bluetooth::hci::LeMetaEventView), base::internal::UnretainedWrapper<blu…
/system/core/trusty/keymaster/include/trusty_keymaster/
DTrustySecureClock.h29 explicit TrustySecureClock(std::shared_ptr<::keymaster::TrustyKeymaster> impl) in TrustySecureClock() argument
30 : impl_(std::move(impl)) {} in TrustySecureClock()
DTrustySharedSecret.h28 explicit TrustySharedSecret(std::shared_ptr<::keymaster::TrustyKeymaster> impl) in TrustySharedSecret() argument
29 : impl_(std::move(impl)) {} in TrustySharedSecret()
/system/libfmq/benchmarks/
DAndroid.mk31 LOCAL_REQUIRED_MODULES := android.hardware.tests.msgq@1.0-impl
34 LOCAL_REQUIRED_MODULES += android.hardware.tests.msgq@1.0-impl:32
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DBnDeprecated.h32 explicit IDeprecatedDelegator(const std::shared_ptr<IDeprecated> &impl) : _impl(impl) { in IDeprecatedDelegator() argument
DBnNewName.h32 explicit INewNameDelegator(const std::shared_ptr<INewName> &impl) : _impl(impl) { in INewNameDelegator() argument
DBnOldName.h32 explicit IOldNameDelegator(const std::shared_ptr<IOldName> &impl) : _impl(impl) { in IOldNameDelegator() argument
DBnNamedCallback.h32 explicit INamedCallbackDelegator(const std::shared_ptr<INamedCallback> &impl) : _impl(impl) { in INamedCallbackDelegator() argument
DBnCircular.h32 explicit ICircularDelegator(const std::shared_ptr<ICircular> &impl) : _impl(impl) { in ICircularDelegator() argument
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DBnDeprecated.h32 explicit IDeprecatedDelegator(const std::shared_ptr<IDeprecated> &impl) : _impl(impl) { in IDeprecatedDelegator() argument
DBnNamedCallback.h32 explicit INamedCallbackDelegator(const std::shared_ptr<INamedCallback> &impl) : _impl(impl) { in INamedCallbackDelegator() argument
DBnOldName.h32 explicit IOldNameDelegator(const std::shared_ptr<IOldName> &impl) : _impl(impl) { in IOldNameDelegator() argument
DBnNewName.h32 explicit INewNameDelegator(const std::shared_ptr<INewName> &impl) : _impl(impl) { in INewNameDelegator() argument
DBnCircular.h32 explicit ICircularDelegator(const std::shared_ptr<ICircular> &impl) : _impl(impl) { in ICircularDelegator() argument
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBnDeprecated.h24 explicit IDeprecatedDelegator(const ::android::sp<IDeprecated> &impl) : _aidl_delegate(impl) {} in IDeprecatedDelegator() argument
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBnDeprecated.h24 explicit IDeprecatedDelegator(const ::android::sp<IDeprecated> &impl) : _aidl_delegate(impl) {} in IDeprecatedDelegator() argument
/system/tools/aidl/tests/golden_output/aidl-test-versioned-interface-V1-ndk-source/gen/include/aidl/android/aidl/versioned/tests/
DBnFooInterface.h35 explicit IFooInterfaceDelegator(const std::shared_ptr<IFooInterface> &impl) : _impl(impl) { in IFooInterfaceDelegator() argument
37 if (!impl->getInterfaceVersion(&_impl_ver).isOk()) {; in IFooInterfaceDelegator()
/system/tools/aidl/tests/golden_output/frozen/aidl-test-versioned-interface-V1-ndk-source/gen/include/aidl/android/aidl/versioned/tests/
DBnFooInterface.h35 explicit IFooInterfaceDelegator(const std::shared_ptr<IFooInterface> &impl) : _impl(impl) { in IFooInterfaceDelegator() argument
37 if (!impl->getInterfaceVersion(&_impl_ver).isOk()) {; in IFooInterfaceDelegator()
/system/tools/aidl/tests/golden_output/frozen/aidl-test-versioned-interface-V3-ndk-source/gen/include/aidl/android/aidl/versioned/tests/
DBnFooInterface.h35 explicit IFooInterfaceDelegator(const std::shared_ptr<IFooInterface> &impl) : _impl(impl) { in IFooInterfaceDelegator() argument
37 if (!impl->getInterfaceVersion(&_impl_ver).isOk()) {; in IFooInterfaceDelegator()
/system/tools/aidl/tests/golden_output/aidl-test-versioned-interface-V2-ndk-source/gen/include/aidl/android/aidl/versioned/tests/
DBnFooInterface.h35 explicit IFooInterfaceDelegator(const std::shared_ptr<IFooInterface> &impl) : _impl(impl) { in IFooInterfaceDelegator() argument
37 if (!impl->getInterfaceVersion(&_impl_ver).isOk()) {; in IFooInterfaceDelegator()

123456789