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

  /external/webkit/Source/WebCore/workers/
WorkerScriptLoader.cpp 151 notifyError();
156 notifyError();
161 notifyError();
164 void WorkerScriptLoader::notifyError()
WorkerScriptLoader.h 52 void notifyError();
  /external/webkit/Source/WebKit/win/Interfaces/
IWebDesktopNotificationsDelegate.idl 58 HRESULT notifyError();
  /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/media/libstagefright/wifi-display/source/
Converter.h 108 void notifyError(status_t err);
Converter.cpp 190 void Converter::notifyError(status_t err) {
315 notifyError(err);
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebDesktopNotificationsDelegate.cpp 59 HRESULT STDMETHODCALLTYPE notifyError();
132 HRESULT STDMETHODCALLTYPE NotificationCOMWrapper::notifyError()
  /frameworks/av/media/libstagefright/wifi-display/
ANetworkSession.cpp 105 void notifyError(bool send, status_t err, const char *detail);
276 notifyError(false /* send */, err, "Recvfrom failed.");
395 notifyError(false /* send */, err, "Recv failed.");
431 notifyError(true /* send */, err, "Send datagram failed.");
445 notifyError(kWhatError, -err, "Connection failed");
481 notifyError(true /* send */, err, "Send failed.");
518 void ANetworkSession::Session::notifyError(
  /frameworks/av/services/camera/libcameraservice/
Camera2Client.h 89 virtual void notifyError(int errorCode, int arg1, int arg2);
Camera2Device.h 138 virtual void notifyError(int errorCode, int arg1, int arg2) = 0;
Camera2Client.cpp     [all...]
Camera2Device.cpp 456 listener->notifyError(ext1, ext2, ext3);
    [all...]

Completed in 889 milliseconds