Home
last modified time | relevance | path

Searched refs:receivedError (Results 1 – 4 of 4) sorted by relevance

/external/exoplayer/tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DTestExoPlayer.java422 AtomicReference<ExoPlaybackException> receivedError = new AtomicReference<>(); in runUntilError() local
427 receivedError.set(error); in runUntilError()
432 runUntil(() -> receivedError.get() != null); in runUntilError()
433 return receivedError.get(); in runUntilError()
/external/walt/ios/WALT/
DMIDIClient.h36 - (void)MIDIClient:(MIDIClient *)client receivedError:(NSError *)error;
DMIDIClient.m87 if ([client.delegate respondsToSelector:@selector(MIDIClient:receivedError:)]) {
88 [client.delegate MIDIClient:client receivedError:error];
DWALTClient.m464 - (void)MIDIClient:(MIDIClient *)client receivedError:(NSError *)error {