Searched refs:Capacity (Results 1 – 8 of 8) sorted by relevance
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/ |
D | thread_local_buffer.h | 42 std::size_t Capacity = InitialBufferCapacity, 67 static BufferType& GetBuffer(std::size_t capacity = Capacity) { 78 Reserve(Capacity); in GetEmptyBuffer() 85 static BufferType& GetSizedBuffer(std::size_t size = Capacity) { 125 template <typename T, typename Allocator, std::size_t Capacity, typename Slot> 127 typename ThreadLocalBuffer<T, Allocator, Capacity, Slot>::BufferType* 128 ThreadLocalBuffer<T, Allocator, Capacity, Slot>::buffer_;
|
D | message_buffer.h | 14 template <typename Slot, std::size_t Capacity = 4096, typename T = std::uint8_t, 16 using MessageBuffer = ThreadLocalBuffer<T, Allocator, Capacity, Slot>;
|
D | payload.h | 68 std::size_t Capacity() const { return buffer_.capacity(); } in Capacity() function
|
D | remote_method.h | 355 reply_payload.Resize(reply_payload.Capacity()); 419 reply_payload.Resize(reply_payload.Capacity());
|
/frameworks/native/libs/ftl/ |
D | small_map_test.cpp | 192 template <typename Capacity> 194 static constexpr std::size_t kCapacity = Capacity{}(); 198 using Capacity = std::integral_constant<std::size_t, N>; typedef 200 using Capacities = testing::Types<Capacity<3>, Capacity<0>>;
|
/frameworks/base/media/mca/filterfw/native/core/ |
D | native_frame.h | 62 int Capacity() { in Capacity() function
|
/frameworks/av/media/libaaudio/fuzzer/ |
D | README.md | 22 11. Buffer Capacity In Frames (parameter name: `frames`)
|
/frameworks/base/media/mca/filterfw/jni/ |
D | jni_native_frame.cpp | 271 return frame ? frame->Capacity() : -1; in Java_android_filterfw_core_NativeFrame_getNativeCapacity()
|