Searched refs:index (Results 1 – 2 of 2) sorted by relevance
/libnativehelper/ |
D | libnativehelper_lazy.c | 95 static void BindSymbol(void* handle, const char* name, enum MethodIndex index) { in BindSymbol() argument 99 g_Methods[index] = symbol; in BindSymbol()
|
/libnativehelper/include_jni/ |
D | jni.h | 860 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()
|