Searched refs:il (Results 1 – 2 of 2) sorted by relevance
805 boolean il = (flag & NdefRecord.FLAG_IL) != 0; in parse()812 } else if (inChunk && il) { in parse()825 int idLength = il ? (buffer.get() & 0xFF) : 0; in parse()943 boolean il = mTnf == TNF_EMPTY ? true : mId.length > 0; in writeToByteBuffer()946 (sr ? FLAG_SR : 0) | (il ? FLAG_IL : 0) | mTnf); in writeToByteBuffer()955 if (il) { in writeToByteBuffer()971 boolean il = mTnf == TNF_EMPTY ? true : mId.length > 0; in getByteLength()974 if (il) length += 1; in getByteLength()
106 Mutex::Autolock il(mInterfaceLock); in initialize() local339 Mutex::Autolock il(mInterfaceLock); in disconnectImpl() local937 Mutex::Autolock il(mInterfaceLock); in submitRequestsHelper() local1563 Mutex::Autolock il(mInterfaceLock); in clearStreamingRequest() local1589 Mutex::Autolock il(mInterfaceLock); in waitUntilRequestReceived() local1597 Mutex::Autolock il(mInterfaceLock); in createInputStream() local1739 Mutex::Autolock il(mInterfaceLock); in createStream() local1878 Mutex::Autolock il(mInterfaceLock); in getStreamInfo() local1918 Mutex::Autolock il(mInterfaceLock); in setStreamTransform() local1948 Mutex::Autolock il(mInterfaceLock); in deleteStream() local[all …]