Home
last modified time | relevance | path

Searched refs:load (Results 1 – 25 of 163) sorted by relevance

1234567

/system/chre/platform/include/chre/platform/
Datomic.h55 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/
Datomic_base_impl.h33 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/
Datomic_base_impl.h32 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/
Dmain.cc134 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/
DBinder.cpp93 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/
DRefBase.cpp241 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/
Dthread_unwind_benchmarks.cpp33 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/
DUnwindTest.cpp79 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/
Datomic_base_impl.h39 inline bool AtomicBool::load() const { in load() function
62 inline uint32_t AtomicUint32::load() const { in load() function
/system/unwinding/libunwindstack/
DMapInfo.cpp288 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()
DAndroidVersions.md29 * 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/
DRecordReadThread.cpp39 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/
Dinit_flags.rs4 fn load(flags: Vec<String>); in load() function
/system/extras/perf2cfg/
Dpylintrc4 load-plugins=pylint.extensions.docparams
/system/security/keystore2/src/
Dwatchdog.rs314 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/
Daddress_pybind11_type_caster.h40 bool load(handle src, bool) {
Dclass_of_device_pybind11_type_caster.h40 bool load(handle src, bool) {
/system/sepolicy/prebuilts/api/30.0/public/
Dvendor_misc_writer.te10 # load DT fstab.
/system/sepolicy/prebuilts/api/29.0/public/
Dvendor_misc_writer.te10 # load DT fstab.
/system/chre/host/common/
Dst_hal_lpma_handler.cc75 bool StHalLpmaHandler::load() { in load() function in android::chre::StHalLpmaHandler
151 } else if (mTargetLpmaEnabled && load()) { in waitOnStHalRequestAndProcess()
/system/sepolicy/prebuilts/api/31.0/public/
Dvendor_misc_writer.te10 # load DT fstab.
/system/sepolicy/public/
Dvendor_misc_writer.te10 # load DT fstab.
/system/apex/apexer/
Dconv_apex_manifest.py42 obj = json.load(f, object_pairs_hook=collections.OrderedDict)
57 obj = json.load(f, object_pairs_hook=collections.OrderedDict)
/system/core/libutils/include/utils/
DLightRefBase.h54 return mCount.load(std::memory_order_relaxed); in getStrongCount()
/system/sepolicy/prebuilts/api/28.0/public/
Dmediaextractor.te35 # scan extractor library directory to dynamically load extractors
42 # Allow extractor to load media extractor plugins from update apk.

1234567