| 68 | } |
| 69 | |
| 70 | void AudioRecordQueue::freeBuffer(void) |
| 71 | { |
| 72 | if (userblock == NULL) return; |
| 73 | release(userblock); |
| 74 | userblock = NULL; |
| 75 | } |
| 76 | |
| 77 | void AudioRecordQueue::update(void) |
| 78 | { |
nothing calls this directly
no outgoing calls
no test coverage detected