Searched refs:hasDeviceControl (Results 1 - 2 of 2) sorted by last modified time

/macosx-10.9.5/IOFWDVComponents-207.4.1/
H A DDVIsochComponent.c171 Boolean hasDeviceControl; // does this client have device control? member in struct:IsochComponentInstance
1933 if(ih->hasDeviceControl) {
2152 if(ih->hasDeviceControl) {
2156 ih->hasDeviceControl = false;
2638 if( ih->hasDeviceControl == false && deviceDescriptionPtr->deviceControlInstance != nil)
2640 ih->hasDeviceControl = true;
/macosx-10.9.5/IOFWDVComponents-207.4.1/MacOS9Src/
H A DDVIsochComponent.MacOS9425 Boolean hasDeviceControl; // does this client have device control?
612 if( iGlobals->deviceID && iGlobals->hasDeviceControl) // Close device control
622 iGlobals->hasDeviceControl = false;
1703 if( previousDeviceID && ih->hasDeviceControl)
1713 ih->hasDeviceControl = false;
1766 if( ih->hasDeviceControl == false && deviceDescriptionPtr->deviceControlInstance != nil)
1768 ih->hasDeviceControl = true;

Completed in 140 milliseconds