Home
last modified time | relevance | path

Searched refs:strerror (Results 1 – 25 of 285) sorted by relevance

12345678910>>...12

/frameworks/rs/
DrsSignal.cpp35 ALOGE("Signal::init: mutex init failure: %s", strerror(status)); in init()
41 ALOGE("Signal::init: condition init failure: %s", strerror(status)); in init()
52 ALOGE("Signal::set: error locking for set condition: %s", strerror(status)); in set()
60 ALOGE("Signal::set: error on set condition: %s", strerror(status)); in set()
65 ALOGE("Signal::set: error unlocking for set condition: %s", strerror(status)); in set()
72 ALOGE("Signal::wait: error locking for condition: %s", strerror(status)); in wait()
83 ALOGE("Signal::wait: error waiting for condition: %s", strerror(status)); in wait()
88 ALOGE("Signal::wait: error unlocking for condition: %s", strerror(status)); in wait()
/frameworks/av/media/libstagefright/
DSurfaceUtils.cpp39 ALOGE("nativeWindowDisconnect failed: %s (%d)", strerror(-err), -err); in setNativeWindowSizeFormatAndUsage()
45 ALOGE("nativeWindowConnect failed: %s (%d)", strerror(-err), -err); in setNativeWindowSizeFormatAndUsage()
52 ALOGE("native_window_set_buffers_dimensions failed: %s (%d)", strerror(-err), -err); in setNativeWindowSizeFormatAndUsage()
58 ALOGE("native_window_set_buffers_format failed: %s (%d)", strerror(-err), -err); in setNativeWindowSizeFormatAndUsage()
74 ALOGE("native_window_set_buffers_transform failed: %s (%d)", strerror(-err), -err); in setNativeWindowSizeFormatAndUsage()
93 ALOGE("error authenticating native window: %s (%d)", strerror(-err), -err); in setNativeWindowSizeFormatAndUsage()
102 ALOGE("error query native window: %s (%d)", strerror(-err), -err); in setNativeWindowSizeFormatAndUsage()
118 ALOGE("native_window_set_usage failed: %s (%d)", strerror(-err), -err); in setNativeWindowSizeFormatAndUsage()
125 ALOGE("native_window_set_scaling_mode failed: %s (%d)", strerror(-err), -err); in setNativeWindowSizeFormatAndUsage()
205 ALOGE("error pushing blank frames: api_disconnect failed: %s (%d)", strerror(-err), -err); in pushBlankBuffersToNativeWindow()
[all …]
/frameworks/base/libs/androidfw/
DObbFile.cpp93 ALOGW("couldn't open file %s: %s", filename, strerror(errno)); in readFrom()
123 ALOGW("error seeking in ObbFile: %s\n", strerror(errno)); in parseObbFile()
139 ALOGW("couldn't read footer signature: %s\n", strerror(errno)); in parseObbFile()
167 ALOGW("seek %lld failed: %s\n", (long long int)fileOffset, strerror(errno)); in parseObbFile()
175 ALOGW("couldn't allocate scanBuf: %s\n", strerror(errno)); in parseObbFile()
182 ALOGI("couldn't read ObbFile footer: %s\n", strerror(errno)); in parseObbFile()
240 ALOGW("failed to write to %s: %s\n", filename, strerror(errno)); in writeTo()
263 ALOGW("couldn't write signature version: %s\n", strerror(errno)); in writeTo()
280 ALOGW("couldn't write salt: %s\n", strerror(errno)); in writeTo()
287 ALOGW("couldn't write package name length: %s\n", strerror(errno)); in writeTo()
[all …]
DBackupHelpers.cpp165 ALOGW("write_snapshot_file error writing header %s", strerror(errno)); in write_snapshot_file()
177 ALOGW("write_snapshot_file error writing header %s", strerror(errno)); in write_snapshot_file()
184 ALOGW("write_snapshot_file error writing filename %s", strerror(errno)); in write_snapshot_file()
193 paddingLen, strerror(errno)); in write_snapshot_file()
519 ALOGE("Error %d (%s) from lstat64(%s)", err, strerror(err), filepath.string()); in write_tarfile()
547 ALOGE("Error %d (%s) from open(%s)", err, strerror(err), filepath.string()); in write_tarfile()
695 err, strerror(err)); in write_tarfile()
766 (long)amt, strerror(errno)); in WriteFile()
784 ALOGW("Could not open file %s -- %s", filename.string(), strerror(errno)); in WriteFile()
792 ALOGW("Error '%s' writing '%s'", strerror(errno), filename.string()); in WriteFile()
[all …]
/frameworks/base/libs/hwui/renderthread/
DVulkanSurface.cpp68 ALOGE("native_window_api_connect failed: %s (%d)", strerror(-err), err); in ConnectAndSetWindowDefaults()
75 ALOGE("native_window->setSwapInterval(1) failed: %s (%d)", strerror(-err), err); in ConnectAndSetWindowDefaults()
81 ALOGE("native_window_set_shared_buffer_mode(false) failed: %s (%d)", strerror(-err), err); in ConnectAndSetWindowDefaults()
87 ALOGE("native_window_set_auto_refresh(false) failed: %s (%d)", strerror(-err), err); in ConnectAndSetWindowDefaults()
94 strerror(-err), err); in ConnectAndSetWindowDefaults()
101 ALOGE("native_window_set_buffers_dimensions(0,0) failed: %s (%d)", strerror(-err), err); in ConnectAndSetWindowDefaults()
112 strerror(-err), err); in ConnectAndSetWindowDefaults()
153 ALOGE("window->query failed: %s (%d) value=%d", strerror(-err), err, width); in InitializeWindowInfoStruct()
158 ALOGE("window->query failed: %s (%d) value=%d", strerror(-err), err, height); in InitializeWindowInfoStruct()
166 ALOGE("window->query failed: %s (%d) value=%d", strerror(-err), err, query_value); in InitializeWindowInfoStruct()
[all …]
/frameworks/native/cmds/rawbu/
Dbackup.cpp76 path, strerror(errno)); in wipe()
127 nameBuffer, strerror(errno)); in wipe()
145 newpath, strerror(errno)); in wipe()
163 nameBuffer, strerror(errno)); in wipe()
177 fprintf(stderr, "unable to write int32 (%d bytes): %s\n", res, strerror(errno)); in write_int32()
188 fprintf(stderr, "unable to write int64 (%d bytes): %s\n", res, strerror(errno)); in write_int64()
208 amt, origSize, srcName, errno != 0 ? strerror(errno) : "unexpected EOF"); in copy_file()
211 amt, origSize, errno != 0 ? strerror(errno) : "unexpected EOF"); in copy_file()
219 writeLen, readLen, destName, strerror(errno)); in copy_file()
222 writeLen, readLen, strerror(errno)); in copy_file()
[all …]
/frameworks/av/services/camera/libcameraservice/api1/client2/
DStreamingProcessor.cpp131 "%s (%d)", __FUNCTION__, mId, strerror(-res), res); in updatePreviewRequest()
140 strerror(-res), res); in updatePreviewRequest()
148 __FUNCTION__, mId, strerror(-res), res); in updatePreviewRequest()
172 "%s (%d)", __FUNCTION__, mId, strerror(-res), res); in updatePreviewStream()
183 "%s (%d)", __FUNCTION__, mId, strerror(-res), res); in updatePreviewStream()
190 strerror(-res), res); in updatePreviewStream()
205 __FUNCTION__, mId, strerror(-res), res); in updatePreviewStream()
214 "%s (%d)", __FUNCTION__, mId, strerror(-res), res); in updatePreviewStream()
240 __FUNCTION__, strerror(-res), res); in deletePreviewStream()
246 __FUNCTION__, strerror(-res), res); in deletePreviewStream()
[all …]
/frameworks/native/cmds/dumpstate/
DDumpstateInternal.cpp56 MYLOGE("Unable to get AID_SHELL: %s\n", strerror(errno)); in DropRootUser()
66 MYLOGE("prctl(PR_SET_KEEPCAPS) failed: %s\n", strerror(errno)); in DropRootUser()
79 strerror(errno)); in DropRootUser()
85 MYLOGE("Unable to setgroups, aborting: %s\n", strerror(errno)); in DropRootUser()
89 MYLOGE("Unable to setgid, aborting: %s\n", strerror(errno)); in DropRootUser()
93 MYLOGE("Unable to setuid, aborting: %s\n", strerror(errno)); in DropRootUser()
105 MYLOGE("capget failed: %s\n", strerror(errno)); in DropRootUser()
127 capdata[1].effective, strerror(errno)); in DropRootUser()
170 dprintf(out_fd, "*** %s: poll failed: %s\n", path, strerror(errno)); in DumpFileFromFdToFd()
186 dprintf(out_fd, "*** %s: Failed to read from fd: %s", path, strerror(errno)); in DumpFileFromFdToFd()
DDumpstateUtil.cpp52 printf("*** sigprocmask failed: %s\n", strerror(errno)); in waitpid_with_timeout()
64 printf("*** sigprocmask failed: %s\n", strerror(errno)); in waitpid_with_timeout()
74 printf("*** sigtimedwait failed: %s\n", strerror(errno)); in waitpid_with_timeout()
84 printf("*** waitpid failed: %s\n", strerror(errno)); in waitpid_with_timeout()
230 dprintf(out_fd, "*** Error dumping %s: %s\n", path.c_str(), strerror(err)); in DumpFileToFd()
233 strerror(err)); in DumpFileToFd()
313 if (!silent) dprintf(fd, "*** fork: %s\n", strerror(errno)); in RunCommandToFd()
314 MYLOGE("*** fork: %s\n", strerror(errno)); in RunCommandToFd()
323 strerror(errno)); in RunCommandToFd()
325 MYLOGE("*** could not drop root before running %s: %s\n", command, strerror(errno)); in RunCommandToFd()
[all …]
/frameworks/opt/net/wifi/libwifi_system_iface/
Dinterface_tool.cpp53 << " (" << strerror(errno) << ")"; in GetIfState()
66 << strerror(errno) << ")"; in GetUpState()
82 << strerror(errno) << ")"; in SetUpState()
104 << " (" << strerror(errno) << ")"; in SetUpState()
124 << strerror(errno) << ")"; in SetMacAddress()
137 << " (" << strerror(errno) << ")"; in SetMacAddress()
157 << strerror(errno) << ")"; in GetFactoryMacAddress()
171 << " (" << strerror(errno) << ")"; in GetFactoryMacAddress()
183 << " (" << strerror(errno) << ")"; in createBridge()
195 << " (" << strerror(errno) << ")"; in deleteBridge()
[all …]
/frameworks/native/opengl/libs/EGL/
DFileBlobCache.cpp61 strerror(errno), errno); in FileBlobCache()
68 ALOGE("error stat'ing cache file: %s (%d)", strerror(errno), errno); in FileBlobCache()
85 ALOGE("error mmaping cache file: %s (%d)", strerror(errno), in FileBlobCache()
107 ALOGE("error reading cache contents: %s (%d)", strerror(-err), in FileBlobCache()
134 strerror(errno), errno); in writeToFile()
142 strerror(errno), errno); in writeToFile()
152 strerror(errno), errno); in writeToFile()
160 ALOGE("error writing cache contents: %s (%d)", strerror(-err), in writeToFile()
174 ALOGE("error writing cache file: %s (%d)", strerror(errno), in writeToFile()
/frameworks/native/services/vr/performanced/
Dperformance_service_tests.cpp50 return std::string("errno:") + strerror(error); in GetTaskCpuSet()
280 << "Failed to set gid: " << strerror(errno); in TEST()
282 << "Failed to set uid: " << strerror(errno); in TEST()
318 << "Failed to restore uid: " << strerror(errno); in TEST()
320 << "Failed to set uid: " << strerror(errno); in TEST()
356 << "Failed to restore uid: " << strerror(errno); in TEST()
358 << "Failed to restore gid: " << strerror(errno); in TEST()
360 << "Failed to set gid: " << strerror(errno); in TEST()
362 << "Failed to set uid: " << strerror(errno); in TEST()
398 << "Failed to restore uid: " << strerror(errno); in TEST()
[all …]
Dmain.cpp40 CHECK_ERROR(ret < 0, error, "Failed to set KEEPCAPS: %s", strerror(errno)); in main()
44 CHECK_ERROR(ret < 0, error, "Failed to set GID: %s", strerror(errno)); in main()
46 CHECK_ERROR(ret < 0, error, "Failed to set UID: %s", strerror(errno)); in main()
59 strerror(errno)); in main()
72 strerror(-ret)); in main()
/frameworks/native/services/inputflinger/reader/
DTouchVideoDevice.cpp54 ALOGE("Could not open video device %s: %s", devicePath.c_str(), strerror(errno)); in create()
61 ALOGE("VIDIOC_QUERYCAP failed: %s", strerror(errno)); in create()
77 ALOGE("VIDIOC_ENUMINPUT failed: %s", strerror(errno)); in create()
91 ALOGE("VIDIOC_G_FMT failed: %s", strerror(errno)); in create()
105 ALOGE("VIDIOC_REQBUFS failed: %s", strerror(errno)); in create()
122 ALOGE("VIDIOC_QUERYBUF failed: %s", strerror(errno)); in create()
135 ALOGE("%s: map failed: %s", __func__, strerror(errno)); in create()
143 ALOGE("VIDIOC_STREAMON failed: %s", strerror(errno)); in create()
151 ALOGE("VIDIOC_QBUF failed for buffer %zu: %s", i, strerror(errno)); in create()
194 ALOGE("VIDIOC_DQBUF failed: %s", strerror(errno)); in readFrame()
[all …]
/frameworks/base/apex/jobscheduler/service/jni/
Dcom_android_server_alarm_AlarmManagerService.cpp137 ALOGV("settimeofday() failed: %s", strerror(errno)); in setTime()
143 ALOGE("Unable to open %s: %s", rtc_dev.c_str(), strerror(errno)); in setTime()
149 ALOGV("gmtime_r() failed: %s", strerror(errno)); in setTime()
164 ALOGV("RTC_SET_TIME ioctl failed: %s", strerror(errno)); in setTime()
217 ALOGW("Unable to set rtc to %ld: %s", tv.tv_sec, strerror(errno)); in android_server_alarm_AlarmManagerService_setKernelTime()
232 ALOGE("Unable to set kernel timezone to %d: %s\n", minswest, strerror(errno)); in android_server_alarm_AlarmManagerService_setKernelTimezone()
264 ALOGE("timerfd_create(%u) failed: %s", id, strerror(errno)); in log_timerfd_create_error()
274 ALOGE("epoll_create(%zu) failed: %s", fds.size(), strerror(errno)); in android_server_alarm_AlarmManagerService_init()
311 ALOGE("epoll_ctl(EPOLL_CTL_ADD) failed: %s", strerror(errno)); in android_server_alarm_AlarmManagerService_init()
323 ALOGE("timerfd_settime() failed: %s", strerror(errno)); in android_server_alarm_AlarmManagerService_init()
[all …]
/frameworks/native/cmds/ip-up-vpn/
Dip-up-vpn.c71 ALOGE("Cannot create state: %s", strerror(errno)); in main()
97 ALOGE("Cannot bring up %s: %s", interface, strerror(errno)); in main()
105 ALOGE("Cannot set address: %s", strerror(errno)); in main()
113 ALOGE("Cannot set netmask: %s", strerror(errno)); in main()
135 ALOGE("Cannot write state: %s", strerror(errno)); in main()
/frameworks/native/libs/vr/libpdx/
Dservice_dispatcher.cpp28 ALOGE("Failed to create event fd because: %s\n", strerror(errno)); in ServiceDispatcher()
34 ALOGE("Failed to create epoll fd because: %s\n", strerror(errno)); in ServiceDispatcher()
45 ALOGE("Failed to add event fd to epoll fd because: %s\n", strerror(errno)); in ServiceDispatcher()
80 ALOGE("Failed to add service to dispatcher because: %s\n", strerror(errno)); in AddService()
99 strerror(errno)); in RemoveService()
120 strerror(errno)); in ReceiveAndDispatch()
152 ALOGE("Failed to wait for epoll events because: %s\n", strerror(errno)); in EnterDispatchLoop()
/frameworks/native/libs/vr/libvrflinger/
Depoll_event_dispatcher.cpp16 ALOGE("Failed to create epoll fd: %s", strerror(errno)); in EpollEventDispatcher()
22 ALOGE("Failed to create event for epolling: %s", strerror(errno)); in EpollEventDispatcher()
31 ALOGE("Failed to add eventfd to epoll set because: %s", strerror(errno)); in EpollEventDispatcher()
60 ALOGE("Failed to add fd to epoll set because: %s", strerror(error)); in AddEventHandler()
74 ALOGE("Failed to remove fd from epoll set because: %s", strerror(error)); in RemoveEventHandler()
94 strerror(-error)); in EventThread()
/frameworks/base/cmds/incidentd/src/
DFdBuffer.cpp85 VLOG("poll failed: %s", strerror(errno)); in read()
89 VLOG("return event has error %s", strerror(errno)); in read()
98 VLOG("Fail to read %d: %s", fd, strerror(errno)); in read()
131 VLOG("Fail to read %d: %s", fd, strerror(errno)); in readFully()
191 VLOG("Fail to poll: %s", strerror(errno)); in readProcessedDataInStream()
202 VLOG("fd[%d]=%d returns error events: %s", i, fd, strerror(errno)); in readProcessedDataInStream()
217 VLOG("Fail to read fd %d: %s", fd, strerror(errno)); in readProcessedDataInStream()
239 VLOG("Fail to write toFd %d: %s", toFd.get(), strerror(errno)); in readProcessedDataInStream()
268 VLOG("Fail to read fromFd %d: %s", fromFd.get(), strerror(errno)); in readProcessedDataInStream()
/frameworks/native/services/inputflinger/tests/
DUinputDevice.cpp29 ALOGE("Error while destroying uinput device: %s", strerror(errno)); in ~UinputDevice()
37 FAIL() << "Can't open /dev/uinput :" << strerror(errno); in init()
51 << strerror(errno); in init()
55 FAIL() << "Error in ioctl : UI_DEV_CREATE: " << strerror(errno); in init()
69 type, code, value, strerror(errno)); in injectEvent()
83 FAIL() << "Error in ioctl : UI_SET_EVBIT : EV_KEY: " << strerror(errno); in configureDevice()
89 FAIL() << "Error in ioctl : UI_SET_KEYBIT : " << key << " : " << strerror(errno); in configureDevice()
95 FAIL() << "Error in ioctl : UI_SET_EVBIT : EV_SYN: " << strerror(errno); in configureDevice()
/frameworks/base/services/core/jni/
Dcom_android_server_connectivity_Vpn.cpp69 ALOGE("Cannot allocate TUN: %s", strerror(errno)); in create_interface()
76 ALOGE("Cannot activate %s: %s", ifr4.ifr_name, strerror(errno)); in create_interface()
83 ALOGE("Cannot set MTU on %s: %s", ifr4.ifr_name, strerror(errno)); in create_interface()
98 ALOGE("Cannot get interface name: %s", strerror(errno)); in get_interface_name()
110 ALOGE("Cannot get index of %s: %s", name, strerror(errno)); in get_interface_index()
184 ALOGE("Cannot add address: %s/%d: %s", address, prefix, strerror(errno)); in set_addresses()
200 ALOGE("Cannot reset %s: %s", name, strerror(errno)); in reset_interface()
213 ALOGE("Cannot check %s: %s", name, strerror(errno)); in check_interface()
233 strerror(-error)); in modifyAddress()
238 strerror(-error)); in modifyAddress()
/frameworks/av/services/camera/libcameraservice/api1/
DCamera2Client.cpp111 __FUNCTION__, mCameraId, strerror(-res), res); in initializeImpl()
591 __FUNCTION__, strerror(-res), res); in setPreviewWindowL()
602 __FUNCTION__, strerror(-res), res); in setPreviewWindowL()
656 " %s (%d)", __FUNCTION__, mCameraId, strerror(-res), res); in setPreviewCallbackFlagL()
691 __FUNCTION__, mCameraId, strerror(-res), res); in setPreviewCallbackTarget()
774 __FUNCTION__, mCameraId, strerror(-res), res); in startPreviewL()
799 __FUNCTION__, mCameraId, strerror(-res), res); in startPreviewL()
804 __FUNCTION__, mCameraId, strerror(-res), res); in startPreviewL()
812 __FUNCTION__, mCameraId, strerror(-res), res); in startPreviewL()
819 __FUNCTION__, mCameraId, strerror(-res), res); in startPreviewL()
[all …]
/frameworks/base/core/jni/
Dfd_utils.cpp263 strerror(errno))); in CreateFromFd()
278 strerror(errno))); in CreateFromFd()
298 strerror(errno))); in CreateFromFd()
342 strerror(errno))); in ReopenOrDetach()
351 strerror(errno))); in ReopenOrDetach()
360 strerror(errno))); in ReopenOrDetach()
368 strerror(errno))); in ReopenOrDetach()
379 strerror(errno))); in ReopenOrDetach()
454 fail_fn(std::string("Failed to open /dev/null: ").append(strerror(errno))); in DetachSocket()
460 strerror(errno))); in DetachSocket()
[all …]
/frameworks/base/tools/obbtool/
Dpbkdf2gen.cpp46 fprintf(stderr, "Could not open /dev/urandom: %s\n", strerror(errno)); in main()
54 fprintf(stderr, "Could not read salt from /dev/urandom: %s\n", strerror(errno)); in main()
64 fprintf(stderr, "Could not generate PBKDF2 output: %s\n", strerror(errno)); in main()
/frameworks/native/libs/vr/libpdx_uds/
Dchannel_event_set.cpp24 strerror(error)); in SetupHandle()
85 strerror(error)); in ChannelEventReceiver()
95 strerror(error)); in ChannelEventReceiver()
106 strerror(error)); in ChannelEventReceiver()
125 strerror(error)); in PollPendingEvents()

12345678910>>...12