Searched refs:startReply (Results 1 – 1 of 1) sorted by relevance
210 uint32_t startReply[] = { in TEST_F() local229 mTestSocket.setReadExpectation((char*)startReply, sizeof(startReply)); in TEST_F()240 mTestSocket.setReadExpectation((char*)startReply, sizeof(startReply)); in TEST_F()250 mTestSocket.setReadExpectation((char*)startReply, sizeof(startReply)); in TEST_F()275 uint32_t startReply[noSamples/2 + 2 + 3]; in TEST_F() local276 memset(startReply, 0, sizeof(startReply)); in TEST_F()277 startReply[0] = U32_ENDIAN_SWAP((AudioProtocol::ECmdStartRecording & 0xffff) | 0x43210000); in TEST_F()278 startReply[1] = 0; in TEST_F()279 startReply[2] = U32_ENDIAN_SWAP(noSamples * 2); in TEST_F()295 mTestSocket.setReadExpectation((char*)startReply, 12 + noSamples*2); in TEST_F()[all …]