Home
last modified time | relevance | path

Searched defs:RingBuffer (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/com/android/internal/util/
DRingBuffer.java34 public class RingBuffer<T> { class
48 public RingBuffer(Class<T> c, int capacity) { in RingBuffer() method in RingBuffer
61 public RingBuffer(Supplier<T> newItem, IntFunction<T[]> newBacking, int capacity) { in RingBuffer() method in RingBuffer
/frameworks/native/include/input/
DRingBuffer.h53 explicit RingBuffer(size_type capacity) in RingBuffer() function
57 explicit RingBuffer(size_type count, const_reference value) : RingBuffer(count) { in RingBuffer() function
64 RingBuffer(const RingBuffer& other) : RingBuffer(other.capacity()) { in RingBuffer() function
70 RingBuffer(RingBuffer&& other) noexcept { *this = std::move(other); } in RingBuffer() function
/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
Dring_buffer.h21 RingBuffer() { Reset(0); } in RingBuffer() function
23 explicit RingBuffer(size_t capacity) { Reset(capacity); } in RingBuffer() function
/frameworks/base/packages/SystemUI/common/src/com/android/systemui/common/buffer/
DRingBuffer.kt37 class RingBuffer<T>(private val maxSize: Int, private val factory: () -> T) : Iterable<T> { class
/frameworks/base/libs/hwui/utils/
DRingBuffer.h31 RingBuffer() {} in RingBuffer() function
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
DAuthSessionCoordinator.java222 private static class RingBuffer { class in AuthSessionCoordinator
228 RingBuffer(int size) { in RingBuffer() method in AuthSessionCoordinator.RingBuffer
/frameworks/av/media/libmedia/include/media/
DRingBuffer.h174 RingBuffer<T>::RingBuffer(size_t length) : mFrontIdx{0}, mMaxBufferSize{length} {} in RingBuffer() function
/frameworks/native/services/sensorservice/
DRingBuffer.h174 RingBuffer<T>::RingBuffer(size_t length) : mFrontIdx{0}, mMaxBufferSize{length} {} in RingBuffer() function