Searched refs:il (Results 1 – 3 of 3) sorted by relevance
806 boolean il = (flag & NdefRecord.FLAG_IL) != 0; in parse()813 } else if (inChunk && il) { in parse()826 int idLength = il ? (buffer.get() & 0xFF) : 0; in parse()944 boolean il = mTnf == TNF_EMPTY ? true : mId.length > 0; in writeToByteBuffer()947 (sr ? FLAG_SR : 0) | (il ? FLAG_IL : 0) | mTnf); in writeToByteBuffer()956 if (il) { in writeToByteBuffer()972 boolean il = mTnf == TNF_EMPTY ? true : mId.length > 0; in getByteLength()975 if (il) length += 1; in getByteLength()
111 Mutex::Autolock il(mInterfaceLock); in initialize() local373 Mutex::Autolock il(mInterfaceLock); in disconnectImpl() local427 Mutex::Autolock il(mInterfaceLock); in disconnectImpl() local956 Mutex::Autolock il(mInterfaceLock); in submitRequestsHelper() local1217 Mutex::Autolock il(mInterfaceLock); in clearStreamingRequest() local1243 Mutex::Autolock il(mInterfaceLock); in waitUntilRequestReceived() local1251 Mutex::Autolock il(mInterfaceLock); in createInputStream() local1343 Mutex::Autolock il(mInterfaceLock); in createStream() local1482 Mutex::Autolock il(mInterfaceLock); in getStreamInfo() local1522 Mutex::Autolock il(mInterfaceLock); in setStreamTransform() local[all …]
132 std::lock_guard<std::mutex> il(mInterfaceLock); in dump() local143 std::lock_guard<std::mutex> il(mInterfaceLock); in disconnectImpl() local