Searched refs:mUpdateSeq (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libnbaio/
H A DMonoPipe.cpp35 mUpdateSeq(0),
235 // take place before the change to mUpdateSeq is commited..
236 int32_t tmp = mUpdateSeq | 0x80000000;
237 android_atomic_acquire_store(tmp, &mUpdateSeq);
245 // and then store it in mUpdateSeq using an atomic store with a "release"
249 android_atomic_release_store(tmp, &mUpdateSeq);
268 seqOne = android_atomic_acquire_load(&mUpdateSeq);
271 seqTwo = android_atomic_release_load(&mUpdateSeq);
/frameworks/av/include/media/nbaio/
H A DMonoPipe.h107 volatile int32_t mUpdateSeq; member in class:android::MonoPipe

Completed in 129 milliseconds