Home
last modified time | relevance | path

Searched refs:n_buffer (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/jni/
Dcom_android_internal_os_ZygoteCommandBuffer.cpp300 NativeCommandBuffer* n_buffer = reinterpret_cast<NativeCommandBuffer*>(j_buffer); in com_android_internal_os_ZygoteCommandBuffer_freeNativeBuffer() local
301 n_buffer->~NativeCommandBuffer(); in com_android_internal_os_ZygoteCommandBuffer_freeNativeBuffer()
302 if (munmap(n_buffer, sizeof(NativeCommandBuffer)) != 0) { in com_android_internal_os_ZygoteCommandBuffer_freeNativeBuffer()
311 NativeCommandBuffer* n_buffer = reinterpret_cast<NativeCommandBuffer*>(j_buffer); in com_android_internal_os_ZygoteCommandBuffer_nativeGetCount() local
313 return n_buffer->getCount(fail_fn); in com_android_internal_os_ZygoteCommandBuffer_nativeGetCount()
319 NativeCommandBuffer* n_buffer = reinterpret_cast<NativeCommandBuffer*>(j_buffer); in com_android_internal_os_ZygoteCommandBuffer_insert() local
322 n_buffer->insert(cstring, lineLen); in com_android_internal_os_ZygoteCommandBuffer_insert()
329 NativeCommandBuffer* n_buffer = reinterpret_cast<NativeCommandBuffer*>(j_buffer); in com_android_internal_os_ZygoteCommandBuffer_nativeNextArg() local
330 auto fail_fn = std::bind(ZygoteFailure, env, n_buffer->niceNameAddr(), nullptr, _1); in com_android_internal_os_ZygoteCommandBuffer_nativeNextArg()
331 auto line = n_buffer->readLine(fail_fn); in com_android_internal_os_ZygoteCommandBuffer_nativeNextArg()
[all …]