Searched refs:deviceID (Results 1 - 25 of 28) sorted by relevance

12

/macosx-10.9.5/IOFWDVComponents-207.4.1/MacOS9Src/
H A DDVFamilyLib.c74 NotifyMeWhen now sets deviceID based on passed connectionID.
192 // DVCountDevices, DVGetIndDevice returns a deviceID. If you call DVGetIndDevice
232 OSErr DVCGetDeviceInfo( DVCDeviceID deviceID, DVCDeviceInfoPtr pInfo ) argument
240 // (actually, this could be a connID or a deviceID)
241 error = DVIsValidID( (DVDriverID) deviceID );
245 // for now, the deviceID _is_ the ptr to data
246 pDriverData = (DVDriverDataPtr) deviceID;
280 OSErr DVCGetDeviceName( DVCDeviceID deviceID, char * str ) argument
286 // make sure we've got a valid deviceID
287 error = DVIsValidID( (DVDriverID) deviceID );
308 DVCSetDeviceName( DVCDeviceID deviceID, char * str ) argument
340 DVCOpenDeviceConnection( DVCDeviceID deviceID, DVCDeviceConnectionID *pConnID ) argument
406 DVCGetDeviceClock( DVCDeviceID deviceID, Component *clock ) argument
427 DVCDeviceID deviceID; local
472 DVCDeviceID deviceID; local
[all...]
H A DDVFamily.h246 DVCDeviceID deviceID; // who it's from member in struct:DVCEventHeaderStruct
291 OSErr DVCGetDeviceInfo( DVCDeviceID deviceID, DVCDeviceInfoPtr pInfo );
293 OSErr DVCSetDeviceName( DVCDeviceID deviceID, char * str );
294 OSErr DVCGetDeviceName( DVCDeviceID deviceID, char * str );
296 OSErr DVCOpenDeviceConnection( DVCDeviceID deviceID, DVCDeviceConnectionID *pConnID );
299 OSErr DVCGetDeviceClock( DVCDeviceID deviceID, Component *clock );
H A DDVIsochComponent.MacOS9160 instance to isoch callbacks since the client can change deviceID
170 deviceID to atom tree.
194 format (ntsc or pal). Fixed bug where deviceID could change with
348 IDHDeviceID deviceID; // persistent unique ID for each device
394 IDHDeviceID deviceID;
420 IDHDeviceID deviceID; // persistent unique ID for each device, seed value
486 OSErr findDeviceDescriptionforDevice( IsochComponentInstancePtr ih, UInt32 deviceID, DeviceDescription **deviceDescription);
487 OSErr getDeviceID( QTAtomSpec *configID, UInt32 *deviceID);
491 OSErr postEvent(IsochComponentGlobals* gGlobals, IDHDeviceID deviceID,
503 OSErr updateDeviceList(IsochComponentInstancePtr ih, GDFDeviceEventData *pGDFData, IDHDeviceID *deviceID, Boolea
[all...]
H A DDVFamilyPriv.h62 <10> 11/16/98 SS Added enum and param struct for setting the deviceID in the
161 DVCDeviceID deviceID; member in struct:DVNotificationEntryStruct
262 // for setting the family's deviceID for the driver
/macosx-10.9.5/WebCore-7537.78.1/platform/audio/mac/
H A DAudioSessionMac.cpp41 AudioDeviceID deviceID = kAudioDeviceUnknown; local
42 UInt32 infoSize = sizeof(deviceID);
48 OSStatus result = AudioObjectGetPropertyData(kAudioObjectSystemObject, &defaultOutputDeviceAddress, 0, 0, &infoSize, (void*)&deviceID);
51 return deviceID;
/macosx-10.9.5/IOFWDVComponents-207.4.1/
H A DDVFamily.c83 (note->device == kEveryDVDeviceID || note->device == event->deviceID)) {
137 theEvent.eventHeader.deviceID = (DVDeviceID) index;
262 OSErr DVSetDeviceName( DVDeviceID deviceID, char * str ) argument
264 //printf("DVSetDeviceName(0x%x, %s)\n", deviceID, str);
268 OSErr DVGetDeviceName( DVDeviceID deviceID, char * str ) argument
270 strcpy(str, devices[deviceID].fDevice->fName);
293 OSErr DVOpenDriver( DVDeviceID deviceID, DVDeviceRefNum *pRefNum ) argument
296 device_info *dev = &devices[deviceID];
297 //syslog(LOG_INFO, "DVOpenDriver(0x%x, 0x%x)\n", deviceID, pRefNum);
298 *pRefNum = deviceID;
[all...]
H A DDVFamily.h243 DVDeviceID deviceID; // who it's from member in struct:DVEventHeaderStruct
288 OSErr DVSetDeviceName( DVDeviceID deviceID, char * str );
289 OSErr DVGetDeviceName( DVDeviceID deviceID, char * str );
291 OSErr DVOpenDriver( DVDeviceID deviceID, DVDeviceRefNum *pRefNum );
294 //OSErr DVGetDeviceInfo( DVDeviceID deviceID, DVDeviceInfoPtr pInfo );
295 //OSErr DVGetDeviceClock( DVDeviceID deviceID, Component *clock );
H A DDVIsochComponent.c86 IDHDeviceID deviceID; member in struct:ClientNotification
162 IDHDeviceID deviceID; // current deviceID member in struct:IsochComponentInstance
289 IDHDeviceID clientDeviceID = clientNotification->deviceID;
302 dropEvent.eventHeader.deviceID = (IDHDeviceID)deviceDescriptionPtr;
334 OSStatus findDeviceDescriptionforDevice( IsochComponentInstancePtr ih, UInt32 deviceID, DeviceDescription **deviceDescription) argument
337 *deviceDescription = (DeviceDescriptionPtr)deviceID;
377 static OSStatus getDeviceID( QTAtomSpec *configID, UInt32 *deviceID) argument
382 *deviceID = nil;
387 result = QTGetAtomTypeAndID( configID->container, deviceAtom, nil, (long *) deviceID);
877 postEvent(IsochComponentGlobalsPtr g, IDHDeviceID deviceID, IDHEvent event) argument
[all...]
H A DIsochronousDataHandler.h226 IDHDeviceID deviceID; /* Device which generated event*/ member in struct:IDHEventHeader
440 IDHDeviceID deviceID,
H A DIsochronousDataHandler.i87 priv function. Added deviceID atom. Added deviceTimeout error
302 IDHDeviceID deviceID; // Device which generated event
419 ComponentResult IDHNewNotification(ComponentInstance idh, IDHDeviceID deviceID, IDHNotificationUPP notificationProc, void* userData, IDHNotificationID* notificationID) = ComponentCall(10);
H A DIsochronousDataHandler.k.h88 EXTERN_API( ComponentResult ) ADD_IDH_BASENAME(NewNotification) (IDH_GLOBALS() ADD_IDH_COMMA IDHDeviceID deviceID, IDHNotificationUPP notificationProc, void * userData, IDHNotificationID * notificationID); variable
H A DIsochronousDataHandler.i.c546 DEFINE_API( ComponentResult ) IDHNewNotification(ComponentInstance idh, IDHDeviceID deviceID, IDHNotificationUPP notificationProc, void* userData, IDHNotificationID* notificationID)
564 IDHDeviceID deviceID; member in struct:IDHNewNotificationGluePB
594 myIDHNewNotificationGluePB.deviceID = deviceID;
/macosx-10.9.5/pdisk-9/
H A DATA_media.c194 int ATA_ReadBlock(UInt32 deviceID, ATA_INFO info, UInt32 block_size, UInt32 block, UInt8 *address);
195 int ATA_WriteBlock(UInt32 deviceID, ATA_INFO info, UInt32 block_size, UInt32 block, UInt8 *address);
201 int ATAPI_ReadBlock(UInt32 deviceID, UInt32 block_size, UInt32 block, UInt8 *address);
202 int ATAPI_TestUnitReady(UInt32 deviceID);
203 int ATAPI_ReadCapacity(UInt32 deviceID, unsigned long *block_size, unsigned long *blocks);
626 ATA_ReadBlock(UInt32 deviceID, ATA_INFO info, UInt32 block_size, UInt32 block, UInt8 *address) argument
636 pb.ataPBDeviceID = deviceID;
659 if (deviceID & 0x0FF00) {
680 ATA_WriteBlock(UInt32 deviceID, ATA_INFO info, UInt32 block_size, UInt32 block, UInt8 *address) argument
690 pb.ataPBDeviceID = deviceID;
876 ATAPI_ReadBlock(UInt32 deviceID, UInt32 block_size, UInt32 block, UInt8 *address) argument
933 ATAPI_TestUnitReady(UInt32 deviceID) argument
977 ATAPI_ReadCapacity(UInt32 deviceID, unsigned long *block_size, unsigned long *blocks) argument
[all...]
/macosx-10.9.5/IOFWDVComponents-207.4.1/tests/
H A DAVCTest.c47 OSErr (*fDVSetDeviceName)( DVDeviceID deviceID, char * str );
48 OSErr (*fDVGetDeviceName)( DVDeviceID deviceID, char * str );
50 OSErr (*fDVOpenDriver)( DVDeviceID deviceID, DVDeviceRefNum *pRefNum );
249 event->eventHeader.deviceID, event->eventHeader.theEvent, userData);
H A Ddevicetest.c39 static IDHDeviceID deviceID; variable
58 event->eventHeader.deviceID, event->eventHeader.notificationID, event->eventHeader.event,
285 QTCopyAtomDataToPtr( deviceList, dataAtom, true, sizeof( deviceID), &deviceID, &size);
286 printf("deviceID 0x%x ", deviceID);
H A DDVTest.c48 OSErr (*fDVSetDeviceName)( DVDeviceID deviceID, char * str );
49 OSErr (*fDVGetDeviceName)( DVDeviceID deviceID, char * str );
51 OSErr (*fDVOpenDriver)( DVDeviceID deviceID, DVDeviceRefNum *pRefNum );
343 event->eventHeader.deviceID, event->eventHeader.theEvent, userData);
H A Dtestcomp.c416 IDHDeviceID deviceID;
442 QTCopyAtomDataToPtr( deviceList, dataAtom, true, sizeof( deviceID), &deviceID, &size);
443 printf("deviceID 0x%x ", deviceID);
H A Dwritetest.c292 IDHDeviceID deviceID;
317 QTCopyAtomDataToPtr( deviceList, dataAtom, true, sizeof( deviceID), &deviceID, &size);
318 printf("deviceID 0x%x ", deviceID);
H A Dreadtest.c44 static IDHDeviceID deviceID; variable
72 event->eventHeader.deviceID, event->eventHeader.notificationID, event->eventHeader.event,
537 QTCopyAtomDataToPtr( deviceList, dataAtom, true, sizeof( deviceID), &deviceID, &size);
538 printf("deviceID 0x%x ", deviceID);
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/IOKit/hidsystem/
H A DIOLLEvent.h352 UInt16 deviceID; /* system-assigned unique device ID */ member in struct:_NXTabletPointData
366 UInt16 deviceID; /* system-assigned unique device ID */ member in struct:_NXTabletProximityData
469 UInt16 deviceID; /* system-assigned unique device ID */ member in struct:__anon2311::__anon2321
479 UInt16 deviceID; /* system-assigned unique device ID */ member in struct:__anon2311::__anon2323
/macosx-10.9.5/IOFireWireIP-226.4/KernelHeaders/IOKit/
H A DIOFWIPDefinitions.h232 void* deviceID; /* Stable reference to unit architecture */ member in struct:__anon1790
240 UInt32 deviceID; /* Always zero */ member in struct:__anon1791
330 void* deviceID; /* Stable "handle" for the IP-capable device */ member in class:DRB
H A DIOFWIPBusInterface.h455 @param deviceID - IOFireWireNub to look for.
458 DRB *getDrbFromDeviceID(void *deviceID);
542 void releaseDRB(UInt32 deviceID);
/macosx-10.9.5/OpenAL-52.1/Source/OpenAL/
H A DoalDevice.cpp436 AudioDeviceID deviceID;
437 UInt32 propSize = sizeof(deviceID);
438 OSStatus result = AudioUnitGetProperty(mOutputUnit, kAudioOutputUnitProperty_CurrentDevice, kAudioUnitScope_Output, 1, &deviceID, &propSize);
442 result = AudioDeviceGetPropertyInfo(deviceID, 0, false, kAudioDevicePropertyPreferredChannelLayout, &propSize, NULL);
449 result = AudioDeviceGetProperty(deviceID, 0, false, kAudioDevicePropertyPreferredChannelLayout, &propSize, layout);
/macosx-10.9.5/cups-372.4/cups/backend/
H A Dusb-darwin.c264 static CFStringRef copy_value_for_key(CFStringRef deviceID, CFStringRef *keys);
270 static OSStatus copy_deviceid(classdriver_t **printer, CFStringRef *deviceID);
274 static void copy_devicestring(io_service_t usbInterface, CFStringRef *deviceID, UInt32 *deviceLocation, UInt8 *interfaceNum);
1583 CFStringRef *deviceID)
1590 *deviceID = NULL;
1649 *deviceID = newDevID;
1654 *deviceID = devID;
1657 if (*deviceID == NULL)
1663 range = CFStringFind(*deviceID, deviceSerial, 0);
1665 CFMutableStringRef deviceIDString = CFStringCreateMutableCopy(NULL, 0, *deviceID);
1582 copy_deviceid(classdriver_t **classdriver, CFStringRef *deviceID) argument
1681 copy_devicestring(io_service_t usbInterface, CFStringRef *deviceID, UInt32 *deviceLocation, UInt8 *interfaceNumber ) argument
1734 copy_value_for_key(CFStringRef deviceID, CFStringRef *keys) argument
[all...]
/macosx-10.9.5/IOFireWireIP-226.4/KernelSource/IOKit/
H A DIOFWIPBusInterface.cpp946 drb->deviceID = (void*)device;
1429 IOFireWireNub *device = OSDynamicCast(IOFireWireNub, (IOFireWireNub*)handle->unicast.deviceID);
2399 arb->handle.unicast.deviceID = getDeviceID(arb->eui64, &arb->itsMac);
2485 arb->handle.unicast.deviceID = getDeviceID(arb->eui64, &arb->itsMac);
2582 tempArb->handle.multicast.deviceID = 0; // Always zero
2653 fwarb->handle.unicast.deviceID = getDeviceID(fwarb->eui64, &fwarb->itsMac);
2673 arb->handle.unicast.deviceID = device;
2733 return(drb->deviceID);
2755 drb->deviceID = NULL; // Don't notify in future
2779 arb->handle.unicast.deviceID
3101 getDrbFromDeviceID(void *deviceID) argument
[all...]

Completed in 235 milliseconds

12