Lines Matching full:android_atomic_and
108 int32_t flags = android_atomic_and(~CBLK_INTERRUPT, &cblk->mFlags);
220 int32_t old = android_atomic_and(~CBLK_FUTEX_WAKE, &cblk->mFutex);
369 return (android_atomic_and(~CBLK_STREAM_END_DONE, &mCblk->mFlags) & CBLK_STREAM_END_DONE) != 0;
399 int32_t flags = android_atomic_and(~(CBLK_INTERRUPT|CBLK_STREAM_END_DONE), &cblk->mFlags);
457 int32_t old = android_atomic_and(~CBLK_FUTEX_WAKE, &cblk->mFutex);