SYMBOL INDEX (142 symbols across 30 files) FILE: 360Controller/ChatPad.cpp type HID_ChatPad (line 26) | namespace HID_ChatPad { function IOReturn (line 34) | IOReturn ChatPadKeyboardClass::newReportDescriptor(IOMemoryDescriptor **... function IOReturn (line 46) | IOReturn ChatPadKeyboardClass::setReport(IOMemoryDescriptor *report, IOH... function IOReturn (line 52) | IOReturn ChatPadKeyboardClass::getReport(IOMemoryDescriptor *report, IOH... function IOReturn (line 57) | IOReturn ChatPadKeyboardClass::handleReport(IOMemoryDescriptor *report, ... function OSNumber (line 74) | OSNumber* ChatPadKeyboardClass::newPrimaryUsageNumber() const function OSNumber (line 79) | OSNumber* ChatPadKeyboardClass::newPrimaryUsagePageNumber() const function OSString (line 84) | OSString* ChatPadKeyboardClass::newProductString() const function OSString (line 89) | OSString* ChatPadKeyboardClass::newTransportString() const function OSNumber (line 94) | OSNumber* ChatPadKeyboardClass::newVendorIDNumber() const function OSNumber (line 100) | OSNumber* ChatPadKeyboardClass::newProductIDNumber() const function IOHIDDevice (line 106) | static IOHIDDevice* GetParent(const IOService *current) function OSString (line 123) | OSString* ChatPadKeyboardClass::newManufacturerString() const function OSString (line 131) | OSString* ChatPadKeyboardClass::newSerialNumberString() const function OSNumber (line 139) | OSNumber* ChatPadKeyboardClass::newLocationIDNumber() const FILE: 360Controller/ChatPad.h function class (line 26) | class ChatPadKeyboardClass : public IOHIDDevice FILE: 360Controller/ControlStruct.h type UInt8 (line 26) | typedef UInt8 XBox360_Byte; type UInt16 (line 27) | typedef UInt16 XBox360_Short; type SInt16 (line 28) | typedef SInt16 XBox360_SShort; type XBOX360_PACKET (line 35) | typedef struct { type XBOX360_HAT (line 41) | typedef struct { type XBOX360_IN_REPORT (line 46) | typedef struct { type XBOX360_OUT_LED (line 55) | typedef struct { type XBOX360_OUT_RUMBLE (line 61) | typedef struct { FILE: 360Controller/Controller.cpp type HID_360 (line 28) | namespace HID_360 { function Xbox360Peripheral (line 35) | static Xbox360Peripheral* GetOwner(IOService *us) function IOUSBDevice (line 45) | static IOUSBDevice* GetOwnerProvider(const IOService *us) function IOReturn (line 65) | IOReturn Xbox360ControllerClass::setProperties(OSObject *properties) function IOReturn (line 74) | IOReturn Xbox360ControllerClass::newReportDescriptor(IOMemoryDescriptor ... function IOReturn (line 86) | IOReturn Xbox360ControllerClass::setReport(IOMemoryDescriptor *report,IO... function IOReturn (line 124) | IOReturn Xbox360ControllerClass::getReport(IOMemoryDescriptor *report,IO... function OSString (line 131) | OSString* Xbox360ControllerClass::getDeviceString(UInt8 index,const char... function OSString (line 146) | OSString* Xbox360ControllerClass::newManufacturerString() const function OSNumber (line 151) | OSNumber* Xbox360ControllerClass::newPrimaryUsageNumber() const function OSNumber (line 156) | OSNumber* Xbox360ControllerClass::newPrimaryUsagePageNumber() const function OSNumber (line 161) | OSNumber* Xbox360ControllerClass::newProductIDNumber() const function OSString (line 166) | OSString* Xbox360ControllerClass::newProductString() const function OSString (line 171) | OSString* Xbox360ControllerClass::newSerialNumberString() const function OSString (line 176) | OSString* Xbox360ControllerClass::newTransportString() const function OSNumber (line 181) | OSNumber* Xbox360ControllerClass::newVendorIDNumber() const function OSNumber (line 186) | OSNumber* Xbox360ControllerClass::newLocationIDNumber() const FILE: 360Controller/Controller.h function class (line 26) | class Xbox360ControllerClass : public IOHIDDevice FILE: 360Controller/_60Controller.cpp class LockRequired (line 39) | class LockRequired method LockRequired (line 44) | LockRequired(IOLock *lock) function UInt32 (line 56) | static UInt32 GetMaxPacketSize(IOUSBPipe *pipe) function IOReturn (line 582) | IOReturn Xbox360Peripheral::message(UInt32 type,IOService *provider,void... function XBox360_SShort (line 595) | static inline XBox360_SShort getAbsolute(XBox360_SShort value) function IOReturn (line 747) | IOReturn Xbox360Peripheral::setProperties(OSObject *properties) function IOHIDDevice (line 759) | IOHIDDevice* Xbox360Peripheral::getController(int index) FILE: 360Controller/_60Controller.h function class (line 33) | class Xbox360Peripheral : public IOService FILE: 360Controller/chatpadkeys.cpp type MAP_DATA (line 28) | struct MAP_DATA { function ChatPad2USB (line 43) | unsigned char ChatPad2USB(unsigned char input) FILE: Feedback360/devlink.c function Device_Initialise (line 27) | bool Device_Initialise(DeviceLink *link,io_object_t device) function Device_Finalise (line 45) | void Device_Finalise(DeviceLink *link) function Device_Send (line 53) | bool Device_Send(DeviceLink *link,void *data,int length) FILE: Feedback360/devlink.h type DeviceLink (line 26) | typedef struct { FILE: Feedback360/emulator.c function Emulate_Initialise (line 39) | void Emulate_Initialise(ForceEmulator *emulator,int effectCount,void (*S... function Emulate_Finalise (line 69) | void Emulate_Finalise(ForceEmulator *emulator) function Emulate_Callback (line 78) | void Emulate_Callback(ForceEmulator *emulator,unsigned char large,unsign... function Emulate_CreateEffect (line 86) | int Emulate_CreateEffect(ForceEmulator *emulator,const ForceParams *params) function Emulate_ChangeEffect (line 104) | bool Emulate_ChangeEffect(ForceEmulator *emulator,int index,const ForceP... function Emulate_DestroyEffect (line 120) | void Emulate_DestroyEffect(ForceEmulator *emulator,int index) function Emulate_IsValidEffect (line 127) | bool Emulate_IsValidEffect(ForceEmulator *emulator,int index) function Emulate_IsPlaying (line 134) | bool Emulate_IsPlaying(ForceEmulator *emulator,int index) function Emulate_IsEmpty (line 140) | bool Emulate_IsEmpty(ForceEmulator *emulator) function Emulate_Reset (line 151) | void Emulate_Reset(ForceEmulator *emulator) function Emulate_Start (line 160) | void Emulate_Start(ForceEmulator *emulator,int index,int iterations) function Emulate_Stop (line 175) | void Emulate_Stop(ForceEmulator *emulator,int index) function Emulate_IsStopped (line 185) | bool Emulate_IsStopped(ForceEmulator *emulator) function UInt32 (line 191) | UInt32 Emulate_Effects_Used(ForceEmulator *emulator) function UInt32 (line 202) | UInt32 Emulate_Effects_Total(ForceEmulator *emulator) function Emulate_SetEnable (line 208) | void Emulate_SetEnable(ForceEmulator *emulator,bool enable) function Emulate_IsEnabled (line 220) | bool Emulate_IsEnabled(ForceEmulator *emulator) function Emulate_SetPaused (line 226) | void Emulate_SetPaused(ForceEmulator *emulator,bool enable) function Emulate_IsPaused (line 238) | bool Emulate_IsPaused(ForceEmulator *emulator) function Emulate_SetGain (line 244) | void Emulate_SetGain(ForceEmulator *emulator,int gain,int gainMax) function Emulate_Scale (line 256) | static inline int Emulate_Scale(int from,int to,int max,int val) function Emulate_Force (line 263) | static void Emulate_Force(ForceEmulator *emulator,int force,int maxGain) function Emulate_Timer (line 290) | static void Emulate_Timer(CFRunLoopTimerRef timer,void *context) FILE: Feedback360/emulator.h type ForceState (line 25) | typedef enum { type ForceEffect (line 30) | typedef struct { type ForceParams (line 51) | typedef struct { type ForceEmulator (line 65) | typedef struct { FILE: Feedback360/main.c function HRESULT (line 30) | static HRESULT Feedback360QueryInterface(void *that,REFIID iid,LPVOID *ppv) function ULONG (line 53) | static ULONG Feedback360AddRef(void *that) function ULONG (line 60) | static ULONG Feedback360Release(void *that) function IOReturn (line 72) | static IOReturn Feedback360Probe(void *that,CFDictionaryRef propertyTabl... function IOReturn (line 80) | static IOReturn Feedback360Start(void *that,CFDictionaryRef propertyTabl... function IOReturn (line 85) | static IOReturn Feedback360Stop(void *that) function HRESULT (line 92) | static HRESULT Feedback360GetVersion(void *this,ForceFeedbackVersion *ve... function Feedback360_Callback (line 106) | static void Feedback360_Callback(void *that,unsigned char large,unsigned... function HRESULT (line 113) | static HRESULT Feedback360InitializeTerminate(void *that,NumVersion APIv... function HRESULT (line 150) | static HRESULT Feedback360DestroyEffect(void *that,FFEffectDownloadID do... function Feedback360SupportedEffect (line 157) | static bool Feedback360SupportedEffect(CFUUIDRef effect) function Feedback360ConvertEffect (line 168) | static bool Feedback360ConvertEffect(const FFEFFECT *effect,ForceParams ... function HRESULT (line 196) | static HRESULT Feedback360DownloadEffect(void *that,CFUUIDRef effectType... function HRESULT (line 220) | static HRESULT Feedback360Escape(void *that,FFEffectDownloadID downloadI... function HRESULT (line 262) | static HRESULT Feedback360GetEffectStatus(void *that,FFEffectDownloadID ... function HRESULT (line 271) | static HRESULT Feedback360GetForceFeedbackCapabilities(void *this,FFCAPA... function HRESULT (line 299) | static HRESULT Feedback360GetForceFeedbackState(void *that,ForceFeedback... function HRESULT (line 314) | static HRESULT Feedback360SendForceFeedbackCommand(void *that,FFCommandF... function HRESULT (line 338) | static HRESULT Feedback360SetProperty(void *that,FFProperty property,voi... function HRESULT (line 356) | static HRESULT Feedback360StartEffect(void *that,FFEffectDownloadID down... function HRESULT (line 365) | static HRESULT Feedback360StopEffect(void *that,FFEffectDownloadID downl... function IOCFPlugInInterface (line 414) | static IOCFPlugInInterface** alloc360Feedback(CFUUIDRef uuid) function dealloc360Feedback (line 429) | static void dealloc360Feedback(Xbox360ForceFeedback *this) FILE: Feedback360/main.h type _Xbox360ForceFeedback (line 28) | struct _Xbox360ForceFeedback type Xbox360InterfaceMap (line 30) | typedef struct _Xbox360InterfaceMap { type Xbox360ForceFeedback (line 35) | typedef struct _Xbox360ForceFeedback { FILE: Pref360Control/DeviceItem.h function interface (line 30) | interface DeviceItem : NSObject { FILE: Pref360Control/DeviceLister.h function interface (line 27) | interface DeviceLister : NSObject { FILE: Pref360Control/MyAnalogStick.h function interface (line 25) | interface MyAnalogStick : NSView FILE: Pref360Control/MyCentreButtons.h function interface (line 25) | interface MyCentreButtons : NSView FILE: Pref360Control/MyDigitalStick.h function interface (line 25) | interface MyDigitalStick : NSView FILE: Pref360Control/MyMainButtons.h function interface (line 25) | interface MyMainButtons : NSView FILE: Pref360Control/MyShoulderButton.h function interface (line 25) | interface MyShoulderButton : NSView FILE: Pref360Control/Pref360ControlPref.h function interface (line 40) | interface Pref360ControlPref : NSPreferencePane FILE: Wireless360Controller/Wireless360Controller.cpp function XBox360_SShort (line 34) | static inline XBox360_SShort getAbsolute(XBox360_SShort value) function IOReturn (line 164) | IOReturn Wireless360Controller::setReport(IOMemoryDescriptor *report, IO... function IOReturn (line 185) | IOReturn Wireless360Controller::newReportDescriptor(IOMemoryDescriptor *... function IOReturn (line 198) | IOReturn Wireless360Controller::setProperties(OSObject *properties) function OSString (line 212) | OSString* Wireless360Controller::newManufacturerString() const function OSNumber (line 217) | OSNumber* Wireless360Controller::newPrimaryUsageNumber() const function OSNumber (line 223) | OSNumber* Wireless360Controller::newPrimaryUsagePageNumber() const function OSNumber (line 229) | OSNumber* Wireless360Controller::newProductIDNumber() const function OSString (line 234) | OSString* Wireless360Controller::newProductString() const function OSString (line 239) | OSString* Wireless360Controller::newTransportString() const function OSNumber (line 244) | OSNumber* Wireless360Controller::newVendorIDNumber() const FILE: Wireless360Controller/Wireless360Controller.h function class (line 28) | class Wireless360Controller : public WirelessHIDDevice FILE: WirelessGamingReceiver/WirelessDevice.cpp function IOMemoryDescriptor (line 51) | IOMemoryDescriptor* WirelessDevice::NextPacket(void) function OSNumber (line 96) | OSNumber* WirelessDevice::newLocationIDNumber() const FILE: WirelessGamingReceiver/WirelessDevice.h function class (line 32) | class WirelessDevice : public IOService FILE: WirelessGamingReceiver/WirelessGamingReceiver.cpp function UInt32 (line 40) | static UInt32 GetMaxPacketSize(IOUSBPipe *pipe) function IOReturn (line 222) | IOReturn WirelessGamingReceiver::message(UInt32 type,IOService *provider... function IOMemoryDescriptor (line 553) | IOMemoryDescriptor* WirelessGamingReceiver::ReadBuffer(int index) function OSNumber (line 565) | OSNumber* WirelessGamingReceiver::newLocationIDNumber() const FILE: WirelessGamingReceiver/WirelessGamingReceiver.h type WIRELESS_CONNECTION (line 34) | typedef struct function class (line 51) | class WirelessGamingReceiver : public IOService FILE: WirelessGamingReceiver/WirelessHIDDevice.cpp function IOReturn (line 84) | IOReturn WirelessHIDDevice::setReport(IOMemoryDescriptor *report, IOHIDR... function OSNumber (line 268) | OSNumber* WirelessHIDDevice::newLocationIDNumber() const function OSString (line 279) | OSString* WirelessHIDDevice::newSerialNumberString() const FILE: WirelessGamingReceiver/WirelessHIDDevice.h function class (line 30) | class WirelessHIDDevice : public IOHIDDevice