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

/libcore/ojluni/src/main/native/
H A DPlainDatagramSocketImpl.c71 static jfieldID pdsi_fdID; variable
132 jobject fdObj = (*env)->GetObjectField(env, this, pdsi_fdID);
151 pdsi_fdID = (*env)->GetFieldID(env, cls, "fd",
153 CHECK_NULL(pdsi_fdID);
194 jobject fdObj = (*env)->GetObjectField(env, this, pdsi_fdID);
259 jobject fdObj = (*env)->GetObjectField(env, this, pdsi_fdID);
300 jobject fdObj = (*env)->GetObjectField(env, this, pdsi_fdID);
371 jobject fdObj = (*env)->GetObjectField(env, this, pdsi_fdID);
503 jobject fdObj = (*env)->GetObjectField(env, this, pdsi_fdID);
591 jobject fdObj = (*env)->GetObjectField(env, this, pdsi_fdID);
[all...]

Completed in 34 milliseconds