Searched refs:errno (Results 201 - 220 of 220) sorted by path

123456789

/frameworks/native/services/surfaceflinger/EventLog/
H A DEventLog.cpp62 ALOGE("couldn't log to EventLog: %s", strerror(errno));
/frameworks/native/services/surfaceflinger/
H A DGpuService.cpp89 ALOGE("vkjson: failed to create out stream: %s (%d)", strerror(errno),
90 errno);
154 errnum = errno;
160 errnum = errno;
H A DLayer.cpp824 ALOGW("failed to dup layer fence, skipping sync: %d", errno);
H A DMessageQueue.cpp18 #include <errno.h>
H A DMessageQueue.h21 #include <errno.h>
H A DSurfaceFlinger.cpp22 #include <errno.h>
H A DSurfaceFlinger_hwc1.cpp21 #include <errno.h>
/frameworks/native/services/surfaceflinger/tests/waitforvsync/
H A Dwaitforvsync.cpp23 #include <errno.h>
39 printf("FBIO_WAITFORVSYNC error: %s\n", strerror(errno));
/frameworks/native/vulkan/libvulkan/
H A Dlayers_extensions.cpp330 int err = errno;
H A Dswapchain.cpp807 strerror(errno), errno);
/frameworks/opt/net/voip/src/jni/rtp/
H A DAudioGroup.cpp20 #include <errno.h>
581 ALOGE("epoll_create: %s", strerror(errno));
591 ALOGE("socketpair: %s", strerror(errno));
610 ALOGE("setsockopt: %s", strerror(errno));
619 ALOGE("epoll_ctl: %s", strerror(errno));
683 ALOGE("epoll_ctl: %s", strerror(errno));
706 ALOGE("epoll_ctl: %s", strerror(errno));
756 ALOGE("epoll_wait: %s", strerror(errno));
1072 ALOGE("urandom: %s", strerror(errno));
H A DRtpStream.cpp20 #include <errno.h>
52 jniThrowException(env, "java/net/SocketException", strerror(errno));
84 jniThrowException(env, "java/net/SocketException", strerror(errno));
/frameworks/opt/net/wifi/service/jni/
H A Dcom_android_server_wifi_WifiNative.cpp245 return -errno;
256 ret = errno ? -errno : -999;
257 ALOGE("Could not read interface %s flags: %d\n", ifname, errno);
281 ALOGE("Could not set interface %s flags: %d\n", ifname, errno);
282 ret = errno ? -errno : -999;
/frameworks/rs/
H A DrsCppUtils.cpp62 ALOGE("Fork of \"%s\" failed with error %s", exe, strerror(errno));
77 ALOGE("execv() failed: %s", strerror(errno));
87 strerror(errno));
H A DrsScriptC.cpp102 if (errno == ENOENT) {
106 ALOGE("Error: %s", strerror(errno));
110 ALOGE("Stat error: %s", strerror(errno));
H A DrsSignal.cpp18 #include <errno.h>
/frameworks/webview/chromium/loader/
H A Dloader.cpp22 #include <errno.h>
58 vsize, strerror(errno));
70 if (unlink(relro) != 0 && errno != ENOENT) {
74 ALOGW("Failed to unlink old file %s: %s", relro, strerror(errno));
82 ALOGE("Failed to create temporary file %s: %s", relro_tmp, strerror(errno));
100 ALOGE("Failed to update relro file %s: %s", relro, strerror(errno));
112 ALOGE("Failed to open relro file %s: %s", relro, strerror(errno));
/frameworks/webview/chromium/plat_support/
H A Ddraw_gl_functor.cpp24 #include <errno.h>
114 ALOGE("setrlimit failed: %s", strerror(errno));
117 ALOGE("getrlimit failed: %s", strerror(errno));
/frameworks/wilhelm/src/android/
H A Dandroid_GenericPlayer.cpp111 SL_LOGE("GenericPlayer::setDataSource: fstat(%d) failed: %d, %s", fd, ret, strerror(errno));
/frameworks/wilhelm/src/
H A Dsles_allinclusive.h34 #include <errno.h>

Completed in 299 milliseconds

123456789