Searched refs:remoteControls (Results 1 – 2 of 2) sorted by relevance
37 remoteControls = [[NSMutableArray alloc] init];51 [remoteControls release];59 [remoteControls addObject: remoteControl];73 return [remoteControls count];91 for(i=0; i < [remoteControls count]; i++) {92 [[remoteControls objectAtIndex: i] setListeningToRemote: value];98 for(i=0; i < [remoteControls count]; i++) {99 if ([[remoteControls objectAtIndex: i] isListeningToRemote]) {111 for(i=0; i < [remoteControls count]; i++) {112 [[remoteControls objectAtIndex: i] startListening: sender];[all …]
35 NSMutableArray* remoteControls; variable