Home
last modified time | relevance | path

Searched defs:numInts (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/core/jni/
H A Dandroid_os_NativeHandle.cpp46 const int numInts = handle->numInts; in MakeJavaNativeHandleObj() local
71 const int numInts = (int) env->GetArrayLength(ints.get()); in MakeCppNativeHandle() local
H A Dandroid_util_StringBlock.cpp132 static const int numInts = sizeof(ResStringPool_span) / sizeof(jint); in android_content_StringBlock_nativeGetStyle() local
/aosp14/system/core/libcutils/
H A Dnative_handle.cpp86 native_handle_t* native_handle_init(char* storage, int numFds, int numInts) { in native_handle_init()
99 native_handle_t* native_handle_create(int numFds, int numInts) { in native_handle_create()
/aosp14/system/core/libcutils/include/cutils/
H A Dnative_handle.h38 int numInts; /* number of ints at &data[numFds] */ member
/aosp14/system/core/libcutils/include_outside_system/cutils/
H A Dnative_handle.h38 int numInts; /* number of ints at &data[numFds] */ member
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_biometrics_SurfaceToNativeHandleConverter.cpp44 size_t numInts = ceil(nhDataByteSize / sizeof(int)) + 1; in convertHalTokenToNativeHandle() local
/aosp14/frameworks/base/core/jni/hwbinder/
H A DEphemeralStorage.cpp75 int numFds, int numInts) { in allocTemporaryNativeHandle()
/aosp14/frameworks/base/media/jni/
H A Dandroid_media_tv_Tuner.cpp523 int numInts = 0; in getLinearBlock() local