| 5781 | #pragma mark Other stuff! |
| 5782 | |
| 5783 | void ProxyAudioDevice::monitorUserActivity() { |
| 5784 | { |
| 5785 | CAMutex::Locker outputMutexLocker(outputDeviceMutex); |
| 5786 | updateOutputDeviceStartedState(); |
| 5787 | } |
| 5788 | } |
| 5789 | |
| 5790 | dispatch_queue_t ProxyAudioDevice::AudioOutputDispatchQueue() { |
| 5791 | return audioOutputQueue; |
nothing calls this directly
no outgoing calls
no test coverage detected