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

1 2

  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerScriptLoader.cpp 148 notifyError();
161 notifyError();
166 notifyError();
169 void WorkerScriptLoader::notifyError()
WorkerScriptLoader.h 59 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);
  /external/chromium_org/third_party/WebKit/Source/web/
AssociatedURLLoader.cpp 153 void notifyError(Timer<ClientAdapter>*);
174 , m_errorTimer(this, &ClientAdapter::notifyError)
262 notifyError(&m_errorTimer);
284 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/api2/
CameraDeviceClient.h 131 virtual void notifyError(ICameraDeviceCallbacks::CameraErrorCode errorCode,
  /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...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
FontFace.h 101 virtual void notifyError(FontFace*) = 0;
FontFace.cpp 387 callbacks[i]->notifyError(this);
418 callback->notifyError(this);
FontFaceSet.cpp 63 virtual void notifyError(FontFace*) OVERRIDE;
102 void LoadFontPromiseResolver::notifyError(FontFace* fontFace)
  /frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.cpp 589 void PlaylistFetcher::notifyError(status_t err) {
704 notifyError(ERROR_IO);
832 notifyError(ERROR_END_OF_STREAM);
874 notifyError(err);
889 notifyError(err);
906 notifyError(err);
959 notifyError(err);
995 notifyError(ERROR_MALFORMED);
1007 notifyError(ERROR_MALFORMED);
    [all...]
PlaylistFetcher.h 203 void notifyError(status_t err);
  /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...]
Camera3Device.h 637 void notifyError(const camera3_error_msg_t &msg,

Completed in 370 milliseconds

1 2