Searched refs:mIn (Results 1 – 3 of 3) sorted by relevance
434 size_t IN = mIn.dataAvail(); in getAndExecuteCommand()436 cmd = mIn.readInt32(); in getAndExecuteCommand()485 if (mIn.dataPosition() >= mIn.dataSize()) { in processPendingDerefs()598 } while (mIn.dataPosition() < mIn.dataSize()); in handlePolledCommands()775 mIn.setDataCapacity(256); in IPCThreadState()800 err = mIn.errorCheck(); in waitForResponse()802 if (mIn.dataAvail() == 0) continue; in waitForResponse()804 cmd = (uint32_t)mIn.readInt32(); in waitForResponse()841 const int32_t result = mIn.readInt32(); in waitForResponse()850 err = mIn.read(&tr, sizeof(tr)); in waitForResponse()[all …]
238 : mBackingFile(android::base::Basename(std::string(backingFile))), mIn(backingFile) {} in Dump()241 if (!mIn) { in run()279 if (metadataOffset >= mIn.tellg()) { in run()280 if (metadataOffset > mIn.tellg()) { in run()281 out() << "gap of " << metadataOffset - mIn.tellg() in run()290 out() << "finished" << (mIn ? "" : " with read errors"); in run()334 mIn.seekg(offset); in dumpBlockmap()336 auto ostream = out() << i << " @ " << hex(mIn.tellg()) << ": [ "; in dumpBlockmap()476 mIn.read((char*)&res, sizeof(res)); in read()482 mIn.seekg(pos); in readAt()[all …]
143 Parcel mIn; variable