Searched refs:readProgram (Results 1 – 2 of 2) sorted by relevance
351 fun readProgram(): ByteArray { in readProgram() method384 val readResult = readProgram() in testReadWriteProgram()424 readProgram() // wait for install completion in testDropPingReply()451 readProgram() // wait for install completion in testDropPingReply()493 readProgram() // wait for install completion in clearApfMemory()505 val readResult = readProgram() in clearApfMemory()538 readProgram() // wait for install completion in testFilterAgeIncreasesBetweenPackets()545 var buffer = ByteBuffer.wrap(readProgram(), counterRegion, 4 /* length */) in testFilterAgeIncreasesBetweenPackets()553 buffer = ByteBuffer.wrap(readProgram(), counterRegion, 4 /* length */) in testFilterAgeIncreasesBetweenPackets()
109 readProgram(parser); in scan()122 private void readProgram(XmlPullParser parser) throws XmlPullParserException, IOException { in readProgram() method in HdHomeRunChannelScan