/system/core/libutils/ |
D | RefBase.cpp | 486 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/ |
D | Android.bp | 46 "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/ |
D | IInterface.h | 44 BnInterface(const sp<INTERFACE>& impl); 52 const sp<INTERFACE>& impl) : mImpl(impl) in BnInterface() argument
|
/system/libhwbinder/vts/performance/ |
D | Android.mk | 34 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/ |
D | storaged_service.h | 44 BpStoraged(const sp<IBinder>& impl) : BpInterface<IStoraged>(impl){}; in BpStoraged() argument
|
/system/tools/hidl/test/impl_test/ |
D | Android.bp | 9 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/ |
D | client_interface_binder.cpp | 33 ClientInterfaceBinder::ClientInterfaceBinder(ClientInterfaceImpl* impl) in ClientInterfaceBinder() argument 34 : impl_(impl) { in ClientInterfaceBinder()
|
D | ap_interface_binder.cpp | 29 ApInterfaceBinder::ApInterfaceBinder(ApInterfaceImpl* impl) : impl_{impl} { in ApInterfaceBinder() argument
|
D | ap_interface_binder.h | 31 explicit ApInterfaceBinder(ApInterfaceImpl* impl);
|
D | client_interface_binder.h | 32 explicit ClientInterfaceBinder(ClientInterfaceImpl* impl);
|
/system/tpm/trunks/ |
D | tpm_state_impl.cc | 228 [](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/ |
D | Allocator.h | 61 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/ |
D | proto_print.py | 226 impl = """\ 250 impl_file.write(impl) 275 impl = """ 280 impl_file.write(impl)
|
/system/bt/osi/include/ |
D | metrics.h | 263 struct impl; 264 std::unique_ptr<impl> const pimpl_;
|
/system/tools/hidl/test/java_test/ |
D | Android.bp | 18 "android.hardware.tests.baz@1.0-impl",
|
/system/libfmq/benchmarks/ |
D | Android.mk | 33 android.hardware.tests.msgq@1.0-impl
|
/system/libhidl/ |
D | CleanSpec.mk | 51 $(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/ |
D | HybridInterface.h | 184 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/ |
D | metrics_linux.cc | 132 struct BluetoothMetricsLogger::impl { struct in system_bt_osi::BluetoothMetricsLogger 136 BluetoothMetricsLogger::BluetoothMetricsLogger() : pimpl_(new impl) {} in BluetoothMetricsLogger()
|
D | metrics.cc | 226 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/ |
D | bluetooth_interface.cc | 361 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/ |
D | Android.mk | 49 android.hardware.tests.msgq@1.0-impl
|
/system/libhidl/transport/memory/1.0/default/ |
D | Android.bp | 16 name: "android.hidl.memory@1.0-impl",
|
/system/sepolicy/vendor/ |
D | file_contexts | 44 /(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/ |
D | Android.bp | 60 name: "android.hardware.contexthub@1.0-impl.generic",
|