Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/include/binder/
DMemoryDealer.h45 static size_t getAllocationAlignment();
/frameworks/native/libs/binder/
DMemoryDealer.cpp138 static size_t getAllocationAlignment() { return kMemoryAlign; } in getAllocationAlignment() function in android::SimpleBestFitAllocator
270 size_t MemoryDealer::getAllocationAlignment() in getAllocationAlignment() function in android::MemoryDealer
272 return SimpleBestFitAllocator::getAllocationAlignment(); in getAllocationAlignment()
/frameworks/av/media/libstagefright/
DACodecBufferChannel.cpp340 [alignment = MemoryDealer::getAllocationAlignment()] in setInputBufferArray()
346 [alignment = MemoryDealer::getAllocationAlignment()] in setInputBufferArray()
/frameworks/av/media/libstagefright/foundation/
DMediaBufferGroup.cpp71 size_t alignment = MemoryDealer::getAllocationAlignment(); in init()
/frameworks/base/media/jni/
Dandroid_media_MediaDescrambler.cpp181 size_t alignment = MemoryDealer::getAllocationAlignment(); in ensureBufferCapacity()
/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.cpp915 align(capacity, MemoryDealer::getAllocationAlignment()) in start()