Home
last modified time | relevance | path

Searched refs:Capacity (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
Dthread_local_buffer.h42 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_;
Dmessage_buffer.h14 template <typename Slot, std::size_t Capacity = 4096, typename T = std::uint8_t,
16 using MessageBuffer = ThreadLocalBuffer<T, Allocator, Capacity, Slot>;
Dpayload.h68 std::size_t Capacity() const { return buffer_.capacity(); } in Capacity() function
Dremote_method.h355 reply_payload.Resize(reply_payload.Capacity());
419 reply_payload.Resize(reply_payload.Capacity());
/frameworks/native/libs/ftl/
Dsmall_map_test.cpp192 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/
Dnative_frame.h62 int Capacity() { in Capacity() function
/frameworks/av/media/libaaudio/fuzzer/
DREADME.md22 11. Buffer Capacity In Frames (parameter name: `frames`)
/frameworks/base/media/mca/filterfw/jni/
Djni_native_frame.cpp271 return frame ? frame->Capacity() : -1; in Java_android_filterfw_core_NativeFrame_getNativeCapacity()