MCPcopy Create free account
hub / github.com/briankendall/proxy-audio-device / monitorUserActivity

Method monitorUserActivity

proxyAudioDevice/ProxyAudioDevice.cpp:5783–5788  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5781#pragma mark Other stuff!
5782
5783void ProxyAudioDevice::monitorUserActivity() {
5784 {
5785 CAMutex::Locker outputMutexLocker(outputDeviceMutex);
5786 updateOutputDeviceStartedState();
5787 }
5788}
5789
5790dispatch_queue_t ProxyAudioDevice::AudioOutputDispatchQueue() {
5791 return audioOutputQueue;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected