Lines Matching refs:remoteControls
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];
120 for(i=0; i < [remoteControls count]; i++) {
121 [[remoteControls objectAtIndex: i] stopListening: sender];
128 for(i=0; i < [remoteControls count]; i++) {
129 mode = mode && ([[remoteControls objectAtIndex: i] isOpenInExclusiveMode]);
135 for(i=0; i < [remoteControls count]; i++) {
136 [[remoteControls objectAtIndex: i] setOpenInExclusiveMode:value];