Home
last modified time | relevance | path

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

/frameworks/av/media/libaudiohal/impl/
DStreamHalAidl.h98 auto bufferSize = mIsMmapped ? getMmapBurstSize() : mBufferSizeFrames; in getBufferDurationMs()
108 size_t getMmapBurstSize() const { return mMmapBufferDescriptor.burstSizeFrames;} in getMmapBurstSize() function