Searched refs:il (Results 1 – 2 of 2) sorted by relevance
803 boolean il = (flag & NdefRecord.FLAG_IL) != 0; in parse()810 } else if (inChunk && il) { in parse()823 int idLength = il ? (buffer.get() & 0xFF) : 0; in parse()941 boolean il = mTnf == TNF_EMPTY ? true : mId.length > 0; in writeToByteBuffer()944 (sr ? FLAG_SR : 0) | (il ? FLAG_IL : 0) | mTnf); in writeToByteBuffer()953 if (il) { in writeToByteBuffer()969 boolean il = mTnf == TNF_EMPTY ? true : mId.length > 0; in getByteLength()972 if (il) length += 1; in getByteLength()
102 Mutex::Autolock il(mInterfaceLock); in initialize() local265 Mutex::Autolock il(mInterfaceLock); in disconnect() local847 Mutex::Autolock il(mInterfaceLock); in submitRequestsHelper() local1219 Mutex::Autolock il(mInterfaceLock); in clearStreamingRequest() local1245 Mutex::Autolock il(mInterfaceLock); in waitUntilRequestReceived() local1253 Mutex::Autolock il(mInterfaceLock); in createInputStream() local1345 Mutex::Autolock il(mInterfaceLock); in createStream() local1481 Mutex::Autolock il(mInterfaceLock); in getStreamInfo() local1521 Mutex::Autolock il(mInterfaceLock); in setStreamTransform() local1553 Mutex::Autolock il(mInterfaceLock); in deleteStream() local[all …]