Searched refs:strerror (Results 126 - 150 of 204) sorted by relevance

123456789

/frameworks/base/tools/obbtool/
H A DMain.cpp108 filename, strerror(errno));
/frameworks/native/services/inputflinger/
H A DEventHub.cpp100 ALOGE("Could not get linux version: %s", strerror(errno));
1075 ALOGE("could not open %s, %s\n", devicePath, strerror(errno));
1083 //fprintf(stderr, "could not get device name for %s, %s\n", devicePath, strerror(errno));
1102 ALOGE("could not get driver version for %s, %s\n", devicePath, strerror(errno));
1110 ALOGE("could not get device input id for %s, %s\n", devicePath, strerror(errno));
1121 //fprintf(stderr, "could not get location for %s, %s\n", devicePath, strerror(errno));
1129 //fprintf(stderr, "could not get idstring for %s, %s\n", devicePath, strerror(errno));
1310 ALOGW("Unable to disable kernel key repeat for %s: %s", devicePath, strerror(errno));
1614 ALOGW("could not get event, %s\n", strerror(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/native/services/surfaceflinger/
H A DDispSync.cpp123 strerror(-err), err);
149 strerror(-err), err);
H A DSurfaceFlinger.cpp357 strerror(-err), err);
365 strerror(-err), err);
400 strerror(-err), err);
408 strerror(-err), err);
1014 " %d (%s)", displayId, result, strerror(-result));
1240 " %d (%s)", displayId, result, strerror(-result));
2394 ALOGE_IF(err, "createNormalLayer() failed (%s)", strerror(-err));
2416 "error removing layer=%p (%s)", l.get(), strerror(-err));
2430 "error removing layer=%p (%s)", l.get(), strerror(-err));
2568 "dumping anyways (no locks held)\n", strerror(
[all...]
H A DSurfaceFlinger_hwc1.cpp355 strerror(-err), err);
363 strerror(-err), err);
398 strerror(-err), err);
406 strerror(-err), err);
1013 ALOGE_IF(err, "HWComposer::prepare failed (%s)", strerror(-err));
1242 ALOGE_IF(err, "HWComposer::prepare failed (%s)", strerror(-err));
2410 ALOGE_IF(err, "createNormalLayer() failed (%s)", strerror(-err));
2432 "error removing layer=%p (%s)", l.get(), strerror(-err));
2446 "error removing layer=%p (%s)", l.get(), strerror(-err));
2584 "dumping anyways (no locks held)\n", strerror(
[all...]
/frameworks/rs/driver/
H A DrsdGL.cpp53 static const char *strerror(EGLint err) { function in struct:EGLUtils
81 fprintf(stderr, "after %s() eglError %s (0x%x)\n", op, EGLUtils::strerror(error),
/frameworks/base/tools/aapt2/xml/
H A DXmlPullParser.cpp56 mLastError = strerror(errno);
/frameworks/native/cmds/servicemanager/
H A Dservice_manager.c376 ALOGE("cannot become context manager (%s)\n", strerror(errno));
/frameworks/native/libs/gui/
H A DConsumerBase.cpp73 strerror(-err), err);
/frameworks/native/opengl/tests/gl2_basic/
H A Dgl2_basic.cpp54 fprintf(stderr, "after %s() eglError %s (0x%x)\n", op, EGLUtils::strerror(error),
/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp155 fprintf(stderr, "after %s() eglError %s (0x%x)\n", op, EGLUtils::strerror(error),
/frameworks/native/opengl/tests/gl_yuvtex/
H A Dgl_yuvtex.cpp56 fprintf(stderr, "after %s() eglError %s (0x%x)\n", op, EGLUtils::strerror(error),
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer_hwc1.cpp124 strerror(-fberr));
224 HWC_HARDWARE_COMPOSER, strerror(-err));
566 event, enabled, strerror(-err));
689 ALOGE_IF(err, "HWComposer: prepare failed (%s)", strerror(-err));
/frameworks/av/services/camera/libcameraservice/api1/
H A DCameraClient.cpp82 __FUNCTION__, mCameraId, strerror(-res), res);
227 ALOGW("native_window_api_disconnect failed: %s (%d)", strerror(-result),
293 ALOGE("native_window_api_connect failed: %s (%d)", strerror(-result),
/frameworks/base/core/jni/
H A Dandroid_database_SQLiteConnection.cpp519 ALOGE("ashmem_create_region failed: %s", strerror(error));
525 ALOGE("mmap failed: %s", strerror(error));
535 ALOGE("ashmem_set_prot_region failed: %s", strerror(errno));
H A Dandroid_util_AssetManager.cpp141 ALOGE("failed to fork for idmap: %s", strerror(errno));
155 ALOGE("capget: %s\n", strerror(errno));
161 ALOGE("capset: %s\n", strerror(errno));
166 ALOGE("setgid: %s\n", strerror(errno));
171 ALOGE("setuid: %s\n", strerror(errno));
196 ALOGE("failed to execl for idmap: %s", strerror(errno));
/frameworks/base/media/jni/
H A Dandroid_media_ImageReader.cpp504 __FUNCTION__, strerror(-res), res);
508 __FUNCTION__, strerror(-res), res);
606 ALOGE("Image detach failed: %s (%d)!!!", strerror(-res), res);
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.cpp93 ALOGE_IF(rc, "couldn't open audio policy device (%s)", strerror(-rc));
100 ALOGE_IF(rc, "couldn't create audio policy (%s)", strerror(-rc));
106 ALOGE_IF(rc, "couldn't init_check the audio policy (%s)", strerror(-rc));
/frameworks/av/media/libstagefright/
H A DSurfaceMediaSource.cpp78 strerror(-err), err);
/frameworks/base/tools/aapt/
H A DPackage.cpp81 strerror(errno));
/frameworks/compile/libbcc/bcinfo/tools/
H A Dmain.cpp260 fprintf(stderr, "Unable to stat input file: %s\n", strerror(errno));
/frameworks/native/libs/binder/
H A DMemoryDealer.cpp216 start_ptr, size, err<0 ? strerror(errno) : "Ok");
/frameworks/native/libs/ui/
H A DGraphicBuffer.cpp398 strerror(-err), err);
/frameworks/native/opengl/tests/gl2_copyTexImage/
H A Dgl2_copyTexImage.cpp54 fprintf(stderr, "after %s() eglError %s (0x%x)\n", op, EGLUtils::strerror(error),

Completed in 650 milliseconds

123456789