OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAllocationAlignment
(Results
1 - 4
of
4
) sorted by null
/frameworks/native/include/binder/
MemoryDealer.h
45
static size_t
getAllocationAlignment
();
/frameworks/native/libs/binder/
MemoryDealer.cpp
138
static size_t
getAllocationAlignment
() { return kMemoryAlign; }
270
size_t MemoryDealer::
getAllocationAlignment
()
272
return SimpleBestFitAllocator::
getAllocationAlignment
();
/frameworks/av/media/libstagefright/foundation/
MediaBufferGroup.cpp
47
size_t alignment = MemoryDealer::
getAllocationAlignment
();
/frameworks/av/media/libstagefright/
ACodec.cpp
831
size_t alignment = MemoryDealer::
getAllocationAlignment
();
[
all
...]
Completed in 103 milliseconds