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

/dalvik/libcore/luni/src/main/native/
H A Dorg_apache_harmony_luni_platform_OSNetworkSystem.cpp2274 static bool initFdSet(JNIEnv* env, jobjectArray fdArray, jint count, fd_set* fdSet, int* maxFd) { argument
2276 jobject fileDescriptor = env->GetObjectArrayElement(fdArray, i);
2302 static bool translateFdSet(JNIEnv* env, jobjectArray fdArray, jint count, fd_set& fdSet, jint* flagArray, size_t offset, jint op) { argument
2304 jobject fileDescriptor = env->GetObjectArrayElement(fdArray, i);

Completed in 121 milliseconds