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

/macosx-10.9.5/IOFWDVComponents-207.4.1/
H A DDVLib.h170 CFRunLoopTimerCallBack timerTick, void *timerRefCon, IOFWAVCMessageCallback deviceMessage);
186 io_object_t obj, IOServiceInterestCallback deviceMessage, void * refCon);
H A DDVFamily.c90 static void deviceMessage(void * refcon, UInt32 messageType, void *messageArgument) function
149 sThread = DVCreateThread(deviceArrived, (void *)12345, nil, nil, deviceMessage);
H A DDVIsochComponent.c954 static void deviceMessage(void * refcon, UInt32 messageType, void *messageArgument) function
958 syslog(LOG_INFO, "IDH: deviceMessage begin\n");
989 syslog(LOG_INFO, "IDH: deviceMessage end\n");
1897 g->fDVThread = DVCreateThread(deviceArrived, g, timerTick, g, deviceMessage);
H A DDVLib.c1114 CFRunLoopTimerCallBack timerTick, void *timerRefCon, IOFWAVCMessageCallback deviceMessage)
1175 dvThread->fDeviceMessage = deviceMessage;
1113 DVCreateThread(DVDeviceArrivedFunc deviceAdded, void * addedRefCon, CFRunLoopTimerCallBack timerTick, void *timerRefCon, IOFWAVCMessageCallback deviceMessage) argument

Completed in 140 milliseconds