HomeSort by relevance Sort by last modified time
    Searched refs:notifyError (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerScriptLoader.cpp 149 notifyError();
162 notifyError();
167 notifyError();
170 void WorkerScriptLoader::notifyError()
WorkerScriptLoader.h 60 void notifyError();
  /frameworks/av/media/libstagefright/timedtext/
TimedTextPlayer.cpp 205 notifyError(err);
211 notifyError(err);
247 notifyError(err);
294 void TimedTextPlayer::notifyError(int error) {
TimedTextPlayer.h 77 void notifyError(int error = 0);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleClientService.java 182 private void notifyError(String message) {
355 notifyError("Failed to write characteristic: " + value);
369 notifyError("Failed to read characteristic");
383 notifyError("Failed to write descriptor");
398 notifyError("Failed to read descriptor");
421 notifyError("Failed to complete reliable write: " + status);
433 notifyError("Failed to read remote rssi");
  /external/chromium_org/third_party/WebKit/Source/web/
AssociatedURLLoader.cpp 149 void notifyError(Timer<ClientAdapter>*);
170 , m_errorTimer(this, &ClientAdapter::notifyError)
258 notifyError(&m_errorTimer);
280 void AssociatedURLLoader::ClientAdapter::notifyError(Timer<ClientAdapter>* timer)
  /frameworks/av/media/libstagefright/wifi-display/
MediaSender.h 118 void notifyError(status_t err);
MediaSender.cpp 333 notifyError(err);
374 void MediaSender::notifyError(status_t err) {
  /frameworks/av/media/libstagefright/wifi-display/rtp/
RTPSender.h 113 void notifyError(status_t err);
RTPSender.cpp 562 notifyError(err);
789 void RTPSender::notifyError(status_t err) {
  /frameworks/av/media/libstagefright/wifi-display/source/
Converter.h 140 void notifyError(status_t err);
Converter.cpp 271 void Converter::notifyError(status_t err) {
398 notifyError(err);
  /frameworks/av/services/camera/libcameraservice/common/
Camera2ClientBase.h 65 virtual void notifyError(ICameraDeviceCallbacks::CameraErrorCode errorCode,
CameraDeviceBase.h 184 virtual void notifyError(ICameraDeviceCallbacks::CameraErrorCode errorCode,
Camera2ClientBase.cpp 228 void Camera2ClientBase<TClientBase>::notifyError(
  /frameworks/av/services/camera/libcameraservice/
CameraService.h 205 virtual void notifyError(
284 virtual void notifyError(ICameraDeviceCallbacks::CameraErrorCode errorCode,
333 virtual void notifyError(ICameraDeviceCallbacks::CameraErrorCode errorCode,
CameraService.cpp     [all...]
  /frameworks/av/services/camera/libcameraservice/api2/
CameraDeviceClient.h 131 virtual void notifyError(ICameraDeviceCallbacks::CameraErrorCode errorCode,
  /external/chromium_org/third_party/WebKit/Source/core/css/
FontFace.h 106 virtual void notifyError(FontFace*) = 0;
FontFace.cpp 337 callbacks[i]->notifyError(this);
373 callback->notifyError(this);
FontFaceSet.cpp 62 virtual void notifyError(FontFace*) OVERRIDE;
101 void LoadFontPromiseResolver::notifyError(FontFace* fontFace)
  /frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.h 204 void notifyError(status_t err);
PlaylistFetcher.cpp 590 void PlaylistFetcher::notifyError(status_t err) {
617 notifyError(ERROR_MALFORMED);
831 notifyError(err);
867 notifyError(ERROR_END_OF_STREAM);
909 notifyError(err);
924 notifyError(err);
941 notifyError(err);
    [all...]
  /frameworks/av/media/libstagefright/foundation/
ANetworkSession.cpp 136 void notifyError(bool send, status_t err, const char *detail);
324 notifyError(false /* send */, err, "Recvfrom failed.");
517 notifyError(false /* send */, err, "Recv failed.");
589 notifyError(true /* send */, err, "Send datagram failed.");
611 notifyError(kWhatError, -err, "Connection failed");
661 notifyError(true /* send */, err, "Send failed.");
780 void ANetworkSession::Session::notifyError(
    [all...]
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.cpp     [all...]

Completed in 1469 milliseconds

1 2