Searched refs:owningDevice (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDLib/
H A DIOHIDQueueClass.h81 void setOwningDevice (IOHIDDeviceClass * owningDevice) { fOwningDevice = owningDevice; }; argument
H A DIOHIDTransactionClass.h78 void setOwningDevice (IOHIDDeviceClass * owningDevice) { fOwningDevice = owningDevice; }; argument
/macosx-10.10.1/OpenAL-54/Source/OpenAL/
H A DoalImp.cpp1163 OALDevice *owningDevice = ProtectDeviceObject(deviceForThisContext); local
1164 if (owningDevice)
1166 owningDevice->StopGraph(); // if there are no context's there is no reason for the device's graph to be running
1167 ReleaseDeviceObject(owningDevice);

Completed in 375 milliseconds