Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dcom_android_internal_os_ZygoteCommandBuffer.cpp298 jlong j_buffer) { in com_android_internal_os_ZygoteCommandBuffer_freeNativeBuffer() argument
300 NativeCommandBuffer* n_buffer = reinterpret_cast<NativeCommandBuffer*>(j_buffer); in com_android_internal_os_ZygoteCommandBuffer_freeNativeBuffer()
310 jlong j_buffer) { in com_android_internal_os_ZygoteCommandBuffer_nativeGetCount() argument
311 NativeCommandBuffer* n_buffer = reinterpret_cast<NativeCommandBuffer*>(j_buffer); in com_android_internal_os_ZygoteCommandBuffer_nativeGetCount()
317 void com_android_internal_os_ZygoteCommandBuffer_insert(JNIEnv* env, jclass, jlong j_buffer, in com_android_internal_os_ZygoteCommandBuffer_insert() argument
319 NativeCommandBuffer* n_buffer = reinterpret_cast<NativeCommandBuffer*>(j_buffer); in com_android_internal_os_ZygoteCommandBuffer_insert()
328 jlong j_buffer) { in com_android_internal_os_ZygoteCommandBuffer_nativeNextArg() argument
329 NativeCommandBuffer* n_buffer = reinterpret_cast<NativeCommandBuffer*>(j_buffer); in com_android_internal_os_ZygoteCommandBuffer_nativeNextArg()
348 jlong j_buffer) { in com_android_internal_os_ZygoteCommandBuffer_nativeReadFullyAndReset() argument
349 NativeCommandBuffer* n_buffer = reinterpret_cast<NativeCommandBuffer*>(j_buffer); in com_android_internal_os_ZygoteCommandBuffer_nativeReadFullyAndReset()
[all …]