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

  /frameworks/av/media/libnbaio/
MonoPipe.cpp 54 mUpdateSeq(0),
256 // take place before the change to mUpdateSeq is commited..
257 int32_t tmp = mUpdateSeq | 0x80000000;
258 android_atomic_acquire_store(tmp, &mUpdateSeq);
266 // and then store it in mUpdateSeq using an atomic store with a "release"
270 android_atomic_release_store(tmp, &mUpdateSeq);
289 seqOne = android_atomic_acquire_load(&mUpdateSeq);
292 seqTwo = android_atomic_release_load(&mUpdateSeq);
  /frameworks/av/include/media/nbaio/
MonoPipe.h 113 volatile int32_t mUpdateSeq;

Completed in 4361 milliseconds