Searched defs:desired (Results 1 – 6 of 6) sorted by relevance
36 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()
44 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()
37 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()
63 const void *ptr, sf_count_t desired) { in sfReadfWithType()
373 std::unique_ptr<ElfFields> desired(new ElfFields()); in GetElfFields() local
1768 status_t Parcel::restartWrite(size_t desired) in restartWrite()1820 status_t Parcel::continueWrite(size_t desired) in continueWrite()