Searched refs:RemoteControl (Results 1 – 15 of 15) sorted by relevance
2 * RemoteControl.m31 #import "RemoteControl.h"47 @implementation RemoteControl implementation54 NSLog( @"Apple RemoteControl initWithDelegate ok");67 NSLog( @"Apple RemoteControl setListeningToRemote ok");76 NSLog( @"Apple RemoteControl startListening ok");81 NSLog( @"Apple RemoteControl stopListening ok");93 NSLog( @"Apple RemoteControl: sending event for button identifier\n");132 NSLog( @"Apple RemoteControl: sendFinishedNotifcationForAppIdentifier ...");138 NSLog( @"Apple RemoteControl: sendRequestForRemoteControlNotification ...");
52 $(SLO)$/RemoteControl.obj \64 $(BUILDDIR)$/RemoteControl.h \
52 … a Remote Control Container manages a number of devices and conforms to the RemoteControl interface159 - (RemoteControl*) remoteControl {
66 …Identifier: (RemoteControlEventIdentifier) identifier remoteControl: (RemoteControl*) remoteContro… argument135 …ventIdentifier) event pressedDown: (BOOL) pressedDown remoteControl: (RemoteControl*) remoteContro… argument
57 RemoteControl* remoteControl = [[clazz alloc] initWithDelegate: delegate];
952 RemoteControl::RemoteControl() in RemoteControl() function in RemoteControl957 RemoteControl::~RemoteControl() in ~RemoteControl()963 static RemoteControl* pRemoteControl = 0;970 pRemoteControl = new RemoteControl(); in CreateRemoteControl()
28 class RemoteControl class32 RemoteControl();33 ~RemoteControl();
35 @class RemoteControl;42 RemoteControl* remoteControl;46 - (RemoteControl*) remoteControl; in remoteControl()
47 @class RemoteControl;77 …ventIdentifier) event pressedDown: (BOOL) pressedDown remoteControl: (RemoteControl*) remoteContro… in sendRemoteButtonEvent:pressedDown:remoteControl:() argument84 @interface RemoteControl : NSObject { interface
34 @interface RemoteControlContainer : RemoteControl {
41 @interface GlobalKeyboardDevice : RemoteControl {
39 @interface HIDRemoteControlDevice : RemoteControl {
41 class RemoteControl class52 RemoteControl();53 ~RemoteControl();
43 #import "apple_remote/RemoteControl.h"
433 main/apple_remote/RemoteControl.m1298 main/apple_remote/inc/RemoteControl.h
Completed in 39 milliseconds