Searched defs:Capacity (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/media/mca/filterfw/native/core/
H A Dnative_frame.h62 int Capacity() { function in class:android::filterfw::NativeFrame
76 // Capacity of data buffer in bytes.
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Dthread_local_buffer.h39 // Slot provides multiple thread local slots for a given T, Allocator, Capacity
42 std::size_t Capacity = InitialBufferCapacity,
67 static BufferType& GetBuffer(std::size_t capacity = Capacity) { argument
73 // Gets a reference to the underlying buffer after reserving |Capacity|
78 Reserve(Capacity);
85 static BufferType& GetSizedBuffer(std::size_t size = Capacity) { argument
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_;
H A Dpayload.h68 std::size_t Capacity() const { return buffer_.capacity(); } function in class:android::pdx::rpc::MessagePayload
/frameworks/ml/nn/driver/cache/nnCache/
H A DnnCache.h35 typedef BlobCache::Capacity Capacity; typedef in class:android::NNCache
/frameworks/ml/nn/driver/cache/BlobCache/
H A DBlobCache.h45 enum class Capacity { class in class:android::BlobCache
63 typedef std::pair<Select, Capacity> Policy;
65 static Policy defaultPolicy() { return Policy(Select::DEFAULT, Capacity::DEFAULT); }
173 // Is this Capacity value one of the *FIT* values?
174 static bool isFit(Capacity capacity);
331 const Capacity mPolicyCapacity;

Completed in 117 milliseconds