Home
last modified time | relevance | path

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

12345678910>>...61

/aosp12/hardware/knowles/athletico/sound_trigger_hal/tests/
H A Doslo_package_test.c136 strerror(errno)); in main()
138 strerror(errno)); in main()
243 __func__, ei.event_id, ei.src_id, errno, strerror(errno)); in main()
245 __func__, ei.event_id, ei.src_id, errno, strerror(errno)); in main()
257 __func__, ei.event_id, ei.src_id, errno, strerror(errno)); in main()
259 __func__, ei.event_id, ei.src_id, errno, strerror(errno)); in main()
271 __func__, ei.event_id, ei.src_id, errno, strerror(errno)); in main()
273 __func__, ei.event_id, ei.src_id, errno, strerror(errno)); in main()
303 __func__, ei.event_id, ei.src_id, errno, strerror(errno)); in main()
305 __func__, ei.event_id, ei.src_id, errno, strerror(errno)); in main()
[all …]
/aosp12/hardware/knowles/athletico/sound_trigger_hal/
H A Dcvq_util.c104 __func__, strerror(errno)); in write_model()
198 errno, strerror(errno)); in set_ambient_state()
209 errno, strerror(errno)); in set_ambient_state()
230 errno, strerror(errno)); in tear_ambient_state()
250 errno, strerror(errno)); in tear_ambient_state()
1098 errno, strerror(errno)); in setup_chre_package()
1107 errno, strerror(errno)); in setup_chre_package()
1116 errno, strerror(errno)); in setup_chre_package()
1152 errno, strerror(errno)); in destroy_chre_package()
1161 errno, strerror(errno)); in destroy_chre_package()
[all …]
/aosp12/system/bt/gd/os/linux_generic/
H A Dfiles.cc69 LOG_WARN("Failed to open file '%s', error: %s", path.c_str(), strerror(errno)); in ReadSmallFile()
74 LOG_WARN("Failed to get file size for '%s', error: %s", path.c_str(), strerror(errno)); in ReadSmallFile()
83 LOG_WARN("Failed to read file '%s', error: %s", path.c_str(), strerror(errno)); in ReadSmallFile()
125 LOG_ERROR("unable to open dir '%s', error: %s", directory_path.c_str(), strerror(errno)); in WriteToFile()
131 LOG_ERROR("unable to write to file '%s', error: %s", temp_path.c_str(), strerror(errno)); in WriteToFile()
137 LOG_ERROR("unable to write to file '%s', error: %s", temp_path.c_str(), strerror(errno)); in WriteToFile()
152 LOG_WARN("unable to fsync file '%s', error: %s", temp_path.c_str(), strerror(errno)); in WriteToFile()
157 LOG_ERROR("unable to close file '%s', error: %s", temp_path.c_str(), strerror(errno)); in WriteToFile()
179 LOG_WARN("unable to fsync dir '%s', error: %s", directory_path.c_str(), strerror(errno)); in WriteToFile()
183 LOG_ERROR("unable to close dir '%s', error: %s", directory_path.c_str(), strerror(errno)); in WriteToFile()
[all …]
/aosp12/bionic/tests/
H A Dsys_ptrace_test.cpp160 ASSERT_NE(-1, child) << strerror(errno); in run_watchpoint_test()
320 << strerror(errno); in set_breakpoint()
334 << strerror(errno); in set_breakpoint()
345 ASSERT_NE(-1, child) << strerror(errno); in TEST()
443 printf("waitpid returned %d (%s)\n", rc, strerror(errno)); in WaitForTracer()
512 ASSERT_EQ(0, ptrace(PTRACE_SEIZE, worker, 0, 0)) << strerror(errno); in TEST_F()
535 ASSERT_EQ(0, ptrace(PTRACE_SEIZE, worker, 0, 0)) << strerror(errno); in TEST_F()
545 ASSERT_EQ(0, ptrace(PTRACE_SEIZE, worker, 0, 0)) << strerror(errno); in TEST_F()
548 ASSERT_EQ(0, ptrace(PTRACE_CONT, worker, 0, 0)) << strerror(errno); in TEST_F()
562 ASSERT_EQ(0, ptrace(PTRACE_SEIZE, worker, 0, 0)) << strerror(errno); in TEST_F()
[all …]
/aosp12/hardware/google/camera/common/hal/tests/
H A Dstream_buffer_cache_manager_tests.cc136 ASSERT_EQ(res, OK) << " RegisterStream failed!" << strerror(res); in TEST_F()
148 << strerror(res); in TEST_F()
160 ASSERT_EQ(res, OK) << " RegisterStream failed!" << strerror(res); in TEST_F()
177 ASSERT_EQ(res, OK) << " RegisterStream failed!" << strerror(res); in TEST_F()
201 ASSERT_EQ(res, OK) << " RegisterStream failed!" << strerror(res); in TEST_F()
215 ASSERT_EQ(res, OK) << " GetStreamBuffer failed!" << strerror(res); in TEST_F()
239 ASSERT_EQ(res, OK) << " IsStreamActive failed!" << strerror(res); in TEST_F()
262 ASSERT_EQ(res, OK) << " RegisterStream failed!" << strerror(res); in TEST_F()
307 ASSERT_EQ(res, OK) << " RegisterStream failed!" << strerror(res); in TEST_F()
318 ASSERT_EQ(res, OK) << " IsStreamActive failed!" << strerror(res); in TEST_F()
[all …]
/aosp12/system/core/libcutils/
H A Dfs.cpp56 ALOGE("Failed to lstat(%s): %s", path, strerror(errno)); in fs_prepare_path_impl()
104 ALOGE("Failed to chmod(%s, %d): %s", path, mode, strerror(errno)); in fs_prepare_path_impl()
130 ALOGE("Failed to read %s: %s", path, strerror(errno)); in fs_read_atomic_int()
136 ALOGE("Failed to read %s: %s", path, strerror(errno)); in fs_read_atomic_int()
140 ALOGE("Failed to parse %s: %s", path, strerror(errno)); in fs_read_atomic_int()
161 ALOGE("Failed to open %s: %s", temp, strerror(errno)); in fs_write_atomic_int()
168 ALOGE("Value %d too large: %s", value, strerror(errno)); in fs_write_atomic_int()
172 ALOGE("Failed to write %s: %s", temp, strerror(errno)); in fs_write_atomic_int()
176 ALOGE("Failed to close %s: %s", temp, strerror(errno)); in fs_write_atomic_int()
204 ALOGE("Failed to open(/): %s", strerror(errno)); in fs_mkdirs()
[all …]
/aosp12/hardware/interfaces/audio/common/all-versions/test/utility/tests/
H A Dutility_tests.cpp86 ASSERT_TRUE(android::base::WriteStringToFile(XSD_SOURCE, xsd.path)) << strerror(errno); in TEST()
94 << strerror(errno); in TEST()
104 << strerror(errno); in TEST()
108 << strerror(errno); in TEST()
118 << strerror(errno); in TEST()
125 << strerror(errno); in TEST()
136 << strerror(errno); in TEST()
144 << strerror(errno); in TEST()
155 << strerror(errno); in TEST()
162 << strerror(errno); in TEST()
[all …]
/aosp12/hardware/qcom/display/msm8084/liboverlay/
H A DmdpWrapper.h127 strerror(errno)); in getFScreenInfo()
136 strerror(errno)); in getVScreenInfo()
145 strerror(errno)); in setVScreenInfo()
154 strerror(errno)); in startRotator()
163 strerror(errno)); in rotate()
172 strerror(errno)); in setOverlay()
190 strerror(errno)); in endRotator()
199 strerror(errno)); in unsetOverlay()
208 strerror(errno)); in getOverlay()
217 strerror(errno)); in play()
[all …]
/aosp12/frameworks/av/media/libstagefright/
H A 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()
229 "failed: %s (%d)", strerror(-err), -err); in pushBlankBuffersToNativeWindow()
[all …]
/aosp12/hardware/qcom/display/msm8226/liboverlay/
H A DmdpWrapper.h125 strerror(errno)); in getFScreenInfo()
135 strerror(errno)); in getVScreenInfo()
145 strerror(errno)); in setVScreenInfo()
155 strerror(errno)); in startRotator()
165 strerror(errno)); in rotate()
175 strerror(errno)); in setOverlay()
195 strerror(errno)); in endRotator()
205 strerror(errno)); in unsetOverlay()
215 strerror(errno)); in getOverlay()
225 strerror(errno)); in play()
[all …]
/aosp12/system/netd/server/
H A DNetlinkManager.cpp90 ALOGE("Unable to set uevent socket SO_RCVBUF option: %s", strerror(errno)); in setupSocket()
96 SLOGE("Unable to set uevent socket SO_PASSCRED option: %s", strerror(errno)); in setupSocket()
102 ALOGE("Unable to bind netlink socket: %s", strerror(errno)); in setupSocket()
109 ALOGE("Failed NFULNL_CFG_CMD_PF_UNBIND: %s", strerror(errno)); in setupSocket()
113 ALOGE("Failed NFULNL_CFG_CMD_PF_BIND: %s", strerror(errno)); in setupSocket()
117 ALOGE("Failed NFULNL_CFG_CMD_BIND: %s", strerror(errno)); in setupSocket()
124 ALOGE("Unable to start NetlinkHandler: %s", strerror(errno)); in setupSocket()
167 ALOGE("Unable to stop uevent NetlinkHandler: %s", strerror(errno)); in stop()
178 ALOGE("Unable to stop route NetlinkHandler: %s", strerror(errno)); in stop()
190 ALOGE("Unable to stop quota NetlinkHandler: %s", strerror(errno)); in stop()
[all …]
H A DClatdController.cpp78 ALOGE("getClatEgress4MapFd() failure: %s", strerror(-rv)); in init()
85 ALOGE("getClatIngress6MapFd() failure: %s", strerror(-rv)); in init()
270 strerror(-rv)); in maybeStartBpf()
283 tracker.v4iface, strerror(-rv)); in maybeStartBpf()
305 tracker.v4iface, strerror(-rv)); in maybeStartBpf()
338 strerror(-rv)); in maybeStopBpf()
344 tracker.v4iface, strerror(-rv)); in maybeStopBpf()
447 ALOGE("open of tun device failed (%s)", strerror(res)); in startClatd()
464 ALOGE("ioctl(TUNSETIFF) failed (%s)", strerror(res)); in startClatd()
481 ALOGE("socket(ipv6/udp) failed (%s)", strerror(res)); in startClatd()
[all …]
/aosp12/frameworks/rs/
H A 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()
/aosp12/hardware/qcom/wlan/qcwcn/wcnss-service/
H A Dwcnss_service.c108 strerror(errno)); in wcnss_write_cal_data()
117 strerror(errno)); in wcnss_write_cal_data()
127 strerror(errno)); in wcnss_write_cal_data()
136 strerror(errno)); in wcnss_write_cal_data()
147 strerror(errno)); in wcnss_write_cal_data()
186 strerror(errno)); in wcnss_read_and_store_cal_data()
200 strerror(errno)); in wcnss_read_and_store_cal_data()
212 strerror(errno)); in wcnss_read_and_store_cal_data()
423 strerror(errno)); in setup_wcnss_parameters()
436 strerror(errno)); in setup_wcnss_parameters()
[all …]
/aosp12/frameworks/base/libs/hwui/renderthread/
H A DVulkanSurface.cpp68 ALOGE("native_window_api_connect failed: %s (%d)", strerror(-err), err); in ConnectAndSetWindowDefaults()
94 strerror(-err), err); in ConnectAndSetWindowDefaults()
112 strerror(-err), err); in ConnectAndSetWindowDefaults()
271 windowInfo.bufferFormat, strerror(-err), err); in UpdateWindow()
279 windowInfo.dataspace, strerror(-err), err); in UpdateWindow()
293 windowInfo.transform, strerror(-err), err); in UpdateWindow()
300 windowInfo.bufferCount, strerror(-err), err); in UpdateWindow()
307 strerror(-err), err); in UpdateWindow()
371 ALOGE("dequeueBuffer failed: %s (%d)", strerror(-err), err); in dequeueNativeBuffer()
389 strerror(-err), err); in dequeueNativeBuffer()
[all …]
/aosp12/hardware/qcom/display/msm8994/liboverlay/
H A DmdpWrapper.h127 strerror(errno)); in getFScreenInfo()
137 strerror(errno)); in getVScreenInfo()
147 strerror(errno)); in setVScreenInfo()
157 strerror(errno)); in startRotator()
167 strerror(errno)); in rotate()
177 strerror(errno)); in setOverlay()
219 strerror(errno)); in endRotator()
232 strerror(errno)); in unsetOverlay()
242 strerror(errno)); in getOverlay()
252 strerror(errno)); in play()
[all …]
/aosp12/system/core/fs_mgr/libsnapshot/
H A Dpower_test.cpp163 std::cerr << "open " << second << ": " << strerror(errno) << "\n"; in Create()
179 std::cerr << "fstat " << second << ": " << strerror(errno) << "\n"; in Create()
205 std::cerr << "fsync: " << strerror(errno) << "\n"; in Create()
253 std::cerr << "open " << first << ": " << strerror(errno) << "\n"; in SetupImages()
259 std::cerr << "first stat: " << strerror(errno) << "\n"; in SetupImages()
263 std::cerr << "second stat: " << strerror(errno) << "\n"; in SetupImages()
296 std::cerr << "read: " << strerror(errno) << "\n"; in SetupImages()
300 std::cerr << "write: " << strerror(errno) << "\n"; in SetupImages()
306 std::cerr << "fsync: " << strerror(errno) << "\n"; in SetupImages()
319 std::cerr << "read: " << strerror(errno) << "\n"; in SetupImages()
[all …]
/aosp12/frameworks/base/libs/androidfw/
H A 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()
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()
292 ALOGW("couldn't write package name: %s\n", strerror(errno)); in writeTo()
[all …]
/aosp12/frameworks/native/cmds/rawbu/
H A Dbackup.cpp76 path, strerror(errno)); in wipe()
127 nameBuffer, strerror(errno)); in wipe()
163 nameBuffer, strerror(errno)); in wipe()
268 srcPath, strerror(errno)); in backup_dir()
310 fullPath, strerror(errno)); in backup_dir()
348 fullPath, strerror(errno)); in backup_dir()
379 destPath, strerror(errno)); in backup_data()
398 destPath, strerror(errno)); in backup_data()
404 destPath, strerror(errno)); in backup_data()
509 srcPath, strerror(errno)); in restore_data()
[all …]
/aosp12/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DStreamingProcessor.cpp140 strerror(-res), res); in updatePreviewRequest()
148 __FUNCTION__, mId, strerror(-res), res); in updatePreviewRequest()
190 strerror(-res), res); in updatePreviewStream()
240 __FUNCTION__, strerror(-res), res); in deletePreviewStream()
246 __FUNCTION__, strerror(-res), res); in deletePreviewStream()
284 strerror(-res), res); in updateRecordingRequest()
324 strerror(-res), res); in recordingStreamNeedsUpdate()
358 strerror(-res), res); in updateRecordingStream()
376 mId, strerror(-res), res); in updateRecordingStream()
392 strerror(-res), res); in updateRecordingStream()
[all …]
/aosp12/system/extras/tests/pagingtest/
H A Dpagingtest.c29 fprintf(stderr, "unable to create temp file: %s\n", strerror(errno)); in create_tmp_file()
35 fprintf(stderr, "unable to open urandom: %s\n", strerror(errno)); in create_tmp_file()
40 fprintf(stderr, "unable to unlink temp file: %s\n", strerror(errno)); in create_tmp_file()
45 fprintf(stderr, "unable to allocate temp file: %s\n", strerror(errno)); in create_tmp_file()
51 fprintf(stderr, "unable to mmap temp file: %s\n", strerror(errno)); in create_tmp_file()
61 fprintf(stderr, "write random data failed: %s\n", strerror(errno)); in create_tmp_file()
70 fprintf(stderr, "madvise DONTNEED failed: %s\n", strerror(errno)); in create_tmp_file()
75 fprintf(stderr, "fsync failed: %s\n", strerror(errno)); in create_tmp_file()
81 fprintf(stderr, "fadvise DONTNEED failed: %s\n", strerror(errno)); in create_tmp_file()
117 fprintf(stderr, "mincore failed: %s\n", strerror(errno)); in check_caching()
/aosp12/frameworks/native/services/vr/performanced/
H A 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()
320 << "Failed to set uid: " << strerror(errno); in TEST()
360 << "Failed to set gid: " << strerror(errno); in TEST()
362 << "Failed to set uid: " << strerror(errno); in TEST()
402 << "Failed to set gid: " << strerror(errno); in TEST()
404 << "Failed to set uid: " << strerror(errno); in TEST()
444 << "Failed to set gid: " << strerror(errno); in TEST()
446 << "Failed to set uid: " << strerror(errno); in TEST()
[all …]
/aosp12/frameworks/opt/net/wifi/libwifi_system_iface/
H A 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 …]
/aosp12/frameworks/native/cmds/dumpstate/
H A 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()
/aosp12/system/bt/osi/src/
H A Dconfig.cc105 << "': " << strerror(errno); in config_new()
286 << "': " << strerror(errno); in config_save()
293 << "': " << strerror(errno); in config_save()
300 << "': " << strerror(errno); in config_save()
315 << "': " << strerror(errno); in config_save()
335 << "': " << strerror(errno); in config_save()
351 << "': " << strerror(errno); in config_save()
363 << "': " << strerror(errno); in config_save()
403 << "': " << strerror(errno); in checksum_save()
410 << "': " << strerror(errno); in checksum_save()
[all …]

12345678910>>...61