Home
last modified time | relevance | path

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

12

/system/tools/hidl/test/hidl_test/
DAndroid.bp46 "android.hardware.tests.foo@1.0-impl",
47 "android.hardware.tests.bar@1.0-impl",
48 "android.hardware.tests.baz@1.0-impl",
49 "android.hardware.tests.hash@1.0-impl",
50 "android.hardware.tests.inheritance@1.0-impl",
51 "android.hardware.tests.pointer@1.0-impl",
52 "android.hardware.tests.memory@1.0-impl",
53 "android.hardware.tests.multithread@1.0-impl",
54 "android.hardware.tests.trie@1.0-impl",
55 "android.hardware.tests.safeunion.cpp@1.0-impl",
[all …]
/system/core/libutils/
DRefBase.cpp503 weakref_impl* const impl = static_cast<weakref_impl*>(this); in incWeak() local
504 impl->addWeakRef(id); in incWeak()
505 const int32_t c __unused = impl->mWeak.fetch_add(1, in incWeak()
513 weakref_impl* const impl = static_cast<weakref_impl*>(this); in decWeak() local
514 impl->removeWeakRef(id); in decWeak()
515 const int32_t c = impl->mWeak.fetch_sub(1, std::memory_order_release); in decWeak()
521 int32_t flags = impl->mFlags.load(std::memory_order_relaxed); in decWeak()
527 if (impl->mStrong.load(std::memory_order_relaxed) in decWeak()
537 "before it had a strong reference", impl->mBase); in decWeak()
540 delete impl; in decWeak()
[all …]
/system/libhidl/
DAndroid.bp51 name: "libhidlbase-combined-impl",
54 "libhwbinder-impl-shared-libs",
55 "libhidlbase-impl-shared-libs",
56 "libhidltransport-impl-shared-libs",
60 "libhidlbase-impl-internal",
61 "libhidltransport-impl-internal",
67 defaults: ["libhidlbase-combined-impl"],
75 "libhwbinder-impl-internal",
86 "libhidlbase-combined-impl",
90 "libhwbinder_pgo-impl-internal",
DCleanSpec.mk51 $(call add-clean-step, rm -f $(PRODUCT_OUT)/system/lib/hw/android.hidl.memory@1.0-impl.so)
/system/libhwbinder/
DAndroid.bp54 name: "libhwbinder-impl-shared-libs",
55 defaults: ["libhwbinder-impl-shared-libs-no-vndk-private"],
62 name: "libhwbinder-impl-shared-libs-no-vndk-private",
89 // Used as shared library to provide headers for libhidltransport-impl-internal.
91 name: "libhwbinder-impl-internal",
98 "libhwbinder-impl-shared-libs-no-vndk-private",
113 "libhwbinder-impl-shared-libs",
128 name: "libhwbinder_pgo-impl-internal",
131 "libhwbinder-impl-shared-libs",
/system/libhidl/transport/
DAndroid.bp20 name: "libhidltransport-impl-shared-libs",
41 name: "libhidltransport-impl-internal",
48 "libhidltransport-impl-shared-libs",
52 "libhidlbase-impl-internal",
55 "libhidlbase-impl-internal",
/system/bt/common/
Dmetrics_linux.cc36 struct BluetoothMetricsLogger::impl { struct in bluetooth::common::BluetoothMetricsLogger
37 impl(size_t max_bluetooth_session, size_t max_pair_event, in impl() function
42 : pimpl_(new impl(kMaxNumBluetoothSession, kMaxNumPairEvent, in BluetoothMetricsLogger()
Dmetrics.h277 struct impl;
278 std::unique_ptr<impl> const pimpl_;
/system/libfmq/benchmarks/
DAndroid.mk33 LOCAL_REQUIRED_MODULES := android.hardware.tests.msgq@1.0-impl
36 LOCAL_REQUIRED_MODULES += android.hardware.tests.msgq@1.0-impl$(TARGET_2ND_ARCH_MODULE_SUFFIX)
/system/libhidl/base/
DAndroid.bp16 name: "libhidlbase-impl-shared-libs",
30 name: "libhidlbase-impl-internal",
34 "libhidlbase-impl-shared-libs",
/system/bt/vendor_libs/test_vendor_lib/model/setup/
Ddevice_boutique.cc29 static std::unordered_map<std::string, std::function<std::shared_ptr<Device>()>> impl; in GetMap() local
30 return impl; in GetMap()
/system/tools/hidl/test/impl_test/
DAndroid.bp9 cmd: "$(location hidl-gen) -o $(genDir) -Lc++-impl-headers android.hardware.tests.foo@1.0",
26 cmd: "$(location hidl-gen) -o $(genDir) -Lc++-impl-sources android.hardware.tests.foo@1.0",
/system/tools/hidl/
DREADME.md24 hidl-gen -o output -L c++-impl -r android.hardware:hardware/interfaces -r android.hidl:system/libhi…
30 hidl-gen -o output -L c++-impl android.hardware.nfc@1.0
38 hidl-gen -L c++-impl -r vendor.foo:vendor/foo/interfaces vendor.foo.nfc@1.0
/system/tools/hidl/test/java_test/
DAndroid.bp31 "android.hardware.tests.baz@1.0-impl",
32 "android.hardware.tests.safeunion@1.0-impl",
/system/connectivity/wificond/
Dap_interface_binder.cpp28 ApInterfaceBinder::ApInterfaceBinder(ApInterfaceImpl* impl) in ApInterfaceBinder() argument
29 : impl_{impl}, ap_interface_event_callback_(nullptr) {} in ApInterfaceBinder()
Dclient_interface_binder.cpp38 ClientInterfaceBinder::ClientInterfaceBinder(ClientInterfaceImpl* impl) in ClientInterfaceBinder() argument
39 : impl_(impl) { in ClientInterfaceBinder()
Dap_interface_binder.h34 explicit ApInterfaceBinder(ApInterfaceImpl* impl);
Dclient_interface_binder.h33 explicit ClientInterfaceBinder(ClientInterfaceImpl* impl);
/system/core/healthd/
DAndroid.bp34 "android.hardware.health@2.0-impl",
105 "android.hardware.health@2.0-impl",
DAndroid.mk53 android.hardware.health@2.0-impl \
91 android.hardware.health@2.0-impl \
149 android.hardware.health@2.0-impl \
/system/core/libmemunreachable/
DAllocator.h61 static void deallocate(HeapImpl* impl, void* ptr);
80 HeapImpl* impl = impl_; in make_unique() local
81 return unique_ptr<T>(new (allocate<T>()) T(std::forward<Args>(args)...), [impl](void* ptr) { in make_unique()
83 deallocate(impl, ptr); in make_unique()
/system/hardware/interfaces/suspend/1.0/default/
DSystemSuspendUnitTest.cpp366 MockCallback(MockCallbackImpl* impl) : mImpl(impl), mDisabled(false) {} in MockCallback() argument
389 MockCallbackImpl impl; in TEST_F() local
393 EXPECT_CALL(impl, notifyWakeup).Times(testing::AtLeast(numWakeups)); in TEST_F()
394 sp<MockCallback> cb = new MockCallback(&impl); in TEST_F()
/system/security/keystore/include/keystore/
Dkeystore_concurrency.h90 explicit ProxyLock(Implementation&& impl) : impl_(std::move(impl)) {} in ProxyLock() argument
/system/bt/service/hal/
Dbluetooth_av_interface.cc321 auto impl = std::make_unique<BluetoothAvInterfaceImpl>(); in Initialize() local
322 if (!impl->Initialize()) { in Initialize()
327 g_interface = impl.release(); in Initialize()
Dbluetooth_interface.cc357 std::unique_ptr<BluetoothInterfaceImpl> impl(new BluetoothInterfaceImpl()); in Initialize() local
358 if (!impl->Initialize()) { in Initialize()
363 g_bluetooth_interface = impl.release(); in Initialize()

12