Home
last modified time | relevance | path

Searched defs:ClientBuffer (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/av/media/bufferpool/1.0/
H A DBufferPoolClient.cpp166 int64_t mExpireUs;
167 bool mHasCache;
168 ConnectionId mConnectionId;
169 BufferId mId;
170 native_handle_t *mHandle;
173 void updateExpire() { in updateExpire()
178 ClientBuffer( in ClientBuffer() function
186 ~ClientBuffer() { in ~ClientBuffer()
193 bool expire() const { in expire()
198 bool hasCache() const { in hasCache()
[all …]
/aosp12/frameworks/av/media/bufferpool/2.0/
H A DBufferPoolClient.cpp184 int64_t mExpireUs;
185 bool mHasCache;
187 BufferId mId;
188 native_handle_t *mHandle;
191 void updateExpire() { in updateExpire()
196 ClientBuffer( in ClientBuffer() function
203 ~ClientBuffer() { in ~ClientBuffer()
210 BufferId id() const { in id()
214 bool expire() const { in expire()
219 bool hasCache() const { in hasCache()
[all …]