Home
last modified time | relevance | path

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

/libnativehelper/
Dlibnativehelper_lazy.c95 static void BindSymbol(void* handle, const char* name, enum MethodIndex index) { in BindSymbol() argument
99 g_Methods[index] = symbol; in BindSymbol()
/libnativehelper/include_jni/
Djni.h860 jobject GetObjectArrayElement(jobjectArray array, jsize index) in GetObjectArrayElement()
861 { return functions->GetObjectArrayElement(this, array, index); } in GetObjectArrayElement()
863 void SetObjectArrayElement(jobjectArray array, jsize index, jobject value) in SetObjectArrayElement()
864 { functions->SetObjectArrayElement(this, array, index, value); } in SetObjectArrayElement()