Searched refs:_ids (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1081 jlongArray _ids, jobjectArray _names, jintArray _arraySizes)
1083 int fieldCount = _env->GetArrayLength(_ids);
1088 jlong *jIds = _env->GetLongArrayElements(_ids, nullptr);
1119 _env->ReleaseLongArrayElements(_ids, jIds, JNI_ABORT);
1709 nFileA3DGetIndexEntries(JNIEnv *_env, jobject _this, jlong con, jlong fileA3D, jint numEntries, jintArray _ids, jobjectArray _entries) argument
1718 _env->SetIntArrayRegion(_ids, i, 1, (const jint*)&fileEntries[i].classID);
2730 nMeshGetVertices(JNIEnv *_env, jobject _this, jlong con, jlong mesh, jlongArray _ids, jint numVtxIDs) argument
2741 _env->SetLongArrayRegion(_ids, i, 1, &alloc);
1080 nElementCreate2(JNIEnv *_env, jobject _this, jlong con, jlongArray _ids, jobjectArray _names, jintArray _arraySizes) argument
/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp945 jlongArray _ids, jobjectArray _names, jintArray _arraySizes)
947 int fieldCount = _env->GetArrayLength(_ids);
950 jlong *jIds = _env->GetLongArrayElements(_ids, NULL);
973 _env->ReleaseLongArrayElements(_ids, jIds, JNI_ABORT);
944 nElementCreate2(JNIEnv *_env, jobject _this, jlong con, jlongArray _ids, jobjectArray _names, jintArray _arraySizes) argument
/frameworks/rs/
H A DrsHidlAdaptation.cpp251 uint64_t _ids = (uint64_t)(uintptr_t)ids; local

Completed in 107 milliseconds