HomeSort by relevance Sort by last modified time
    Searched refs:receivedError (Results 1 - 4 of 4) sorted by null

  /external/walt/ios/WALT/
MIDIClient.h 36 - (void)MIDIClient:(MIDIClient *)client receivedError:(NSError *)error;
MIDIClient.m 87 if ([client.delegate respondsToSelector:@selector(MIDIClient:receivedError:)]) {
88 [client.delegate MIDIClient:client receivedError:error];
WALTClient.m 464 - (void)MIDIClient:(MIDIClient *)client receivedError:(NSError *)error {
  /cts/tests/tests/car/src/android/car/cts/
CarPropertyManagerTest.java 79 public int receivedError(int propId) {
199 assertEquals(0, speedListenerNormal.receivedError(vehicleSpeed));
201 assertEquals(0, speedListenerUI.receivedError(vehicleSpeed));

Completed in 220 milliseconds