Home
last modified time | relevance | path

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

/system/libhidl/libhidlcache/include/hidlcache/
DMemoryDealer.h45 static size_t getAllocationAlignment();
/system/libhidl/libhidlcache/
DMemoryDealer.cpp58 static size_t getAllocationAlignment() { return kMemoryAlign; } in getAllocationAlignment() function in android::hardware::SimpleBestFitAllocator
102 size_t MemoryDealer::getAllocationAlignment() { in getAllocationAlignment() function in android::hardware::MemoryDealer
103 return SimpleBestFitAllocator::getAllocationAlignment(); in getAllocationAlignment()