Home
last modified time | relevance | path

Searched refs:DoNotDestruct (Results 1 – 4 of 4) sorted by relevance

/system/libhidl/transport/
DStatic.cpp31 DoNotDestruct<BnConstructorMap> gBnConstructorMap{};
33 DoNotDestruct<ConcurrentMap<const ::android::hidl::base::V1_0::IBase*,
38 DoNotDestruct<ConcurrentMap<wp<::android::hidl::base::V1_0::IBase>, SchedPrio>> gServicePrioMap{};
39 DoNotDestruct<ConcurrentMap<wp<::android::hidl::base::V1_0::IBase>, bool>> gServiceSidMap{};
42 DoNotDestruct<BsConstructorMap> gBsConstructorMap{};
DInternalStatic.h32 extern DoNotDestruct<BnConstructorMap> gBnConstructorMap;
35 extern DoNotDestruct<BsConstructorMap> gBsConstructorMap;
38 extern DoNotDestruct<ConcurrentMap<wp<::android::hidl::base::V1_0::IBase>, SchedPrio>>
41 extern DoNotDestruct<ConcurrentMap<wp<::android::hidl::base::V1_0::IBase>, bool>> gServiceSidMap;
/system/libhidl/transport/include/hidl/
DStatic.h37 extern DoNotDestruct<ConcurrentMap<const ::android::hidl::base::V1_0::IBase*,
DConcurrentMap.h98 class DoNotDestruct {
100 DoNotDestruct() { new (buffer) T(); } in DoNotDestruct() function