Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
Dbuffer_wrapper.h80 size_type max_size() const { return capacity_; } in max_size() function
133 size_type max_size() const { return buffer_.capacity(); } in max_size() function
Darray_wrapper.h80 size_type max_size() const { return capacity_; } in max_size() function
Dstring_wrapper.h86 size_type max_size() const { return capacity_; } in max_size() function
/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/native/include/ftl/
Dsmall_map.h110 size_type max_size() const { return map_.max_size(); } in max_size() function
Dsmall_vector.h126 DISPATCH(size_type, max_size, const) in DISPATCH() argument
Dstatic_vector.h228 static constexpr size_type max_size() { return N; } in max_size() function
/frameworks/av/media/extractors/mp4/
DSampleTable.cpp593 status_t SampleTable::getMaxSampleSize(size_t *max_size) { in getMaxSampleSize()
DMPEG4Extractor.cpp2218 size_t max_size; in parseChunk() local
5249 size_t max_size = tmp; in start() local
6833 int32_t max_size; in fragmentedRead() local
/frameworks/base/services/core/jni/
Dcom_android_server_pm_PackageManagerShellCommandDataLoader.cpp156 static inline bool skipBytes(borrowed_fd fd, int* max_size) { in skipBytes()
168 int max_size = INCFS_MAX_SIGNATURE_SIZE - sizeof(version); in skipIdSigHeaders() local
/frameworks/opt/net/wifi/libwifi_hal/
Dhal_tool.cpp45 int max_size, feature_set* matrix, in wifi_get_concurrency_matrix_stub()