Lines Matching refs:remoteControl
470 if( pAppleRemoteCtrl && pAppleRemoteCtrl->remoteControl)
472 // [remoteControl startListening: self];
474 // [pAppleRemoteCtrl->remoteControl startListening: self];
475 // but the instance variable 'remoteControl' is declared protected
476 // workaround : declare remoteControl instance variable as public in RemoteMainController.m
478 [pAppleRemoteCtrl->remoteControl startListening: self];
498 if( pAppleRemoteCtrl && pAppleRemoteCtrl->remoteControl)
500 // [remoteControl stopListening: self];
502 // [pAppleRemoteCtrl->remoteControl stopListening: self];
503 // but the instance variable 'remoteControl' is declared protected
504 // workaround : declare remoteControl instance variable as public in RemoteMainController.m
506 [pAppleRemoteCtrl->remoteControl stopListening: self];