Searched refs:isOnline (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/AppleRAID-4.0.6/
H A DAppleRAIDStorageRequest.cpp121 bool isOnline; local
145 isOnline = (uintptr_t)(member) >= 0x1000;
146 index = isOnline ? member->getMemberIndex() : (uintptr_t)member;
149 if (isOnline && memoryDescriptor->configureForMemoryDescriptor(buffer, byteStart, virtIndex)) {
169 bool isOnline; local
191 isOnline = (uintptr_t)(member) >= 0x1000;
192 index = isOnline ? member->getMemberIndex() : (uintptr_t)member;
195 if (isOnline && memoryDescriptor->configureForMemoryDescriptor(buffer, byteStart, virtIndex)) {
H A DAppleRAIDMirrorSet.cpp270 #define isOnline(member) ((UInt32)(member) >= 0x1000) macro
291 if (isOnline((uintptr_t)activeMembers[sort-1]) && distance > distances[sort-1]) break;
307 assert((arActiveCount != arMemberCount) ? (isOffline((uintptr_t)activeMembers[arActiveCount])) : (isOnline((uintptr_t)activeMembers[arMemberCount-1])));
/macosx-10.10/WebCore-7600.1.25/workers/
H A DWorkerGlobalScopeProxy.h61 virtual void notifyNetworkStateChange(bool isOnline) = 0;
H A DWorker.h72 void notifyNetworkStateChange(bool isOnline);
H A DWorkerMessagingProxy.h59 virtual void notifyNetworkStateChange(bool isOnline) override;
H A DWorkerMessagingProxy.cpp206 void WorkerMessagingProxy::notifyNetworkStateChange(bool isOnline) argument
215 toWorkerGlobalScope(&context)->dispatchEvent(Event::create(isOnline ? eventNames().onlineEvent : eventNames().offlineEvent, false, false));
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DJVBuddy.h56 - (BOOL) isOnline;
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DJVBuddy.h56 - (BOOL) isOnline;
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DJVBuddy.h56 - (BOOL) isOnline;
/macosx-10.10/IOAudioFamily-200.6/
H A DIOAudioEngineUserClient.cpp1059 if (isOnline()) {
1083 bool IOAudioEngineUserClient::isOnline() function in class:IOAudioEngineUserClient
1656 if (isOnline()) {
1657 audioDebugIOLog(3, " isOnline adding client \n" );
1676 audioDebugIOLog(3, " !isOnline \n" );
1884 if (isOnline() && (audioEngine->getState() == kIOAudioEngineRunning) && audioEngine->status && ( audioEngine->status->fCurrentLoopCount || audioEngine->status->fLastLoopTime ) ) // <rdar://12879939> Wait for first takeTimeStamp call before allowing audio
1915 audioDebugIOLog(3, "IOAudioEngineUserClient[%p] - AUDIO OFFLINE. online=%d. state=%d. loopCount=%d, lastLoopTime=%d\n", this, isOnline(), audioEngine->getState(), audioEngine->status->fCurrentLoopCount, (unsigned int)audioEngine->status->fLastLoopTime);
2326 if (!isInactive() && isOnline()) {
2579 if (!isOnline()) {
2581 audioDebugIOLog(3, " !isOnline() settin
[all...]
H A DIOAudioEngineUserClient.h242 virtual bool isOnline() AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10;
H A DIOAudioEngine.cpp1084 if (userClient->isOnline()) {
1211 if (userClient->isOnline()) {
/macosx-10.10/IOGraphics-485/IONDRVSupport/
H A DIONDRVFramebuffer.cpp588 uintptr_t isOnline = true; local
589 if ((kIOReturnSuccess != getAttributeForConnection(0, kConnectionCheckEnable, &isOnline))
590 || isOnline || true)
612 online = isOnline;
3962 uintptr_t isOnline, wasOnline = online; local
3964 isOnline = wasOnline;
3965 else if (kIOReturnSuccess != getAttributeForConnection(0, kConnectionCheckEnable, &isOnline))
3966 isOnline = true;
3967 if (isOnline != wasOnline)
3969 online = isOnline;
[all...]

Completed in 138 milliseconds