Home
last modified time | relevance | path

Searched refs:_BJoystickTweaker (Results 1 – 4 of 4) sorted by relevance

/haiku/src/kits/device/
H A DJoystickTweaker.cpp36 fputs(buf, _BJoystickTweaker::sLogFile); in LOG()
37 fflush(_BJoystickTweaker::sLogFile); in LOG()
40 FILE *_BJoystickTweaker::sLogFile = NULL;
49 _BJoystickTweaker::_BJoystickTweaker() in _BJoystickTweaker() function in _BJoystickTweaker
58 _BJoystickTweaker::_BJoystickTweaker(BJoystick &stick) in _BJoystickTweaker() function in _BJoystickTweaker
69 _BJoystickTweaker::~_BJoystickTweaker() in ~_BJoystickTweaker()
75 _BJoystickTweaker::save_config(const entry_ref *ref) in save_config()
83 _BJoystickTweaker::_ScanIncludingDisabled(const char *rootPath, BList *list, in _ScanIncludingDisabled()
128 _BJoystickTweaker::scan_including_disabled() in scan_including_disabled()
137 _BJoystickTweaker::_EmpyList(BList *list) in _EmpyList()
[all …]
H A DJoystick.cpp144 _BJoystickTweaker joystickTweaker(*this); in Open()
609 _BJoystickTweaker joystickTweaker(*this); in ScanDevices()
/haiku/headers/private/device/
H A DJoystickTweaker.h36 class _BJoystickTweaker {
38 _BJoystickTweaker();
39 _BJoystickTweaker(BJoystick &stick);
40 virtual ~_BJoystickTweaker();
/haiku/headers/os/device/
H A DJoystick.h15 class _BJoystickTweaker; variable
90 friend class _BJoystickTweaker;