Home | History | Annotate | Download | only in gui

Lines Matching full:async

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