Lines Matching refs:async
93 virtual status_t dequeueBuffer(int *buf, sp<Fence>* fence, bool async, in dequeueBuffer() argument
97 data.writeInt32(async); in dequeueBuffer()
257 virtual void allocateBuffers(bool async, uint32_t width, uint32_t height, in allocateBuffers() argument
261 data.writeInt32(static_cast<int32_t>(async)); in allocateBuffers()
302 bool async = data.readInt32(); in onTransact() local
309 int result = dequeueBuffer(&buf, &fence, async, w, h, format, usage); in onTransact()
415 bool async = static_cast<bool>(data.readInt32()); in onTransact() local
420 allocateBuffers(async, width, height, format, usage); in onTransact()
439 + sizeof(async) in getFlattenedSize()
459 FlattenableUtils::write(buffer, size, async); in flatten()
473 + sizeof(async); in unflatten()
485 FlattenableUtils::read(buffer, size, async); in unflatten()