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

  /hardware/interfaces/audio/2.0/default/
StreamIn.cpp 329 auto sendError = [this, &threadInfo, &_hidl_cb](Result result) {
338 sendError(Result::INVALID_STATE);
347 sendError(Result::INVALID_ARGUMENTS);
354 sendError(Result::INVALID_ARGUMENTS);
366 sendError(Result::INVALID_ARGUMENTS);
376 sendError(Result::INVALID_ARGUMENTS);
386 sendError(Result::INVALID_ARGUMENTS);
392 sendError(Result::INVALID_ARGUMENTS);
StreamOut.cpp 305 auto sendError = [this, &threadInfo, &_hidl_cb](Result result) {
314 sendError(Result::INVALID_STATE);
323 sendError(Result::INVALID_ARGUMENTS);
329 sendError(Result::INVALID_ARGUMENTS);
341 sendError(Result::INVALID_ARGUMENTS);
351 sendError(Result::INVALID_ARGUMENTS);
361 sendError(Result::INVALID_ARGUMENTS);
367 sendError(Result::INVALID_ARGUMENTS);
  /frameworks/support/media-compat-test-service/tests/src/android/support/mediacompat/service/
ServiceBroadcastReceiver.java 62 service.mCustomActionResult.sendError(extras.getBundle(KEY_ARGUMENT));
StubMediaBrowserServiceCompat.java 147 result.sendError(null);
  /external/guice/extensions/persist/lib/
servlet-api-2.5.jar 
  /external/guice/extensions/servlet/lib/build/
servlet-api-2.5.jar 
  /external/guice/extensions/struts2/lib/
servlet-api-2.5.jar 
jetty-6.1.0.jar 
struts2-core-2.2.1.jar 
  /frameworks/support/media-compat/tests/src/android/support/v4/media/
StubMediaBrowserServiceCompat.java 149 result.sendError(null);
MediaBrowserServiceCompatTest.java 319 mMediaBrowserService.mCustomActionResult.sendError(bundle2);
  /prebuilts/tools/common/m2/repository/javax/servlet/servlet-api/2.3/
servlet-api-2.3.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-http/8.1.14.v20131031/
jetty-http-8.1.14.v20131031.jar 
  /frameworks/support/media-compat/java/android/support/v4/media/
MediaBrowserServiceCompat.java 578 * {@link #sendResult} or {@link #sendError} to respond to the caller with the given results or
579 * errors. If those functions return without calling {@link #sendResult} or {@link #sendError},
581 * {@link #sendResult} or {@link #sendError} when they are done. If {@link #sendResult},
582 * {@link #sendError}, or {@link #detach} is called twice, an exception will be thrown.
585 * to the caller. If it is called after calling {@link #sendResult} or {@link #sendError}, an
612 + "sendError() had already been called for: " + mDebug);
627 + "sendResult() or sendError() had already been called for: " + mDebug);
640 public void sendError(Bundle extras) {
642 throw new IllegalStateException("sendError() called when either sendResult() or "
643 + "sendError() had already been called for: " + mDebug)
    [all...]
  /prebuilts/sdk/current/support/media-compat/libs/
android-support-media-compat.jar 
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 897 milliseconds