Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/jni/
H A Dcom_android_internal_os_ZygoteCommandBuffer.cpp55 class NativeCommandBuffer { class
57 NativeCommandBuffer(int sourceFd): mEnd(0), mNext(0), mLinesLeft(0), mFd(sourceFd) {} in NativeCommandBuffer() function in android::NativeCommandBuffer