Home
last modified time | relevance | path

Searched defs:desired (Results 1 – 13 of 13) sorted by relevance

/system/chre/platform/tinysys/include/chre/target_platform/
Datomic_base_impl.h37 inline void AtomicBool::store(bool desired) { in store()
41 inline bool AtomicBool::exchange(bool desired) { in exchange()
58 inline void AtomicUint32::store(uint32_t desired) { in store()
62 inline uint32_t AtomicUint32::exchange(uint32_t desired) { in exchange()
Datomic_base.h77 bool swap(bool desired) { in swap()
94 uint32_t swap(uint32_t desired) { in swap()
/system/chre/platform/arm/include/chre/target_platform/
Datomic_base_impl.h37 inline void AtomicBool::store(bool desired) { in store()
41 inline bool AtomicBool::exchange(bool desired) { in exchange()
58 inline void AtomicUint32::store(uint32_t desired) { in store()
62 inline uint32_t AtomicUint32::exchange(uint32_t desired) { in exchange()
Datomic_base.h174 bool swap(bool desired) { in swap()
191 uint32_t swap(uint32_t desired) { in swap()
/system/chre/platform/slpi/include/chre/target_platform/
Datomic_base_impl.h44 inline void AtomicBool::store(bool desired) { in store()
48 inline bool AtomicBool::exchange(bool desired) { in exchange()
67 inline void AtomicUint32::store(uint32_t desired) { in store()
71 inline uint32_t AtomicUint32::exchange(uint32_t desired) { in exchange()
/system/chre/platform/zephyr/include/chre/target_platform/
Datomic_base_impl.h38 inline void AtomicBool::store(bool desired) { in store()
42 inline bool AtomicBool::exchange(bool desired) { in exchange()
58 inline void AtomicUint32::store(uint32_t desired) { in store()
62 inline uint32_t AtomicUint32::exchange(uint32_t desired) { in exchange()
/system/chre/platform/linux/include/chre/target_platform/
Datomic_base_impl.h35 inline void AtomicBool::store(bool desired) { in store()
39 inline bool AtomicBool::exchange(bool desired) { in exchange()
54 inline void AtomicUint32::store(uint32_t desired) { in store()
58 inline uint32_t AtomicUint32::exchange(uint32_t desired) { in exchange()
/system/media/audio_utils/fuzz/sndfile_fuzzer/
Dsndfile_fuzzer.cpp63 const void *ptr, sf_count_t desired) { in sfReadfWithType()
/system/unwinding/libunwindstack/
DMapInfo.cpp450 std::unique_ptr<ElfFields> desired(new ElfFields()); in GetElfFields() local
/system/media/audio_utils/include/audio_utils/
Dmutex.h462 constexpr unordered_atomic(T desired = {}) : t_(desired) {} in t_() argument
/system/libhwbinder/
DParcel.cpp1737 status_t Parcel::continueWrite(size_t desired) in continueWrite()
/system/cros-codecs/src/backend/v4l2/
Dencoder.rs437 let desired: i32 = value.into(); in apply_ctrl() localVariable
/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h20847 enum pkvm_page_state desired; member