Home
last modified time | relevance | path

Searched defs:max_size (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Support/
DAllocators.h229 size_type max_size() const { return m_AllocatedNum; } in max_size() function
340 size_type max_size() const throw() { return size_t(-1) / sizeof(DataType); } in max_size() function
372 size_type max_size() const throw() { return size_t(-1) / sizeof(void*); } in max_size() function
/frameworks/av/media/libstagefright/
DSampleTable.cpp591 status_t SampleTable::getMaxSampleSize(size_t *max_size) { in getMaxSampleSize()
DMPEG4Extractor.cpp1598 size_t max_size; in parseChunk() local
3669 size_t max_size = tmp; in start() local
4842 int32_t max_size; in fragmentedRead() local
/frameworks/opt/net/wifi/service/lib/
Dwifi_hal_stub.cpp40 wifi_error wifi_get_concurrency_matrix_stub(wifi_interface_handle handle, int max_size, in wifi_get_concurrency_matrix_stub()