Home
last modified time | relevance | path

Searched refs: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
305 return (jlong) new(bufferMem) NativeCommandBuffer(fd); in com_android_internal_os_ZygoteCommandBuffer_getNativeBuffer()
312 NativeCommandBuffer* n_buffer = reinterpret_cast<NativeCommandBuffer*>(j_buffer); in com_android_internal_os_ZygoteCommandBuffer_freeNativeBuffer()
313 n_buffer->~NativeCommandBuffer(); in com_android_internal_os_ZygoteCommandBuffer_freeNativeBuffer()
314 if (munmap(n_buffer, sizeof(NativeCommandBuffer)) != 0) { in com_android_internal_os_ZygoteCommandBuffer_freeNativeBuffer()
323 NativeCommandBuffer* n_buffer = reinterpret_cast<NativeCommandBuffer*>(j_buffer); in com_android_internal_os_ZygoteCommandBuffer_nativeGetCount()
331 NativeCommandBuffer* n_buffer = reinterpret_cast<NativeCommandBuffer*>(j_buffer); in com_android_internal_os_ZygoteCommandBuffer_insert()
341 NativeCommandBuffer* n_buffer = reinterpret_cast<NativeCommandBuffer*>(j_buffer); in com_android_internal_os_ZygoteCommandBuffer_nativeNextArg()
361 NativeCommandBuffer* n_buffer = reinterpret_cast<NativeCommandBuffer*>(j_buffer); in com_android_internal_os_ZygoteCommandBuffer_nativeReadFullyAndReset()
[all …]