HomeSort by relevance Sort by last modified time
    Searched refs:notifyError (Results 1 - 25 of 26) 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();
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSSegmentedFontFace.h 59 virtual void notifyError(CSSSegmentedFontFace*) = 0;
CSSSegmentedFontFace.cpp 81 callbacks[index]->notifyError(this);
177 callback->notifyError(this);
FontLoader.cpp 70 virtual void notifyError(CSSSegmentedFontFace*) OVERRIDE;
113 void LoadFontCallback::notifyError(CSSSegmentedFontFace* face)
  /frameworks/av/media/libstagefright/timedtext/
TimedTextPlayer.cpp 204 notifyError(err);
210 notifyError(err);
246 notifyError(err);
293 void TimedTextPlayer::notifyError(int error) {
TimedTextPlayer.h 77 void notifyError(int error = 0);
  /frameworks/av/services/camera/libcameraservice/common/
Camera2ClientBase.h 64 virtual void notifyError(int errorCode, int arg1, int arg2);
CameraDeviceBase.h 145 virtual void notifyError(int errorCode, int arg1, int arg2) = 0;
Camera2ClientBase.cpp 222 void Camera2ClientBase<TClientBase>::notifyError(int errorCode, int arg1,
  /external/chromium_org/third_party/WebKit/Source/web/
AssociatedURLLoader.cpp 159 void notifyError(Timer<ClientAdapter>*);
180 , m_errorTimer(this, &ClientAdapter::notifyError)
265 notifyError(&m_errorTimer);
287 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);
790 void RTPSender::notifyError(status_t err) {
  /frameworks/av/media/libstagefright/wifi-display/source/
Converter.h 140 void notifyError(status_t err);
Converter.cpp 295 void Converter::notifyError(status_t err) {
421 notifyError(err);
  /frameworks/av/services/camera/libcameraservice/api2/
CameraDeviceClient.h 117 virtual void notifyError();
CameraDeviceClient.cpp 497 void CameraDeviceClient::notifyError() {
  /frameworks/av/services/camera/libcameraservice/
CameraService.h 184 virtual void notifyError() = 0;
261 virtual void notifyError();
309 virtual void notifyError();
CameraService.cpp     [all...]
  /frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.h 141 void notifyError(status_t err);
PlaylistFetcher.cpp 443 void PlaylistFetcher::notifyError(status_t err) {
524 notifyError(ERROR_IO);
592 notifyError(ERROR_END_OF_STREAM);
629 notifyError(err);
640 notifyError(err);
669 notifyError(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/device2/
Camera2Device.cpp 464 listener->notifyError(ext1, ext2, ext3);
    [all...]

Completed in 518 milliseconds

1 2