Home
last modified time | relevance | path

Searched refs:errno (Results 1 – 25 of 378) sorted by relevance

12345678910>>...16

/hardware/qcom/display/msm8996/libgralloc/
Dionalloc.cpp53 __FUNCTION__, strerror(errno)); in open_device()
55 return -errno; in open_device()
86 err = -errno; in alloc_buffer()
87 ALOGE("ION_IOC_ALLOC failed with error - %s", strerror(errno)); in alloc_buffer()
94 err = -errno; in alloc_buffer()
96 __FUNCTION__, strerror(errno)); in alloc_buffer()
105 err = -errno; in alloc_buffer()
107 __FUNCTION__, strerror(errno)); in alloc_buffer()
156 err = -errno; in map_buffer()
158 strerror(errno)); in map_buffer()
[all …]
/hardware/qcom/display/msm8994/libgralloc/
Dionalloc.cpp53 __FUNCTION__, strerror(errno)); in open_device()
55 return -errno; in open_device()
96 err = -errno; in alloc_buffer()
97 ALOGE("ION_IOC_ALLOC failed with error - %s", strerror(errno)); in alloc_buffer()
104 err = -errno; in alloc_buffer()
106 __FUNCTION__, strerror(errno)); in alloc_buffer()
115 err = -errno; in alloc_buffer()
117 __FUNCTION__, strerror(errno)); in alloc_buffer()
166 err = -errno; in map_buffer()
168 strerror(errno)); in map_buffer()
[all …]
/hardware/qcom/display/msm8084/libgralloc/
Dionalloc.cpp51 __FUNCTION__, strerror(errno)); in open_device()
53 return -errno; in open_device()
87 err = -errno; in alloc_buffer()
88 ALOGE("ION_IOC_ALLOC failed with error - %s", strerror(errno)); in alloc_buffer()
95 err = -errno; in alloc_buffer()
97 __FUNCTION__, strerror(errno)); in alloc_buffer()
106 err = -errno; in alloc_buffer()
108 __FUNCTION__, strerror(errno)); in alloc_buffer()
153 err = -errno; in map_buffer()
155 strerror(errno)); in map_buffer()
[all …]
/hardware/qcom/display/msm8226/libgralloc/
Dionalloc.cpp51 __FUNCTION__, strerror(errno)); in open_device()
53 return -errno; in open_device()
87 err = -errno; in alloc_buffer()
88 ALOGE("ION_IOC_ALLOC failed with error - %s", strerror(errno)); in alloc_buffer()
95 err = -errno; in alloc_buffer()
97 __FUNCTION__, strerror(errno)); in alloc_buffer()
106 err = -errno; in alloc_buffer()
108 __FUNCTION__, strerror(errno)); in alloc_buffer()
155 err = -errno; in map_buffer()
157 strerror(errno)); in map_buffer()
[all …]
/hardware/qcom/display/msm8909/libgralloc/
Dionalloc.cpp53 __FUNCTION__, strerror(errno)); in open_device()
55 return -errno; in open_device()
90 err = -errno; in alloc_buffer()
91 ALOGE("ION_IOC_ALLOC failed with error - %s", strerror(errno)); in alloc_buffer()
98 err = -errno; in alloc_buffer()
100 __FUNCTION__, strerror(errno)); in alloc_buffer()
109 err = -errno; in alloc_buffer()
111 __FUNCTION__, strerror(errno)); in alloc_buffer()
160 err = -errno; in map_buffer()
162 strerror(errno)); in map_buffer()
[all …]
/hardware/qcom/display/msm8960/libgralloc/
Dionalloc.cpp51 __FUNCTION__, strerror(errno)); in open_device()
53 return -errno; in open_device()
87 err = -errno; in alloc_buffer()
88 ALOGE("ION_IOC_ALLOC failed with error - %s", strerror(errno)); in alloc_buffer()
95 err = -errno; in alloc_buffer()
97 __FUNCTION__, strerror(errno)); in alloc_buffer()
106 err = -errno; in alloc_buffer()
108 __FUNCTION__, strerror(errno)); in alloc_buffer()
157 err = -errno; in map_buffer()
159 strerror(errno)); in map_buffer()
[all …]
/hardware/libhardware/include/hardware/
Dqemud.h49 } while (len2 < 0 && errno == EINTR); in qemud_fd_write()
59 } while (len2 < 0 && errno == EINTR); in qemud_fd_read()
75 D("QEMUD pipe is not available for %s: %s", name, strerror(errno)); in qemud_channel_open()
81 D("no qemud control socket: %s", strerror(errno)); in qemud_channel_open()
88 strerror(errno)); in qemud_channel_open()
117 D("can't write qemud frame header: %s", strerror(errno)); in qemud_channel_send()
122 D("can4t write qemud frame payload: %s", strerror(errno)); in qemud_channel_send()
135 D("can't read qemud frame header: %s", strerror(errno)); in qemud_channel_recv()
147 D("can't read qemud frame payload: %s", strerror(errno)); in qemud_channel_recv()
Dqemu_pipe.h63 errno = EINVAL; in qemu_pipe_open()
70 if (fd < 0 && errno == ENOENT) in qemu_pipe_open()
73 D("%s: Could not open /dev/qemu_pipe: %s", __FUNCTION__, strerror(errno)); in qemu_pipe_open()
82 D("%s: Could not connect to %s pipe service: %s", __FUNCTION__, pipeName, strerror(errno)); in qemu_pipe_open()
84 errno = ECONNRESET; in qemu_pipe_open()
86 errno = EINVAL; in qemu_pipe_open()
/hardware/qcom/display/msm8084/liboverlay/
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()
181 "err=%s", strerror(errno)); in validateAndSet()
190 strerror(errno)); in endRotator()
199 strerror(errno)); in unsetOverlay()
208 strerror(errno)); in getOverlay()
[all …]
/hardware/qcom/display/msm8226/liboverlay/
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()
185 "err=%s", strerror(errno)); in validateAndSet()
195 strerror(errno)); in endRotator()
205 strerror(errno)); in unsetOverlay()
215 strerror(errno)); in getOverlay()
[all …]
/hardware/bsp/intel/soc/common/bootctrl/
Dbootctrl.c48 err = errno; in bootctrl_read_metadata()
49 fprintf(stderr, "Error opening metadata file: %s\n", strerror(errno)); in bootctrl_read_metadata()
53 err = errno; in bootctrl_read_metadata()
54 fprintf(stderr, "Error seeking to metadata offset: %s\n", strerror(errno)); in bootctrl_read_metadata()
64 if (errno == EINTR) { in bootctrl_read_metadata()
67 err = -errno; in bootctrl_read_metadata()
94 err = errno; in bootctrl_write_metadata()
95 fprintf(stderr, "Error opening metadata file: %s\n", strerror(errno)); in bootctrl_write_metadata()
100 err = errno; in bootctrl_write_metadata()
101 fprintf(stderr, "Error seeking to metadata offset: %s\n", strerror(errno)); in bootctrl_write_metadata()
[all …]
/hardware/libhardware/modules/input/evdev/
DInputHub.cpp65 ALOGE("Could not get linux version: %s", strerror(errno)); in getLinuxRelease()
78 "Could not get process capabilities. errno=%d", errno); in processHasCapability()
159 ALOGE("could not open evdev device %s. err=%d", path.c_str(), errno); in openDeviceNode()
171 ALOGW("Could not set input clock id to CLOCK_MONOTONIC. errno=%d", errno); in openDeviceNode()
197 ALOGE("could not get driver version for %s. err=%d", mPath.c_str(), errno); in queryProperties()
198 return -errno; in queryProperties()
203 ALOGE("could not get device input id for %s. err=%d", mPath.c_str(), errno); in queryProperties()
204 return -errno; in queryProperties()
258 axis, mPath.c_str(), mFd, errno); in queryAxisInfo()
365 axis, mPath.c_str(), mFd, errno); in getAbsoluteAxisValue()
[all …]
/hardware/libhardware/modules/thermal/
Dthermal.c52 ALOGE("%s: failed to open directory %s: %s", __func__, TEMPERATURE_DIR, strerror(-errno)); in get_temperatures()
53 return -errno; in get_temperatures()
98 ALOGE("%s: failed to open: %s", __func__, strerror(errno)); in get_cpu_usages()
99 return -errno; in get_cpu_usages()
118 ALOGE("%s: failed to read CPU information from file: %s", __func__, strerror(errno)); in get_cpu_usages()
120 return errno ? -errno : -EIO; in get_cpu_usages()
131 ALOGE("%s: failed to open file: %s (%s)", __func__, file_name, strerror(errno)); in get_cpu_usages()
137 file_name, strerror(errno)); in get_cpu_usages()
140 return errno ? -errno : -EIO; in get_cpu_usages()
/hardware/qcom/display/msm8994/liboverlay/
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()
200 "err=%s", strerror(errno)); in validateAndSet()
201 return errno; in validateAndSet()
219 strerror(errno)); in endRotator()
232 strerror(errno)); in unsetOverlay()
[all …]
/hardware/qcom/display/msm8909/liboverlay/
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()
200 "err=%s", strerror(errno)); in validateAndSet()
201 return errno; in validateAndSet()
219 strerror(errno)); in endRotator()
232 strerror(errno)); in unsetOverlay()
[all …]
/hardware/broadcom/libbt/src/
Dupio.c162 path, strerror(errno), errno); in init_rfkill()
331 rfkill_state_path, strerror(errno), errno); in upio_set_bluetooth_power()
339 rfkill_state_path, strerror(errno),errno); in upio_set_bluetooth_power()
387 VENDOR_LPM_PROC_NODE, strerror(errno), errno); in upio_set()
410 VENDOR_LPM_PROC_NODE, strerror(errno),errno); in upio_set()
487 VENDOR_BTWRITE_PROC_NODE, strerror(errno), errno); in upio_set()
500 VENDOR_BTWRITE_PROC_NODE, strerror(errno),errno); in upio_set()
/hardware/qcom/wlan/qcwcn/wcnss-service/
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()
249 ALOGE("lstat failed %s", strerror(errno)); in find_full_path()
296 ALOGE("Failed to open ini source file: %s", strerror(errno)); in setup_wlan_config_file()
[all …]
/hardware/libhardware_legacy/qemu/
Dqemu.c60 } while (len2 < 0 && errno == EINTR); in qemu_fd_write()
70 } while (len2 < 0 && errno == EINTR); in qemu_fd_read()
84 D("no qemud pipe: %s", strerror(errno)); in qemu_channel_open_qemud_pipe()
104 D("no qemud control socket: %s", strerror(errno)); in qemu_channel_open_qemud()
111 strerror(errno)); in qemu_channel_open_qemud()
144 channel->device, strerror(errno)); in qemu_channel_open_qemud_old()
217 errno = ENOENT; in qemu_channel_open()
230 } while (fd < 0 && errno == EINTR); in qemu_channel_open()
236 } while (fd < 0 && errno == EINTR); in qemu_channel_open()
296 strerror(errno)); in qemu_control_fd()
[all …]
/hardware/libhardware_legacy/wifi/
Dwifi.c159 if (ret < 0 && errno == EAGAIN) in rmmod()
167 modname, strerror(errno)); in rmmod()
204 ALOGE("Failed to open driver state control param (%s)", strerror(errno)); in wifi_change_driver_state()
209 ALOGE("Failed to write driver state control param (%s)", strerror(errno)); in wifi_change_driver_state()
236 ALOGW("Could not open %s: %s", MODULE_FILE, strerror(errno)); in is_wifi_driver_loaded()
339 if ((ret == 0) || (errno == EACCES)) { in ensure_entropy_file_exists()
342 ALOGE("Cannot set RW to \"%s\": %s", SUPP_ENTROPY_FILE, strerror(errno)); in ensure_entropy_file_exists()
349 ALOGE("Cannot create \"%s\": %s", SUPP_ENTROPY_FILE, strerror(errno)); in ensure_entropy_file_exists()
354 ALOGE("Error writing \"%s\": %s", SUPP_ENTROPY_FILE, strerror(errno)); in ensure_entropy_file_exists()
363 SUPP_ENTROPY_FILE, strerror(errno)); in ensure_entropy_file_exists()
[all …]
/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_vsync.cpp43 __FUNCTION__, dpy, enable, strerror(errno)); in hwc_vsync_control()
44 ret = -errno; in hwc_vsync_control()
91 strerror(errno)); in vsync_loop()
101 if (errno != EAGAIN && in vsync_loop()
102 errno != EINTR && in vsync_loop()
103 errno != EBUSY) { in vsync_loop()
106 vsync_timestamp_fb0, strerror(errno)); in vsync_loop()
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
Dloc_eng_dmn_conn_glue_pipe.c69 if ((result == -1) && (errno != EEXIST)) { in loc_eng_dmn_conn_glue_pipeget()
70 LOC_LOGE("failed: %s\n", strerror(errno)); in loc_eng_dmn_conn_glue_pipeget()
79 pipe_name, strerror(errno)); in loc_eng_dmn_conn_glue_pipeget()
85 LOC_LOGE("failed: %s\n", strerror(errno)); in loc_eng_dmn_conn_glue_pipeget()
210 LOC_LOGE("fcntl failure, %s\n", strerror(errno)); in loc_eng_dmn_conn_glue_pipeunblock()
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
Dloc_eng_dmn_conn_glue_pipe.c69 if ((result == -1) && (errno != EEXIST)) { in loc_eng_dmn_conn_glue_pipeget()
70 LOC_LOGE("failed: %s\n", strerror(errno)); in loc_eng_dmn_conn_glue_pipeget()
79 pipe_name, strerror(errno)); in loc_eng_dmn_conn_glue_pipeget()
85 LOC_LOGE("failed: %s\n", strerror(errno)); in loc_eng_dmn_conn_glue_pipeget()
210 LOC_LOGE("fcntl failure, %s\n", strerror(errno)); in loc_eng_dmn_conn_glue_pipeunblock()
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
Dloc_eng_dmn_conn_glue_pipe.c69 if ((result == -1) && (errno != EEXIST)) { in loc_eng_dmn_conn_glue_pipeget()
70 LOC_LOGE("failed: %s\n", strerror(errno)); in loc_eng_dmn_conn_glue_pipeget()
79 pipe_name, strerror(errno)); in loc_eng_dmn_conn_glue_pipeget()
85 LOC_LOGE("failed: %s\n", strerror(errno)); in loc_eng_dmn_conn_glue_pipeget()
210 LOC_LOGE("fcntl failure, %s\n", strerror(errno)); in loc_eng_dmn_conn_glue_pipeunblock()
/hardware/qcom/gps/loc_api/libloc_api_50001/
Dloc_eng_dmn_conn_glue_pipe.c69 if ((result == -1) && (errno != EEXIST)) { in loc_eng_dmn_conn_glue_pipeget()
70 LOC_LOGE("failed: %s\n", strerror(errno)); in loc_eng_dmn_conn_glue_pipeget()
79 pipe_name, strerror(errno)); in loc_eng_dmn_conn_glue_pipeget()
85 LOC_LOGE("failed: %s\n", strerror(errno)); in loc_eng_dmn_conn_glue_pipeget()
210 LOC_LOGE("fcntl failure, %s\n", strerror(errno)); in loc_eng_dmn_conn_glue_pipeunblock()
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
Dloc_eng_dmn_conn_glue_pipe.c69 if ((result == -1) && (errno != EEXIST)) { in loc_eng_dmn_conn_glue_pipeget()
70 LOC_LOGE("failed: %s\n", strerror(errno)); in loc_eng_dmn_conn_glue_pipeget()
79 pipe_name, strerror(errno)); in loc_eng_dmn_conn_glue_pipeget()
85 LOC_LOGE("failed: %s\n", strerror(errno)); in loc_eng_dmn_conn_glue_pipeget()
210 LOC_LOGE("fcntl failure, %s\n", strerror(errno)); in loc_eng_dmn_conn_glue_pipeunblock()

12345678910>>...16