Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/os/
H A DZygoteCommandBuffer.java104 return nativeGetCount(mNativeBuffer); in getCount()
111 private static native int nativeGetCount(long /* NativeCommandBuffer* */ nbuffer); in nativeGetCount() method in ZygoteCommandBuffer
/aosp14/frameworks/base/core/jni/
H A Dcom_android_internal_os_ZygoteCommandBuffer.cpp516 {"nativeGetCount", "(J)I", (void *) METHOD_NAME(nativeGetCount)},