Searched defs:err (Results 1 - 25 of 185) sorted by relevance

12345678

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_mbgraph.h20 int err; member in struct:__anon618::__anon619
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Dminiopt.c61 int err = 0; local
72 err = -1;
82 err = -1;
98 err = 1;
111 err = 1;
122 err = 1;
132 err = 1;
154 if (err == 1)
157 return err;
H A Ddhdu_nl80211.c38 static int dhd_nl_error_handler(struct sockaddr_nl *nla, struct nlmsgerr *err, void *arg) argument
41 *ret = err->error;
72 goto err;
78 goto err;
83 goto err;
88 err:
104 int err; local
116 err = nl_send_auto_complete(dhd_nli->nl, msg);
117 if (err < 0)
120 err
[all...]
/hardware/libhardware/tests/nusensors/
H A Dnusensors.cpp62 int err; local
66 err = hw_get_module(SENSORS_HARDWARE_MODULE_ID, (hw_module_t const**)&module);
67 if (err != 0) {
68 printf("hw_get_module() failed (%s)\n", strerror(-err));
72 err = sensors_open(&module->common, &device);
73 if (err != 0) {
74 printf("sensors_open() failed (%s)\n", strerror(-err));
104 err = device->activate(device, list[i].handle, 0);
105 if (err != 0) {
107 list[i].name, strerror(-err));
[all...]
/hardware/qcom/display/msm8084/libqdutils/
H A Ddisplay_config.cpp40 status_t err = (status_t) FAILED_TRANSACTION; local
44 err = binder->dispatch(IQService::CHECK_EXTERNAL_STATUS,
47 if(err) {
48 ALOGE("%s: Failed to get external status err=%d", __FUNCTION__, err);
49 ret = err;
57 status_t err = (status_t) FAILED_TRANSACTION; local
62 err = binder->dispatch(IQService::GET_DISPLAY_ATTRIBUTES,
65 if(!err) {
73 ALOGE("%s: Failed to get display attributes err
79 status_t err = (status_t) FAILED_TRANSACTION; local
96 status_t err = (status_t) FAILED_TRANSACTION; local
[all...]
H A Didle_invalidator.cpp100 int err = poll(&pFd, 1, -1); local
101 if(err > 0) {
/hardware/qcom/display/msm8226/libqdutils/
H A Ddisplay_config.cpp40 status_t err = (status_t) FAILED_TRANSACTION; local
44 err = binder->dispatch(IQService::CHECK_EXTERNAL_STATUS,
47 if(err) {
48 ALOGE("%s: Failed to get external status err=%d", __FUNCTION__, err);
49 ret = err;
57 status_t err = (status_t) FAILED_TRANSACTION; local
62 err = binder->dispatch(IQService::GET_DISPLAY_ATTRIBUTES,
65 if(!err) {
73 ALOGE("%s: Failed to get display attributes err
79 status_t err = (status_t) FAILED_TRANSACTION; local
96 status_t err = (status_t) FAILED_TRANSACTION; local
[all...]
H A Didle_invalidator.cpp100 int err = poll(&pFd, 1, -1); local
101 if(err > 0) {
/hardware/qcom/display/msm8226/libqservice/
H A DQService.cpp57 status_t err = (status_t) FAILED_TRANSACTION; local
60 err = mClient->notifyCallback(command, inParcel, outParcel);
62 return err;
H A DQServiceUtils.h52 android::status_t err = (android::status_t) android::FAILED_TRANSACTION; local
57 err = binder->dispatch(command, &inParcel , &outParcel);
59 return err;
/hardware/ti/omap4-aah/camera/
H A DCameraProperties.cpp101 const status_t err = CameraAdapter_Capabilities(mCameraProps, mCamerasSupported, local
104 if(err != NO_ERROR) {
/hardware/intel/img/hwcomposer/common/observers/
H A DSoftVsyncObserver.cpp140 int err; local
142 err = clock_nanosleep(CLOCK_MONOTONIC, TIMER_ABSTIME, &spec, NULL);
143 } while (err < 0 && errno == EINTR);
146 if (err == 0) {
/hardware/intel/img/psb_video/src/android/
H A Dpsb_gralloc.cpp55 int err, j; local
65 err = mAllocMod->lock(mAllocMod, handle, usage,
95 if (err){
96 ALOGE("lock(...) failed %d (%s).\n", err, strerror(-err));
102 return err;
107 int err; local
117 err = mAllocMod->unlock(mAllocMod, handle);
118 if (err) {
119 ALOGE("unlock(...) failed %d (%s)", err, strerro
130 int err = hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &module); local
143 int err; local
[all...]
H A Dpsb_android_glue.cpp168 int err, transform_hint; local
171 err = mNativeWindow->query(mNativeWindow.get(), NATIVE_WINDOW_TRANSFORM_HINT, &transform_hint);
172 if (err != 0) {
/hardware/qcom/display/msm8084/libqservice/
H A DQService.cpp62 status_t err = (status_t) FAILED_TRANSACTION; local
65 err = mClient->notifyCallback(command, inParcel, outParcel);
67 return err;
H A DIQService.cpp67 status_t err = (status_t) android::FAILED_TRANSACTION; local
73 err = remote()->transact(command, data, reply);
74 return err;
H A DQServiceUtils.h52 android::status_t err = (android::status_t) android::FAILED_TRANSACTION; local
57 err = binder->dispatch(command, &inParcel , &outParcel);
59 return err;
/hardware/qcom/media/libstagefrighthw/
H A DQComOMXPlugin.cpp109 OMX_ERRORTYPE err = (*mGetRolesOfComponentHandle)( local
112 if (err != OMX_ErrorNone) {
113 return err;
123 err = (*mGetRolesOfComponentHandle)(
126 if (err != OMX_ErrorNone) {
127 return err;
131 return err;
/hardware/samsung_slsi/exynos5/libstagefrighthw/
H A DExynos_OMX_Plugin.cpp111 OMX_ERRORTYPE err = (*mGetRolesOfComponentHandle)( local
114 if (err != OMX_ErrorNone) {
115 return err;
125 err = (*mGetRolesOfComponentHandle)(
128 CHECK_EQ(err, OMX_ErrorNone);
/hardware/ti/omap3/libstagefrighthw/
H A DTIOMXPlugin.cpp109 OMX_ERRORTYPE err = (*mGetRolesOfComponentHandle)( local
112 if (err != OMX_ErrorNone) {
113 return err;
123 err = (*mGetRolesOfComponentHandle)(
126 if (err == OMX_ErrorNone && numRoles != numRoles2) {
127 err = OMX_ErrorUndefined;
131 if (err == OMX_ErrorNone) {
144 return err;
/hardware/akm/AK8975_FS/libsensors/
H A DAkmSensor.cpp79 int err = 0; local
107 err = write_sys_attribute(input_sysfs_path, buffer, 1);
108 if (err != 0) {
109 return err;
131 return err;
137 int err = 0; local
163 err = write_sys_attribute(input_sysfs_path, buffer, bytes);
164 if (err == 0) {
171 return err;
242 int err; local
[all...]
/hardware/intel/img/hwcomposer/ips/tangier/
H A DTngGrallocBufferMapper.cpp102 int err; local
107 err = mIMGGrallocModule.getCpuAddress(&mIMGGrallocModule,
111 if (err) {
112 ELOGTRACE("failed to map. err = %d", err);
146 err = mIMGGrallocModule.putCpuAddress(&mIMGGrallocModule,
154 int err; local
167 err = mIMGGrallocModule.putCpuAddress(&mIMGGrallocModule,
169 if (err) {
170 ELOGTRACE("failed to unmap. err
212 int err; local
235 int err = mIMGGrallocModule.putCpuAddress(&mIMGGrallocModule, local
[all...]
/hardware/invensense/60xx/libsensors_iio/
H A DMPLSupport.cpp99 int err = 0; local
105 err = errno;
107 c, nb, strerror(err), err);
112 return err;
127 int err = errno; local
128 LOGE("HAL:write fd %d returned '%s' (%d)", fd, strerror(err), err);
186 LOGE("HAL:ERR failed to write %d to %s (err=%d) print/close=%d/%d",
/hardware/libhardware_legacy/uevent/
H A Duevent.c123 int err = -1; local
129 err = 0;
135 return err;
/hardware/qcom/display/msm8084/libgralloc/
H A Dionalloc.cpp68 int err = 0; local
83 err = open_device();
84 if (err)
85 return err;
87 err = -errno;
89 return err;
95 err = -errno;
99 return err;
106 err = -errno;
110 return err;
128 int err = 0; local
141 int err = 0; local
166 int err = 0; local
180 int err = 0; local
[all...]

Completed in 938 milliseconds

12345678