Searched refs:sendReplyWithData (Results 1 – 1 of 1) sorted by relevance
378 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