#include "devices/AppleRemote.h"
#include <cctype>
#include <cstdio>
#include <cstdlib>
#include <sys/errno.h>
#include <sys/sysctl.h>
#include <sysexits.h>
#include <unistd.h>
#include <mach/mach.h>
#include <mach/mach_error.h>
#include <IOKit/IOKitLib.h>
#include <IOKit/IOCFPlugIn.h>
#include <IOKit/hid/IOHIDLib.h>
#include <IOKit/hid/IOHIDKeys.h>
#include <CoreFoundation/CoreFoundation.h>
#include <CoreServices/CoreServices.h>
#include <AvailabilityMacros.h>
#include <sstream>
#include "libmythbase/mythlogging.h"
Go to the source code of this file.
◆ REMOTE_SWITCH_COOKIE
#define REMOTE_SWITCH_COOKIE 19 |
◆ REMOTE_COOKIE_STR
#define REMOTE_COOKIE_STR "19_" |
◆ LONG_PRESS_COUNT
#define LONG_PRESS_COUNT 10 |
◆ LOC
#define LOC QString("AppleRemote::") |
◆ _findAppleRemoteDevice()
static io_object_t _findAppleRemoteDevice |
( |
const char * |
devName | ) |
|
|
static |
◆ kMythIOMainPortDefault
constexpr int8_t kMythIOMainPortDefault { 0 } |
|
staticconstexpr |