Home
last modified time | relevance | path

Searched defs:BufferState (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/native/libs/gui/include/gui/
H A DBufferSlot.h33 struct BufferState { struct
36 BufferState() in BufferState() argument
43 uint32_t mDequeueCount;
44 uint32_t mQueueCount;
45 uint32_t mAcquireCount;
46 bool mShared;
108 *this = BufferState(); in reset() argument
113 inline void dequeue() { in dequeue()
127 inline void queue() { in queue()
134 inline void cancel() { in cancel()
[all …]
/aosp12/frameworks/native/libs/binder/
H A DBufferedTextOutput.cpp37 explicit BufferState(int32_t _seq) in BufferState() function
46 ~BufferState() { in ~BufferState()
50 status_t append(const char* txt, size_t len) { in append()
65 void restart() { in restart()
77 const int32_t seq;
78 char* buffer;
79 size_t bufferPos;
80 size_t bufferSize;
81 bool atFront;
82 int32_t indent;
[all …]
/aosp12/system/libhwbinder/
H A DBufferedTextOutput.cpp40 explicit BufferState(int32_t _seq) in BufferState() function
49 ~BufferState() { in ~BufferState()
53 status_t append(const char* txt, size_t len) { in append()
68 void restart() { in restart()
80 const int32_t seq;
81 char* buffer;
82 size_t bufferPos;
83 size_t bufferSize;
84 bool atFront;
85 int32_t indent;
[all …]
/aosp12/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dcow_format.h175 struct BufferState { struct
176 uint8_t read_ahead_state;
/aosp12/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
H A DLVM_Private.h122 LVM_INT16 BufferState; /* Buffer status */ member
/aosp12/bionic/libc/kernel/uapi/drm/
H A Di810_drm.h130 unsigned int BufferState[I810_DEST_SETUP_SIZE]; member