• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/IOAudioFamily-197.4.2/

Lines Matching refs:workLoop

388 				workLoop = audioEngine->getWorkLoop();
389 if ( workLoop )
391 workLoop->retain();
404 workLoop->addEventSource(commandGate);
637 if ( workLoop )
639 ret = workLoop->runAction(_getNearestStartTimeAction, this, (void *)audioStream, (void *)ioTimeStamp, (void *)(uintptr_t)isInput); // <rdar://7529580>
762 workLoop = audioEngine->getWorkLoop();
763 if ( workLoop )
765 workLoop->retain();
778 workLoop->addEventSource(commandGate);
850 if (workLoop) {
851 workLoop->removeEventSource(commandGate);
858 if (workLoop) {
859 workLoop->release();
860 workLoop = NULL;
970 if (workLoop) {
971 workLoop->removeEventSource(commandGate);
995 if (audioEngine && workLoop && !isInactive()) { // <rdar://7529580>
996 result = workLoop->runAction(_closeClientAction, this); // <rdar://7529580>
1172 if ( workLoop )
1174 result = workLoop->runAction(_registerNotificationAction, this, (void *)port, (void *)(uintptr_t)refCon); // <rdar://7529580>
1340 if ( workLoop )
1342 ret = workLoop->runAction(_registerBufferAction, this, audioStream, &sourceBuffer, (void *)(uintptr_t)bufSizeInBytes, (void *)(uintptr_t)bufferSetID); // <rdar://7529580>
1362 if ( workLoop )
1364 ret = workLoop->runAction(_unregisterBufferAction, this, ( void * ) &sourceBuffer, (void *)(uintptr_t)bufferSetID); // <rdar://7529580>
2463 if ( workLoop )
2465 ret = workLoop->runAction(_startClientAction, this); // <rdar://7529580>
2476 if ( workLoop )
2478 ret = workLoop->runAction(_stopClientAction, this); // <rdar://7529580>
2692 // Must be done on workLoop
2786 if (userClient->workLoop) {
2787 userClient->workLoop->removeEventSource(userClient->commandGate);