Searched refs:errno (Results 151 - 175 of 220) sorted by relevance

123456789

/frameworks/base/core/jni/
H A Dandroid_hardware_UsbDeviceConnection.cpp118 if (ret && force && errno == EBUSY) {
H A Dandroid_os_SELinux.cpp25 #include <errno.h>
H A Dandroid_view_InputChannel.cpp208 ALOGE("Error %d dup channel fd %d.", errno, rawFd);
H A Dandroid_util_EventLog.cpp185 jniThrowIOException(env, errno);
/frameworks/base/libs/androidfw/
H A DZipFileRO.cpp33 #include <errno.h>
H A DAsset.cpp34 #include <errno.h>
393 ALOGD("failed lseek (errno=%d)\n", errno);
/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp732 ALOGE("Error reading cmdline: %s (%d)", strerror(errno), errno);
738 ALOGE("Error opening /proc/self/cmdline: %s (%d)", strerror(errno),
739 errno);
/frameworks/base/media/jni/
H A Dandroid_mtp_MtpServer.cpp68 ALOGE("could not open MTP driver, errno: %d", errno);
/frameworks/base/native/android/
H A Dstorage_manager.cpp133 ALOGE("mountObb failed to resolve path %s: %s", rawPath, strerror(errno));
H A Dinput.cpp31 #include <errno.h>
/frameworks/base/tools/obbtool/
H A DMain.cpp108 filename, strerror(errno));
/frameworks/native/libs/binder/tests/
H A DbinderLibTest.cpp17 #include <errno.h>
89 status = -errno;
91 fprintf(stderr, "execv failed, %s\n", strerror(errno));
890 while (wait(NULL) != -1 || errno != ECHILD)
/frameworks/native/libs/gui/
H A DSurfaceControl.cpp20 #include <errno.h>
/frameworks/native/libs/ui/
H A DGraphicBufferMapper.cpp21 #include <errno.h>
/frameworks/native/opengl/libs/EGL/
H A DgetProcAddress.cpp19 #include <errno.h>
H A DLoader.cpp21 #include <errno.h>
/frameworks/native/opengl/libs/GLES2/
H A Dgl2.cpp19 #include <errno.h>
/frameworks/native/opengl/libs/GLES_CM/
H A Dgl.cpp19 #include <errno.h>
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DFramebufferSurface.cpp25 #include <errno.h>
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp20 #include <errno.h>
142 "errno = %d", errno);
/frameworks/native/cmds/installd/
H A Dotapreopt.cpp410 command_line.c_str(), strerror(errno));
420 command_line.c_str(), pid, got_pid, strerror(errno));
/frameworks/av/drm/drmserver/
H A DDrmManagerService.cpp24 #include <errno.h>
/frameworks/base/tests/touchlag/
H A Dtouchlag.cpp24 #include <errno.h>
/frameworks/base/tools/aapt2/xml/
H A DXmlPullParser.cpp56 mLastError = strerror(errno);
/frameworks/wilhelm/src/
H A Dsles_allinclusive.h34 #include <errno.h>

Completed in 512 milliseconds

123456789