| 41 | } |
| 42 | |
| 43 | void Frontend::decryptBatch() { |
| 44 | return _dvbapiData.decryptBatch(); |
| 45 | } |
| 46 | |
| 47 | void Frontend::setBatchData(unsigned char *ptr, int len, int parity, unsigned char *originalPtr) { |
| 48 | _dvbapiData.setBatchData(ptr, len, parity, originalPtr); |
nothing calls this directly
no outgoing calls
no test coverage detected