/external/chromium_org/third_party/WebKit/Source/core/workers/ |
WorkerScriptLoader.cpp | 146 notifyError(); 159 notifyError(); 164 notifyError(); 167 void WorkerScriptLoader::notifyError()
|
WorkerScriptLoader.h | 59 void notifyError();
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSSegmentedFontFace.h | 65 virtual void notifyError(CSSSegmentedFontFace*) = 0;
|
CSSSegmentedFontFace.cpp | 83 callbacks[index]->notifyError(this); 213 callback->notifyError(this);
|
FontFaceSet.cpp | 62 virtual void notifyError(CSSSegmentedFontFace*) OVERRIDE; 104 void LoadFontPromiseResolver::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 | 158 void notifyError(Timer<ClientAdapter>*); 179 , m_errorTimer(this, &ClientAdapter::notifyError) 264 notifyError(&m_errorTimer); 286 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.cpp | 579 void PlaylistFetcher::notifyError(status_t err) { 691 notifyError(ERROR_IO); 801 notifyError(ERROR_END_OF_STREAM); 842 notifyError(err); 856 notifyError(err); 873 notifyError(err); 928 notifyError(err); 965 notifyError(ERROR_MALFORMED); 977 notifyError(ERROR_MALFORMED); 988 notifyError(err) [all...] |
PlaylistFetcher.h | 180 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/device2/ |
Camera2Device.cpp | 464 listener->notifyError(ext1, ext2, ext3); [all...] |