Lines Matching refs:_client
37 WALTClient *_client;
59 _client = ((WALTAppDelegate *)[UIApplication sharedApplication].delegate).client;
75 if (![_client sendCommand:WALTSendLastScreenCommand error:&error]) {
81 WALTTrigger trigger = [_client readTriggerWithTimeout:kWALTReadTimeout];
134 if (![_client syncClocksWithError:&error]) {
147 if (![_client sendCommand:WALTScreenOnCommand error:&error]) {
153 NSData *response = [_client readResponseWithTimeout:kWALTReadTimeout];
154 if (![_client checkResponse:response forCommand:WALTScreenOnCommand]) {
171 atomic_store(&_lastFlashTime, _client.currentTime);
177 WALTTrigger response = [_client readTriggerWithTimeout:kWALTReadTimeout];
209 [_client sendCommand:WALTScreenOffCommand error:nil];
210 [_client readResponseWithTimeout:kWALTReadTimeout];