/system/core/libutils/binder/ |
D | RefBase.cpp | 558 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/ |
D | Android.bp | 66 "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/ |
D | HostFileSystem.cpp | 28 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/ |
D | Android.bp | 20 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/ |
D | result.h | 326 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/ |
D | output.txt | 4 …#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/ |
D | TrustySecureClock.h | 29 explicit TrustySecureClock(std::shared_ptr<::keymaster::TrustyKeymaster> impl) in TrustySecureClock() argument 30 : impl_(std::move(impl)) {} in TrustySecureClock()
|
D | TrustySharedSecret.h | 28 explicit TrustySharedSecret(std::shared_ptr<::keymaster::TrustyKeymaster> impl) in TrustySharedSecret() argument 29 : impl_(std::move(impl)) {} in TrustySharedSecret()
|
/system/libfmq/benchmarks/ |
D | Android.mk | 31 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/ |
D | BnDeprecated.h | 32 explicit IDeprecatedDelegator(const std::shared_ptr<IDeprecated> &impl) : _impl(impl) { in IDeprecatedDelegator() argument
|
D | BnNewName.h | 32 explicit INewNameDelegator(const std::shared_ptr<INewName> &impl) : _impl(impl) { in INewNameDelegator() argument
|
D | BnOldName.h | 32 explicit IOldNameDelegator(const std::shared_ptr<IOldName> &impl) : _impl(impl) { in IOldNameDelegator() argument
|
D | BnNamedCallback.h | 32 explicit INamedCallbackDelegator(const std::shared_ptr<INamedCallback> &impl) : _impl(impl) { in INamedCallbackDelegator() argument
|
D | BnCircular.h | 32 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/ |
D | BnDeprecated.h | 32 explicit IDeprecatedDelegator(const std::shared_ptr<IDeprecated> &impl) : _impl(impl) { in IDeprecatedDelegator() argument
|
D | BnNamedCallback.h | 32 explicit INamedCallbackDelegator(const std::shared_ptr<INamedCallback> &impl) : _impl(impl) { in INamedCallbackDelegator() argument
|
D | BnOldName.h | 32 explicit IOldNameDelegator(const std::shared_ptr<IOldName> &impl) : _impl(impl) { in IOldNameDelegator() argument
|
D | BnNewName.h | 32 explicit INewNameDelegator(const std::shared_ptr<INewName> &impl) : _impl(impl) { in INewNameDelegator() argument
|
D | BnCircular.h | 32 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/ |
D | BnDeprecated.h | 24 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/ |
D | BnDeprecated.h | 24 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/ |
D | BnFooInterface.h | 35 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/ |
D | BnFooInterface.h | 35 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/ |
D | BnFooInterface.h | 35 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/ |
D | BnFooInterface.h | 35 explicit IFooInterfaceDelegator(const std::shared_ptr<IFooInterface> &impl) : _impl(impl) { in IFooInterfaceDelegator() argument 37 if (!impl->getInterfaceVersion(&_impl_ver).isOk()) {; in IFooInterfaceDelegator()
|