Searched refs:mCursorIndex (Results 1 – 1 of 1) sorted by relevance
40 private int mCursorIndex; field in MdnsPacketParser131 return mCursorIndex < mMdnsData.length; in hasContent()138 mCursorIndex = position; in setCursor()142 return mCursorIndex; in getCursorOffset()146 mCursorIndex += bytesToSkip; in skipBytes()166 mCursorIndex = OFFSET_DATA_SECTION_START; in moveToDataSection()170 int labelSize = readUint8(mCursorIndex); in pollLabel()171 mCursorIndex++; in pollLabel()172 if (mCursorIndex + labelSize > mMdnsData.length) { in pollLabel()176 String value = new String(mMdnsData, mCursorIndex, labelSize, StandardCharsets.UTF_8); in pollLabel()[all …]