Home
last modified time | relevance | path

Searched refs:sendReplyWithData (Results 1 – 1 of 1) sorted by relevance

/cts/suite/audio_quality/client/src/com/android/cts/audiotest/
DAudioProtocol.java378 sendReplyWithData( in handleStartRecording()
439 sendReplyWithData(CMD_GET_DEVICE_INFO, PROTOCOL_OK, data.length, data); in handleGetDeviceInfo()
451 sendReplyWithData(command, errorCode, 0, null); in sendSimpleReplyHeader()
454 … private void sendReplyWithData(int cmd, int errorCode, int len, byte[] data) throws IOException { in sendReplyWithData() method in AudioProtocol