Searched refs:receivedError (Results 1 – 4 of 4) sorted by relevance
422 AtomicReference<ExoPlaybackException> receivedError = new AtomicReference<>(); in runUntilError() local427 receivedError.set(error); in runUntilError()432 runUntil(() -> receivedError.get() != null); in runUntilError()433 return receivedError.get(); in runUntilError()
36 - (void)MIDIClient:(MIDIClient *)client receivedError:(NSError *)error;
87 if ([client.delegate respondsToSelector:@selector(MIDIClient:receivedError:)]) {88 [client.delegate MIDIClient:client receivedError:error];
464 - (void)MIDIClient:(MIDIClient *)client receivedError:(NSError *)error {