Searched refs:strerror (Results 176 - 200 of 204) sorted by relevance

123456789

/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp519 strerror(-err), err);
529 strerror(-err), err);
/frameworks/av/media/libstagefright/omx/
H A DGraphicBufferSource.cpp195 strerror(-mInitCheck), mInitCheck);
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp148 AUDIO_HARDWARE_MODULE_ID, if_name, strerror(-rc));
154 AUDIO_HARDWARE_MODULE_ID, if_name, strerror(-rc));
3039 strerror(errno));
3101 dprintf(fd, "unable to create tee %s: %s\n", teePath, strerror(errno));
/frameworks/base/core/jni/
H A DAndroidRuntime.cpp766 strerror(errno));
H A Dandroid_hardware_Camera.cpp610 strerror(-rc), rc);
H A Dandroid_os_Parcel.cpp487 jniThrowException(env, "java/io/FileNotFoundException", strerror(errno));
H A Dandroid_util_Process.cpp1121 fprintf(stderr, "/proc: %s\n", strerror(errno));
/frameworks/base/tools/aapt/
H A DResource.cpp1730 (const char*)bundle->getPublicOutputFile(), strerror(errno));
2704 dest.string(), strerror(errno));
2736 textDest.string(), strerror(errno));
3136 filename, strerror(errno));
H A DZipFile.cpp931 ALOGW("ftruncate failed %ld: %s\n", ftell(mZipFp), strerror(errno));
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp303 strerror(key_create_value));
/frameworks/native/libs/binder/tests/
H A DbinderLibTest.cpp91 fprintf(stderr, "execv failed, %s\n", strerror(errno));
/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp572 ALOGE_IF(err, "SurfaceComposerClient::createSurface error %s", strerror(-err));
H A DBufferQueueProducer.cpp1115 strerror(-status), status);
/frameworks/native/libs/gui/tests/
H A DCpuConsumer_test.cpp163 ASSERT_EQ(NO_ERROR, err) << msg << strerror(-err)
/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.cpp961 op, EGLUtils::strerror(error), error);
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp122 ALOGE("Failed to open HWC device (%s), aborting", strerror(-error));
/frameworks/native/vulkan/libvulkan/
H A Ddriver.cpp146 ALOGE("failed to open Vulkan HAL device: %s (%d)", strerror(-result),
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp771 ALOGE("fstat(%d) failed: %d, %s", fd, ret, strerror(errno));
838 strerror(-err), err);
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp2714 ALOGE("native_window_api_connect returned an error: %s (%d)", strerror(-err), err);
2728 ALOGW("native_window_api_disconnect returned an error: %s (%d)", strerror(-err), err);
/frameworks/av/camera/ndk/impl/
H A DACameraDevice.cpp73 __FUNCTION__, strerror(-err), err);
/frameworks/native/services/sensorservice/
H A DSensorService.cpp495 ALOGE("sensor poll failed (%s)", strerror(-count));
/frameworks/rs/cpu_ref/
H A DrsCpuCore.cpp136 ALOGE("SETAFFINITY ret = %i %s", ret, EGLUtils::strerror(ret));
/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp1621 ALOGE_IF(gPcmDumpFh <= 0, "gPcmDumpFh open error %d %s", errno, strerror(errno));
/frameworks/av/media/libmedia/
H A DIOMX.cpp807 ALOGE("couldn't map: %s", strerror(errno));
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp1823 -ret, strerror(-ret));

Completed in 3608 milliseconds

123456789