HomeSort by relevance Sort by last modified time
    Searched refs:android_atomic_and (Results 1 - 11 of 11) sorted by null

  /frameworks/native/services/surfaceflinger/
MessageQueue.cpp 66 android_atomic_and(~eventMaskInvalidate, &mEventMask);
70 android_atomic_and(~eventMaskRefresh, &mEventMask);
Layer.cpp     [all...]
SurfaceFlinger.cpp     [all...]
SurfaceFlinger_hwc1.cpp     [all...]
  /system/core/libcutils/include/cutils/
atomic.h 113 int32_t android_atomic_and(int32_t value, volatile int32_t* addr) function
  /frameworks/av/media/libaudioclient/
AudioTrackShared.cpp 150 int32_t flags = android_atomic_and(~CBLK_INTERRUPT, &cblk->mFlags);
274 int32_t old = android_atomic_and(~CBLK_FUTEX_WAKE, &cblk->mFutex);
412 return (android_atomic_and(~CBLK_STREAM_END_DONE, &mCblk->mFlags) & CBLK_STREAM_END_DONE) != 0;
442 int32_t flags = android_atomic_and(~(CBLK_INTERRUPT|CBLK_STREAM_END_DONE), &cblk->mFlags);
500 int32_t old = android_atomic_and(~CBLK_FUTEX_WAKE, &cblk->mFutex);
    [all...]
AudioTrack.cpp 636 int32_t flags = android_atomic_and(~(CBLK_STREAM_END_DONE | CBLK_DISABLED), &mCblk->mFlags);
    [all...]
AudioRecord.cpp     [all...]
  /frameworks/av/services/audioflinger/
Tracks.cpp 694 android_atomic_and(~CBLK_FORCEREADY, &mCblk->mFlags);
    [all...]
  /frameworks/base/core/jni/
android_util_Binder.cpp 157 android_atomic_and(0, &gNumRefsCreated);
    [all...]
  /frameworks/av/services/camera/libcameraservice/api1/
CameraClient.cpp 776 android_atomic_and(~msgType, &mMsgEnabled);
    [all...]

Completed in 348 milliseconds