Searched defs:mBufferSizeInFrames (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/include/private/media/
H A DAudioTrackShared.h182 volatile uint32_t mBufferSizeInFrames; // effective size of the buffer member in struct:android::audio_track_cblk_t
321 uint32_t getBufferSizeInFrames() const { return mBufferSizeInFrames; }
339 // This is a copy of mCblk->mBufferSizeInFrames
340 uint32_t mBufferSizeInFrames; // effective size of the buffer member in class:android::ClientProxy
530 return android_atomic_acquire_load((int32_t *)&mCblk->mBufferSizeInFrames);

Completed in 151 milliseconds