Searched refs:strerror (Results 151 - 175 of 204) sorted by relevance

123456789

/frameworks/native/opengl/tests/gl2_yuvtex/
H A Dgl2_yuvtex.cpp56 fprintf(stderr, "after %s() eglError %s (0x%x)\n", op, EGLUtils::strerror(error),
/frameworks/native/vulkan/libvulkan/
H A Dlayers_extensions.cpp332 dirname.c_str(), strerror(err));
/frameworks/av/media/libmedia/
H A DAudioTrackShared.cpp309 ALOGE("%s unexpected error %s", __func__, strerror(status));
508 ALOGE("%s unexpected error %s", __func__, strerror(status));
H A DIAudioFlinger.cpp142 ALOGE("createTrack error: %s", strerror(-lStatus));
218 ALOGE("openRecord error: %s", strerror(-lStatus));
743 ALOGE("createEffect error: %s", strerror(-lStatus));
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.h883 strerror(-err), err, cameraId.string());
942 strerror(-err), err);
/frameworks/av/services/radio/
H A DRadioService.cpp63 RADIO_HARDWARE_MODULE_ID, "primary", strerror(-rc));
69 RADIO_HARDWARE_MODULE_ID, "primary", strerror(-rc));
/frameworks/av/services/soundtrigger/
H A DSoundTriggerHwService.cpp64 SOUND_TRIGGER_HARDWARE_MODULE_ID, HW_MODULE_PREFIX, strerror(-rc));
70 SOUND_TRIGGER_HARDWARE_MODULE_ID, HW_MODULE_PREFIX, strerror(-rc));
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp80 ALOGE_IF(err, "linkToComposerDeath failed (%s) ", strerror(-err));
812 fn.string(), strerror(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),
/frameworks/base/services/core/jni/
H A Dcom_android_server_tv_TvInputHal.cpp317 TV_INPUT_HARDWARE_MODULE_ID, strerror(-err));
328 TV_INPUT_DEFAULT_DEVICE, strerror(-err));
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp42 #include <string.h> // strerror
264 ALOGW("failed to access file %s: %s\n", targetPath.string(), strerror(errno));
268 ALOGW("failed to access file %s: %s\n", idmapPath.string(), strerror(errno));
272 ALOGW("failed to access file %s: %s\n", overlayPath.string(), strerror(errno));
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp666 fprintf(stderr, "ERROR: opendir(%s): %s\n", srcDir.string(), strerror(errno));
1137 fprintf(stderr, "ERROR: opendir(%s): %s\n", srcDir.string(), strerror(errno));
1267 fprintf(stderr, "err=%s entryName=%s\n", strerror(err), entryName.string());
H A DXMLNode.cpp592 strerror(errno));
612 SourcePos(file->getSourceFile(), -1).error("Error reading file: %s\n", strerror(errno));
/frameworks/av/camera/
H A DVendorTagDescriptor.cpp438 , __FUNCTION__, strerror(-res), res);
/frameworks/av/media/libstagefright/rtsp/
H A DARTPConnection.cpp353 n == 0 ? "connection gone" : strerror(errno));
/frameworks/av/media/libstagefright/wifi-display/rtp/
H A DRTPSender.cpp542 strerror(-err));
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3BufferManager.cpp230 __FUNCTION__, res, strerror(-res));
/frameworks/base/core/jni/
H A Dandroid_hardware_location_ContextHubService.cpp276 strerror(-err));
/frameworks/base/tools/aapt2/xml/
H A DXmlDom.cpp184 diag->error(DiagMessage(source) << 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/av/media/libstagefright/wifi-display/source/
H A DWifiDisplaySource.cpp210 strerror(-err));
1090 sessionID, cseq, err, strerror(-err));
/frameworks/av/media/mtp/
H A DMtpServer.cpp1083 ALOGE("opendir %s failed: %s", path, strerror(errno));
1123 ALOGE("deletePath stat failed for %s: %s", path, strerror(errno));
/frameworks/base/tools/aapt2/compile/
H A DPng.cpp83 png_error(readPtr, strerror(errno));
1199 mDiag->error(DiagMessage() << strerror(errno));
/frameworks/native/libs/binder/
H A DParcel.cpp2082 i, fds[i], fd_count, strerror(errno));
2229 to << "Error: " << (void*)(intptr_t)err << " \"" << strerror(-err) << "\"";
2558 ALOGW("Unable to getrlimit: %s", strerror(errno));
/frameworks/av/media/libstagefright/
H A DACodec.cpp700 strerror(-err), -err);
716 ALOGE("native_window_set_buffer_count failed: %s (%d)", strerror(-err),
741 strerror(-err), -err);
758 strerror(-err), -err);
1039 strerror(-err), -err);
1079 ALOGE("native_window_set_buffer_count failed: %s (%d)", strerror(-err),
1112 ALOGE("dequeueBuffer failed: %s (%d)", strerror(-err), -err);
1239 ALOGE("dequeueBuffer failed: %s (%d)", strerror(-err), -err);

Completed in 4879 milliseconds

123456789