Searched defs:pMsg (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_net_LocalSocketImpl.cpp456 static int socket_process_cmsg(JNIEnv *env, jobject thisJ, struct msghdr * pMsg) argument
460 for (cmsgptr = CMSG_FIRSTHDR(pMsg);
461 cmsgptr != NULL; cmsgptr = CMSG_NXTHDR(pMsg, cmsgptr)) {

Completed in 672 milliseconds