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 | 859 jobject GetObjectArrayElement(jobjectArray array, jsize index) in GetObjectArrayElement() 860 { return functions->GetObjectArrayElement(this, array, index); } in GetObjectArrayElement() 862 void SetObjectArrayElement(jobjectArray array, jsize index, jobject value) in SetObjectArrayElement() 863 { functions->SetObjectArrayElement(this, array, index, value); } in SetObjectArrayElement()
|