Home | History | Annotate | Download | only in net

Lines Matching defs:mPfd

550         private final ParcelFileDescriptor mPfd;
574 mPfd = result.fileDescriptor;
583 if (mPfd == null) {
586 return mPfd.getFileDescriptor();
618 mPfd.close();