Home
last modified time | relevance | path

Searched refs:mReadCounterAddress (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libaaudio/src/fifo/
DFifoControllerIndirect.h41 , mReadCounterAddress((std::atomic<fifo_counter_t> *) readCounterAddress) in FifoControllerIndirect()
51 return mReadCounterAddress->load(std::memory_order_acquire); in getReadCounter()
55 mReadCounterAddress->store(count, std::memory_order_release); in setReadCounter()
67 std::atomic<fifo_counter_t> * mReadCounterAddress;
/frameworks/av/services/oboeservice/
DSharedMemoryWrapper.cpp55 mReadCounterAddress = (android::fifo_counter_t*) mCounterMemoryAddress; in SharedMemoryWrapper()
90 bytesPerFrame, capacityInFrames, mReadCounterAddress, in setupFifoBuffer()
DSharedMemoryWrapper.h79 android::fifo_counter_t* mReadCounterAddress = nullptr; variable