Searched defs:NativeCommandBuffer (Results 1 – 1 of 1) sorted by relevance
55 class NativeCommandBuffer { class57 NativeCommandBuffer(int sourceFd): mEnd(0), mNext(0), mLinesLeft(0), mFd(sourceFd) {} in NativeCommandBuffer() function in android::NativeCommandBuffer