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

/frameworks/base/voip/jni/rtp/
H A DRtpStream.cpp89 jint dup(JNIEnv *env, jobject thiz) function in namespace:__anon1262
91 int socket = ::dup(env->GetIntField(thiz, gNative));
107 {"dup", "()I", (void *)dup},
/frameworks/base/voip/java/android/net/rtp/
H A DRtpStream.java168 synchronized native int dup(); method in class:RtpStream
/frameworks/base/core/java/android/os/
H A DParcelFileDescriptor.java121 * Create a new ParcelFileDescriptor that is a dup of an existing
126 public static ParcelFileDescriptor dup(FileDescriptor orig) throws IOException { method in class:ParcelFileDescriptor
132 * Create a new ParcelFileDescriptor that is a dup of the existing
137 public ParcelFileDescriptor dup() throws IOException { method in class:ParcelFileDescriptor
138 return dup(getFileDescriptor());
143 * ParcelFileDescriptor holds a dup of the original fd passed in here,
146 * @param fd The native fd that the ParcelFileDescriptor should dup.
149 * for a dup of the given fd.
179 * ParcelFileDescriptor holds a dup of the original FileDescriptor in

Completed in 3294 milliseconds