Searched refs:getAllocationAlignment (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/include/binder/
H A DMemoryDealer.h45 static size_t getAllocationAlignment();
/frameworks/native/libs/binder/include/binder/
H A DMemoryDealer.h45 static size_t getAllocationAlignment();
/frameworks/native/libs/binder/
H A DMemoryDealer.cpp138 static size_t getAllocationAlignment() { return kMemoryAlign; } function in class:android::SimpleBestFitAllocator
270 size_t MemoryDealer::getAllocationAlignment() function in class:android::MemoryDealer
272 return SimpleBestFitAllocator::getAllocationAlignment();
/frameworks/av/media/libstagefright/foundation/
H A DMediaBufferGroup.cpp53 size_t alignment = MemoryDealer::getAllocationAlignment();
/frameworks/av/media/libstagefright/
H A DACodecBufferChannel.cpp291 [alignment = MemoryDealer::getAllocationAlignment()]
297 [alignment = MemoryDealer::getAllocationAlignment()]
H A DACodec.cpp880 size_t alignment = MemoryDealer::getAllocationAlignment();
/frameworks/base/media/jni/
H A Dandroid_media_MediaDescrambler.cpp119 size_t alignment = MemoryDealer::getAllocationAlignment();
/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp822 size_t alignment = MemoryDealer::getAllocationAlignment();

Completed in 594 milliseconds