Home
last modified time | relevance | path

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

/system/chre/platform/linux/include/chre/target_platform/
Datomic_base_impl.h36 inline void AtomicBool::store(bool desired) { in store()
40 inline bool AtomicBool::exchange(bool desired) { in exchange()
56 inline void AtomicUint32::store(uint32_t desired) { in store()
60 inline uint32_t AtomicUint32::exchange(uint32_t desired) { in exchange()
/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/freertos/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()
/system/media/audio_utils/fuzz/sndfile_fuzzer/
Dsndfile_fuzzer.cpp63 const void *ptr, sf_count_t desired) { in sfReadfWithType()
/system/unwinding/libunwindstack/
DMapInfo.cpp373 std::unique_ptr<ElfFields> desired(new ElfFields()); in GetElfFields() local
/system/libhwbinder/
DParcel.cpp1768 status_t Parcel::restartWrite(size_t desired) in restartWrite()
1820 status_t Parcel::continueWrite(size_t desired) in continueWrite()