Searched refs:DVDeviceID (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/IOFWDVComponents-207.4.1/
H A DDVFamily.h114 typedef UInt32 DVDeviceID; typedef
243 DVDeviceID deviceID; // who it's from
286 OSErr DVGetIndDevice( DVDeviceID * pDVDevice, UInt32 index );
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 DDVFamily.c66 DVDeviceID device;
137 theEvent.eventHeader.deviceID = (DVDeviceID) index;
173 sNotifications[i].device = (DVDeviceID)refNum;
256 OSErr DVGetIndDevice( DVDeviceID * pDVDevice, UInt32 index )
262 OSErr DVSetDeviceName( DVDeviceID deviceID, char * str )
268 OSErr DVGetDeviceName( DVDeviceID deviceID, char * str )
293 OSErr DVOpenDriver( DVDeviceID deviceID, DVDeviceRefNum *pRefNum )
/macosx-10.10/IOFWDVComponents-207.4.1/tests/
H A DAVCTest.c46 OSErr (*fDVGetIndDevice)( DVDeviceID * pDVDevice, UInt32 index );
47 OSErr (*fDVSetDeviceName)( DVDeviceID deviceID, char * str );
48 OSErr (*fDVGetDeviceName)( DVDeviceID deviceID, char * str );
50 OSErr (*fDVOpenDriver)( DVDeviceID deviceID, DVDeviceRefNum *pRefNum );
260 DVDeviceID device;
H A DDVTest.c47 OSErr (*fDVGetIndDevice)( DVDeviceID * pDVDevice, UInt32 index );
48 OSErr (*fDVSetDeviceName)( DVDeviceID deviceID, char * str );
49 OSErr (*fDVGetDeviceName)( DVDeviceID deviceID, char * str );
51 OSErr (*fDVOpenDriver)( DVDeviceID deviceID, DVDeviceRefNum *pRefNum );
292 static void destructoWrite(DVDeviceID device, DVDeviceRefNum refNum, int file)
354 DVDeviceID device;

Completed in 77 milliseconds