Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DTracks.cpp3268 static std::unique_ptr<void, decltype(free)*> allocAligned(size_t alignment, size_t size) in allocAligned() function
3306 mSinkBuffer(allocAligned(32, mFrameCount * mFrameSize)),
3307 mStubBuffer(allocAligned(32, mFrameCount * mFrameSize))