- socket
- The Socket whose FileDescriptor is used to create a new ParcelFileDescriptor.
Documentation for this section has not yet been entered.
Create a new ParcelFileDescriptor from the specified Socket. The new ParcelFileDescriptor holds a dup of the original FileDescriptor in the Socket, so you must still close the Socket as well as the new ParcelFileDescriptor.