Home
last modified time | relevance | path

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

12

/system/core/libutils/
DRefBase.cpp486 weakref_impl* const impl = static_cast<weakref_impl*>(this); in incWeak() local
487 impl->addWeakRef(id); in incWeak()
488 const int32_t c __unused = impl->mWeak.fetch_add(1, in incWeak()
496 weakref_impl* const impl = static_cast<weakref_impl*>(this); in decWeak() local
497 impl->removeWeakRef(id); in decWeak()
498 const int32_t c = impl->mWeak.fetch_sub(1, std::memory_order_release); in decWeak()
504 int32_t flags = impl->mFlags.load(std::memory_order_relaxed); in decWeak()
510 if (impl->mStrong.load(std::memory_order_relaxed) in decWeak()
520 "before it had a strong reference", impl->mBase); in decWeak()
523 delete impl; in decWeak()
[all …]
/system/tools/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",
/system/libhwbinder/include/hwbinder/
DIInterface.h44 BnInterface(const sp<INTERFACE>& impl);
52 const sp<INTERFACE>& impl) : mImpl(impl) in BnInterface() argument
/system/libhwbinder/vts/performance/
DAndroid.mk34 LOCAL_REQUIRED_MODULES := android.hardware.tests.libhwbinder@1.0-impl
74 LOCAL_REQUIRED_MODULES := android.hardware.tests.libhwbinder@1.0-impl
95 LOCAL_REQUIRED_MODULES := android.hardware.tests.libhwbinder@1.0-impl
/system/core/storaged/include/
Dstoraged_service.h44 BpStoraged(const sp<IBinder>& impl) : BpInterface<IStoraged>(impl){}; in BpStoraged() argument
/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/connectivity/wificond/
Dclient_interface_binder.cpp33 ClientInterfaceBinder::ClientInterfaceBinder(ClientInterfaceImpl* impl) in ClientInterfaceBinder() argument
34 : impl_(impl) { in ClientInterfaceBinder()
Dap_interface_binder.cpp29 ApInterfaceBinder::ApInterfaceBinder(ApInterfaceImpl* impl) : impl_{impl} { in ApInterfaceBinder() argument
Dap_interface_binder.h31 explicit ApInterfaceBinder(ApInterfaceImpl* impl);
Dclient_interface_binder.h32 explicit ClientInterfaceBinder(ClientInterfaceImpl* impl);
/system/tpm/trunks/
Dtpm_state_impl.cc228 [](TpmStateImpl* impl, const TPMU_CAPABILITIES& capability_data) { in CacheTpmProperties() argument
237 impl->tpm_properties_[property.property] = property.value; in CacheTpmProperties()
255 [](TpmStateImpl* impl, const TPMU_CAPABILITIES& capability_data) { in CacheAlgorithmProperties() argument
263 impl->algorithm_properties_[property.alg] = property.alg_properties; in CacheAlgorithmProperties()
/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/tpm/attestation/common/
Dproto_print.py226 impl = """\
250 impl_file.write(impl)
275 impl = """
280 impl_file.write(impl)
/system/bt/osi/include/
Dmetrics.h263 struct impl;
264 std::unique_ptr<impl> const pimpl_;
/system/tools/hidl/test/java_test/
DAndroid.bp18 "android.hardware.tests.baz@1.0-impl",
/system/libfmq/benchmarks/
DAndroid.mk33 android.hardware.tests.msgq@1.0-impl
/system/libhidl/
DCleanSpec.mk51 $(call add-clean-step, rm -f $(PRODUCT_OUT)/system/lib/hw/android.hidl.memory@1.0-impl.so)
/system/libhidl/transport/token/1.0/utils/include/hidl/
DHybridInterface.h184 explicit HpInterface(const sp<IBinder>& impl);
305 const sp<IBinder>& impl) : in HpInterface() argument
306 mImpl(impl.get()), in HpInterface()
307 mBp(new BPINTERFACE(impl)) { in HpInterface()
/system/bt/osi/src/
Dmetrics_linux.cc132 struct BluetoothMetricsLogger::impl { struct in system_bt_osi::BluetoothMetricsLogger
136 BluetoothMetricsLogger::BluetoothMetricsLogger() : pimpl_(new impl) {} in BluetoothMetricsLogger()
Dmetrics.cc226 struct BluetoothMetricsLogger::impl { struct in system_bt_osi::BluetoothMetricsLogger
227 impl(size_t max_bluetooth_session, size_t max_pair_event, in impl() argument
257 : pimpl_(new impl(kMaxNumBluetoothSession, kMaxNumPairEvent, in BluetoothMetricsLogger()
/system/bt/service/hal/
Dbluetooth_interface.cc361 std::unique_ptr<BluetoothInterfaceImpl> impl(new BluetoothInterfaceImpl()); in Initialize() local
362 if (!impl->Initialize()) { in Initialize()
367 g_bluetooth_interface = impl.release(); in Initialize()
/system/libfmq/tests/
DAndroid.mk49 android.hardware.tests.msgq@1.0-impl
/system/libhidl/transport/memory/1.0/default/
DAndroid.bp16 name: "android.hidl.memory@1.0-impl",
/system/sepolicy/vendor/
Dfile_contexts44 /(vendor|system/vendor)/lib(64)?/hw/android\.hardware\.graphics\.mapper@2\.0-impl\.so u:object_r:sa…
45 /(vendor|system/vendor)/lib(64)?/hw/android\.hardware\.renderscript@1\.0-impl\.so u:object_r:sa…
/system/chre/
DAndroid.bp60 name: "android.hardware.contexthub@1.0-impl.generic",

12