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

/frameworks/av/services/oboeservice/
H A DSharedRingBuffer.cpp50 mDataMemorySizeInBytes = bytesPerFrame * capacityInFrames;
51 mSharedMemorySizeInBytes = mDataMemorySizeInBytes + (2 * (sizeof(fifo_counter_t)));
94 mDataMemorySizeInBytes,
H A DSharedRingBuffer.h58 int32_t mDataMemorySizeInBytes = 0; member in class:aaudio::SharedRingBuffer

Completed in 92 milliseconds