Searched refs:mIn (Results 1 – 2 of 2) sorted by relevance
445 size_t IN = mIn.dataAvail(); in getAndExecuteCommand()447 cmd = mIn.readInt32(); in getAndExecuteCommand()497 if (mIn.dataPosition() >= mIn.dataSize()) { in processPendingDerefs()607 } while (mIn.dataPosition() < mIn.dataSize()); in handlePolledCommands()783 mIn.setDataCapacity(256); in IPCThreadState()810 err = mIn.errorCheck(); in waitForResponse()812 if (mIn.dataAvail() == 0) continue; in waitForResponse()814 cmd = (uint32_t)mIn.readInt32(); in waitForResponse()837 const int32_t result = mIn.readInt32(); in waitForResponse()846 err = mIn.read(&tr, sizeof(tr)); in waitForResponse()[all …]
169 Parcel mIn; variable