Searched defs:capacity (Results 1 – 10 of 10) sorted by relevance
| /device/google/cuttlefish/host/commands/health/ |
| D | health.cpp | 64 int capacity() { in capacity() function
|
| /device/generic/goldfish-opengl/android-emu/aemu/base/containers/ |
| D | SmallVector.h | 105 size_type capacity() const { return mCapacity; } in capacity() function 173 void init(iterator begin, iterator end, size_type capacity) { in init()
|
| /device/generic/goldfish-opengl/android-emu/aemu/base/synchronization/ |
| D | AndroidMessageChannel.cpp | 21 MessageChannelBase::MessageChannelBase(size_t capacity) : mCapacity(capacity) {} in MessageChannelBase()
|
| D | AndroidMessageChannel.h | 202 constexpr size_t capacity() const { return CAPACITY; } in capacity() function
|
| /device/generic/goldfish/audio/ |
| D | ring_buffer.h | 37 size_t capacity() const { return mCapacity; } in capacity() function
|
| D | ring_buffer.cpp | 26 RingBuffer::RingBuffer(size_t capacity) in RingBuffer()
|
| /device/generic/goldfish/dhcp/common/include/ |
| D | message.h | 66 size_t capacity() const { return sizeof(dhcpData); } in capacity() function
|
| /device/generic/goldfish-opengl/system/codecs/c2/decoders/base/ |
| D | SimpleC2Component.cpp | 152 fetchLinearBlock(uint32_t capacity, C2MemoryUsage usage, in fetchLinearBlock() 162 fetchCircularBlock(uint32_t capacity, C2MemoryUsage usage, in fetchCircularBlock()
|
| /device/generic/goldfish-opengl/android-emu/aemu/base/ |
| D | address_space.h | 57 int capacity; member
|
| /device/generic/goldfish-opengl/system/profiler/ |
| D | perfetto.cpp | 2160 #define ANNOTATE_NEW_BUFFER(buffer, capacity, new_size) \ argument 2166 #define ANNOTATE_DELETE_BUFFER(buffer, capacity, old_size) \ argument 2172 #define ANNOTATE_CHANGE_SIZE(buffer, capacity, old_size, new_size) \ argument 2184 #define ANNOTATE_NEW_BUFFER(buffer, capacity, new_size) argument 2185 #define ANNOTATE_DELETE_BUFFER(buffer, capacity, old_size) argument 2186 #define ANNOTATE_CHANGE_SIZE(buffer, capacity, old_size, new_size) argument 39327 size_t capacity = 0; in OnTraceData() local 46240 size_t capacity() const { return capacity_; } in capacity() function in perfetto::base::CircularQueue 62863 size_t capacity() const { return capacity_; } in capacity() function in perfetto::ipc::BufferedFrameDeserializer
|