Searched refs:n_buffer (Results 1 – 1 of 1) sorted by relevance
300 NativeCommandBuffer* n_buffer = reinterpret_cast<NativeCommandBuffer*>(j_buffer); in com_android_internal_os_ZygoteCommandBuffer_freeNativeBuffer() local301 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() local313 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() local322 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() local330 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 …]