Searched refs:mIn (Results 1 – 6 of 6) sorted by relevance
39 private InputStream mIn; field in UlawEncoderInputStream136 mIn = in; in UlawEncoderInputStream()142 if (mIn == null) throw new IllegalStateException("not open"); in read()146 int n = mIn.read(mBuf, mBufCount, Math.min(length * 2, mBuf.length - mBufCount)); in read()176 if (mIn != null) { in close()177 InputStream in = mIn; in close()178 mIn = null; in close()185 return (mIn.available() + mBufCount) / 2; in available()
436 if (mIn.dataPosition() >= mIn.dataSize()) { in joinThreadPool()459 size_t IN = mIn.dataAvail(); in joinThreadPool()461 cmd = mIn.readInt32(); in joinThreadPool()644 mIn.setDataCapacity(256); in IPCThreadState()669 err = mIn.errorCheck(); in waitForResponse()671 if (mIn.dataAvail() == 0) continue; in waitForResponse()673 cmd = mIn.readInt32(); in waitForResponse()696 const int32_t result = mIn.readInt32(); in waitForResponse()705 err = mIn.read(&tr, sizeof(tr)); in waitForResponse()760 const bool needRead = mIn.dataPosition() >= mIn.dataSize(); in talkWithDriver()[all …]
33 InputStream mIn; field in Installer56 mIn = mSocket.getInputStream(); in connect()73 if (mIn != null) in disconnect()74 mIn.close(); in disconnect()83 mIn = null; in disconnect()93 count = mIn.read(buffer, off, len - off); in readBytes()
48 const clang::ParmVarDecl *mIn; variable62 mIn(NULL), mOut(NULL), mUsrData(NULL), in RSExportForEach()83 return (mIn != NULL); in hasIn()
86 mIn = PVD; in validateAndConstructParams()100 if (!mIn && !mOut) { in validateAndConstructParams()177 mMetadataEncoding |= (mIn ? 0x01 : 0); in validateAndConstructParams()282 if (FE->mIn) { in Create()283 const clang::Type *T = FE->mIn->getType().getCanonicalType().getTypePtr(); in Create()
114 Parcel mIn; variable