/system/chre/platform/include/chre/platform/ |
D | atomic.h | 55 return load(); 63 bool load() const; 112 return load(); in uint32_t() 120 uint32_t load() const;
|
/system/chre/platform/freertos/include/chre/target_platform/ |
D | atomic_base_impl.h | 33 inline bool AtomicBool::load() const { in load() function 34 return mAtomic.load(); in load() 54 inline uint32_t AtomicUint32::load() const { in load() function 55 return mAtomic.load(); in load()
|
/system/chre/platform/linux/include/chre/target_platform/ |
D | atomic_base_impl.h | 32 inline bool AtomicBool::load() const { in load() function 33 return mAtomic.load(); in load() 52 inline uint32_t AtomicUint32::load() const { in load() function 53 return mAtomic.load(); in load()
|
/system/bt/service/client/ |
D | main.cc | 134 if (showing_prompt.load()) cout << CLEAR_LINE << "\r"; in BeginAsyncOut() 139 if (showing_prompt.load()) in EndAsyncOut() 476 if (ble_advertiser_registering.load()) { in HandleRegisterBLEAdvertiser() 481 if (ble_advertiser_id.load() != invalid_advertiser_id) { in HandleRegisterBLEAdvertiser() 504 if (ble_advertiser_id.load() == invalid_advertiser_id) { in HandleUnregisterBLEAdvertiser() 516 ble_advertiser_iface->UnregisterAdvertiser(ble_advertiser_id.load()); in HandleUnregisterBLEAdvertiser() 524 if (ble_registering.load()) { in HandleRegisterBLE() 529 if (ble_client_id.load()) { in HandleRegisterBLE() 550 if (!ble_client_id.load()) { in HandleUnregisterBLE() 562 ble_iface->UnregisterClient(ble_client_id.load()); in HandleUnregisterBLE() [all …]
|
/system/libhwbinder/ |
D | Binder.cpp | 93 Extras* e = mExtras.load(std::memory_order_acquire); in isRequestingSid() 99 Extras* e = mExtras.load(std::memory_order_acquire); in setRequestingSid() 175 Extras* e = mExtras.load(std::memory_order_acquire); in findObject() 184 Extras* e = mExtras.load(std::memory_order_acquire); in detachObject() 198 Extras* e = mExtras.load(std::memory_order_relaxed); in ~BHwBinder() 212 Extras* e = mExtras.load(std::memory_order_acquire); in getOrCreateExtras() 249 if (!(mState.load(std::memory_order_relaxed)&kRemoteAcquired)) { in ~BpHwRefBase()
|
/system/core/libutils/ |
D | RefBase.cpp | 241 addRef(&mStrongRefs, id, mStrong.load(std::memory_order_relaxed)); in addStrongRef() 250 addRef(&mStrongRefs, id, -mStrong.load(std::memory_order_relaxed)); in removeStrongRef() 262 addRef(&mWeakRefs, id, mWeak.load(std::memory_order_relaxed)); in addWeakRef() 269 addRef(&mWeakRefs, id, -mWeak.load(std::memory_order_relaxed)); in removeWeakRef() 473 int32_t flags = refs->mFlags.load(std::memory_order_relaxed); in decStrong() 521 return mRefs->mStrong.load(std::memory_order_relaxed); in getStrongCount() 557 int32_t flags = impl->mFlags.load(std::memory_order_relaxed); in decWeak() 563 if (impl->mStrong.load(std::memory_order_relaxed) in decWeak() 591 int32_t curCount = impl->mStrong.load(std::memory_order_relaxed); in attemptIncStrong() 611 int32_t flags = impl->mFlags.load(std::memory_order_relaxed); in attemptIncStrong() [all …]
|
/system/unwinding/libunwindstack/benchmarks/ |
D | thread_unwind_benchmarks.cpp | 33 while (!done->load()) { in ThreadCall6() 65 while (tid.load() == 0) { in BM_thread_unwind() 74 unwinder.UnwindWithSignal(SIGRTMIN, tid.load()); in BM_thread_unwind()
|
/system/unwinding/libunwindstack/tests/ |
D | UnwindTest.cpp | 79 while (!g_finish.load()) { in SignalHandler() 153 while (!g_finish.load()) { in InnerFunction() 373 if (tid.load() != 0) { in TEST_F() 378 ASSERT_NE(0, tid.load()); in TEST_F() 379 ASSERT_EQ(0, tgkill(getpid(), tid.load(), SIGUSR1)) << "Error: " << strerror(errno); in TEST_F() 384 ucontext = reinterpret_cast<void*>(g_ucontext.load()); in TEST_F() 499 while (tid.load() == 0) in TEST_F() 520 while (tid.load() == 0) in TEST_F() 550 while (!start_unwinding.load()) in CreateUnwindThread() 583 while (g_waiters.load() != 1) in TEST_F() [all …]
|
/system/chre/platform/slpi/include/chre/target_platform/ |
D | atomic_base_impl.h | 39 inline bool AtomicBool::load() const { in load() function 62 inline uint32_t AtomicUint32::load() const { in load() function
|
/system/unwinding/libunwindstack/ |
D | MapInfo.cpp | 288 int64_t cur_load_bias = load_bias().load(); in GetLoadBias() 317 ElfFields* elf_fields = elf_fields_.load(); in ~MapInfo() 319 delete elf_fields->build_id_.load(); in ~MapInfo() 325 SharedString* id = build_id().load(); in GetBuildID() 368 ElfFields* elf_fields = elf_fields_.load(std::memory_order_acquire); in GetElfFields()
|
D | AndroidVersions.md | 29 * Fix bug (b/109824792) that handled load bias data incorrectly when 33 load. The real fix was to use the bias from the actual section data and 39 the p\_vaddr value from the program header minus the load bias was used 41 it doesn't require any load bias manipulations. 104 * Fix bug where the load bias was set from the first PT\_LOAD program 112 * Fix bug in load bias handling. If the unwind information in the eh\_frame
|
/system/extras/simpleperf/ |
D | RecordReadThread.cpp | 39 size_t write_head = write_head_.load(std::memory_order_relaxed); in GetFreeSize() 40 size_t read_head = read_head_.load(std::memory_order_relaxed); in GetFreeSize() 49 size_t write_head = write_head_.load(std::memory_order_relaxed); in AllocWriteSpace() 50 size_t read_head = read_head_.load(std::memory_order_acquire); in AllocWriteSpace() 74 size_t write_head = write_head_.load(std::memory_order_relaxed); in FinishWrite() 80 size_t write_head = write_head_.load(std::memory_order_acquire); in GetCurrentRecord() 81 size_t read_head = read_head_.load(std::memory_order_relaxed); in GetCurrentRecord() 102 size_t read_head = read_head_.load(std::memory_order_relaxed); in MoveToNextRecord() 620 if (!has_data_notification_.load(std::memory_order_relaxed)) { in SendDataNotificationToMainThread()
|
/system/bt/gd/rust/shim/src/ |
D | init_flags.rs | 4 fn load(flags: Vec<String>); in load() function
|
/system/extras/perf2cfg/ |
D | pylintrc | 4 load-plugins=pylint.extensions.docparams
|
/system/security/keystore2/src/ |
D | watchdog.rs | 314 assert_eq!(0, hit_count.load(atomic::Ordering::Relaxed)); in test_watchdog() 316 assert_eq!(1, hit_count.load(atomic::Ordering::Relaxed)); in test_watchdog() 318 assert_eq!(2, hit_count.load(atomic::Ordering::Relaxed)); in test_watchdog() 321 assert_eq!(2, hit_count.load(atomic::Ordering::Relaxed)); in test_watchdog()
|
/system/bt/gd/hci/ |
D | address_pybind11_type_caster.h | 40 bool load(handle src, bool) {
|
D | class_of_device_pybind11_type_caster.h | 40 bool load(handle src, bool) {
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | vendor_misc_writer.te | 10 # load DT fstab.
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | vendor_misc_writer.te | 10 # load DT fstab.
|
/system/chre/host/common/ |
D | st_hal_lpma_handler.cc | 75 bool StHalLpmaHandler::load() { in load() function in android::chre::StHalLpmaHandler 151 } else if (mTargetLpmaEnabled && load()) { in waitOnStHalRequestAndProcess()
|
/system/sepolicy/prebuilts/api/31.0/public/ |
D | vendor_misc_writer.te | 10 # load DT fstab.
|
/system/sepolicy/public/ |
D | vendor_misc_writer.te | 10 # load DT fstab.
|
/system/apex/apexer/ |
D | conv_apex_manifest.py | 42 obj = json.load(f, object_pairs_hook=collections.OrderedDict) 57 obj = json.load(f, object_pairs_hook=collections.OrderedDict)
|
/system/core/libutils/include/utils/ |
D | LightRefBase.h | 54 return mCount.load(std::memory_order_relaxed); in getStrongCount()
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | mediaextractor.te | 35 # scan extractor library directory to dynamically load extractors 42 # Allow extractor to load media extractor plugins from update apk.
|