Searched defs:err (Results 176 - 200 of 363) sorted by relevance

1234567891011>>

/hardware/qcom/display/msm8909w_3100/libcopybit/
H A Dcopybit.cpp249 int err; local
254 err = ioctl(dev->mFD, MSMFB_ASYNC_BLIT,
256 ALOGE_IF(err<0, "copyBits failed (%s)", strerror(errno));
257 if (err == 0) {
/hardware/qcom/display/msm8909w_3100/libgralloc/
H A Dframebuffer.cpp371 int err = -1; local
379 err = mapFrameBufferLocked(dev);
382 return err;
H A Dgpu.cpp55 int err = 0; local
90 err = mAllocCtrl->allocate(data, usage);
92 if (!err) {
175 ALOGE_IF(err, "gralloc failed err=%s", strerror(-err));
176 return err;
254 int err = gralloc_alloc_framebuffer_locked(usage, pHandle); local
256 return err;
332 int err local
359 int err = memalloc->free_buffer((void*)hnd->base, hnd->size, local
[all...]
H A Dmapper.cpp88 int err = 0; local
97 err = memalloc->map_buffer(&mappedAddress, size,
99 if(err || mappedAddress == MAP_FAILED) {
111 err = -EACCES;
117 if (!err) {
118 err = metadata_err;
120 return err;
127 int err = -EINVAL; local
129 return err;
134 return err;
174 int err = gralloc_map(module, handle); local
220 int err = 0; local
260 int err = gralloc_map_and_invalidate(module, handle, usage); local
273 int err = gralloc_map_and_invalidate(module, handle, usage); local
286 int err = 0; local
[all...]
/hardware/qcom/display/msm8909w_3100/liblight/
H A Dlights.c132 int err = 0; local
145 if ((err = write_int(PERSISTENCE_FILE, lpEnabled)) != 0) {
156 if (!err) {
158 err = write_int(LCD_FILE, brightness);
160 err = write_int(LCD_FILE2, brightness);
165 return err;
172 int err = 0; local
187 return err;
314 int err = 0; local
319 err
[all...]
/hardware/qcom/display/msm8909w_3100/libqdutils/
H A Ddisplay_config.cpp50 status_t err = (status_t) FAILED_TRANSACTION; local
54 err = binder->dispatch(IQService::CHECK_EXTERNAL_STATUS,
57 if(err) {
58 ALOGE("%s: Failed to get external status err=%d", __FUNCTION__, err);
59 ret = err;
67 status_t err = (status_t) FAILED_TRANSACTION; local
72 err = binder->dispatch(IQService::GET_DISPLAY_ATTRIBUTES,
75 if(!err) {
83 ALOGE("%s() failed with err
89 status_t err = (status_t) FAILED_TRANSACTION; local
106 status_t err = (status_t) FAILED_TRANSACTION; local
127 status_t err = (status_t) FAILED_TRANSACTION; local
148 status_t err = (status_t) FAILED_TRANSACTION; local
166 status_t err = (status_t) FAILED_TRANSACTION; local
189 status_t err = binder->dispatch(IQService::GET_CONFIG_COUNT, local
207 status_t err = binder->dispatch(IQService::GET_ACTIVE_CONFIG, local
221 status_t err = (status_t) FAILED_TRANSACTION; local
246 status_t err = binder->dispatch( local
267 status_t err = (status_t) FAILED_TRANSACTION; local
285 status_t err = (status_t) FAILED_TRANSACTION; local
291 status_t err = binder->dispatch(IQService::SET_PANEL_BRIGHTNESS, local
306 status_t err = binder->dispatch(IQService::GET_PANEL_BRIGHTNESS, local
320 status_t err = (status_t) FAILED_TRANSACTION; local
341 status_t err = (status_t) FAILED_TRANSACTION; local
368 status_t err = (status_t) FAILED_TRANSACTION; local
376 ALOGE_IF(getBinder(), "%s() failed with err %d", __FUNCTION__, err); local
[all...]
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
H A Dhwc_buffer_allocator.cpp45 int err = hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &module_); local
46 if (err != 0) {
113 DisplayError err = kErrorNone; local
122 return err;
H A Dhwc_color_manager.cpp231 DLOGE("mmap failed. err = %d", errno);
250 DLOGE("munmap failed. err = %d", errno);
268 int err = -1; local
327 err = hwc_display->SetDetailEnhancerConfig(de_data);
328 if (err) {
329 DLOGW("SetDetailEnhancerConfig failed. err = %d", err);
333 return err;
338 int err = -1; local
346 err
356 int err = -1; local
[all...]
/hardware/qcom/display/msm8960/libcopybit/
H A Dcopybit.cpp229 int err = ioctl(dev->mFD, MSMFB_BLIT, local
231 ALOGE_IF(err<0, "copyBits failed (%s)", strerror(errno));
232 if (err == 0) {
/hardware/qcom/display/msm8960/libgralloc/
H A Dalloc_controller.cpp367 int err = sAlloc->allocate(data, allocFlags); local
368 if (0 != err) {
H A Dframebuffer.cpp340 int err = mapFrameBufferLocked(module); local
342 return err;
H A Dgpu.cpp59 int err = 0; local
79 err = mAllocCtrl->allocate(data, usage);
81 if (!err) {
156 ALOGE_IF(err, "gralloc failed err=%s", strerror(-err));
158 return err;
240 int err = gralloc_alloc_framebuffer_locked(size, usage, pHandle); local
242 return err;
297 int err local
323 int err = memalloc->free_buffer((void*)hnd->base, (size_t) hnd->size, local
[all...]
H A Dmapper.cpp66 int err = memalloc->map_buffer(&mappedAddress, size, local
68 if(err || mappedAddress == MAP_FAILED) {
78 err = memalloc->map_buffer(&mappedAddress, size,
80 if(err || mappedAddress == MAP_FAILED) {
96 int err = -EINVAL; local
101 err = memalloc->unmap_buffer(base, size, hnd->offset);
102 if (err) {
107 err = memalloc->unmap_buffer(base, size, hnd->offset_metadata);
108 if (err) {
144 int err local
207 int err = 0; local
240 int err = gralloc_map_and_invalidate(module, handle, usage, l, t, w, h); local
252 int err = gralloc_map_and_invalidate(module, handle, usage, l, t, w, h); local
306 int err = 0; local
[all...]
/hardware/qcom/display/msm8960/liblight/
H A Dlights.c134 int err = 0; local
137 err = write_int(LCD_FILE, brightness);
139 return err;
/hardware/qcom/display/msm8994/libcopybit/
H A Dcopybit.cpp236 int err; local
241 err = ioctl(dev->mFD, MSMFB_ASYNC_BLIT,
243 ALOGE_IF(err<0, "copyBits failed (%s)", strerror(errno));
244 if (err == 0) {
/hardware/qcom/display/msm8994/libgralloc/
H A Dframebuffer.cpp377 int err = -1; local
385 err = mapFrameBufferLocked(dev);
388 return err;
H A Dgpu.cpp63 int err = 0; local
85 err = mAllocCtrl->allocate(data, usage);
87 if (!err) {
192 ALOGE_IF(err, "gralloc failed err=%s", strerror(-err));
194 return err;
275 int err = gralloc_alloc_framebuffer_locked(usage, pHandle); local
277 return err;
334 int err local
366 int err = memalloc->free_buffer((void*)hnd->base, hnd->size, local
[all...]
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_qclient.cpp343 int err = ctx->mColorMode->applyModeByID(modeId); local
344 if (err)
/hardware/qcom/display/msm8994/liblight/
H A Dlights.c118 int err = 0; local
124 err = write_int(LCD_FILE, brightness);
126 return err;
244 int err = 0; local
249 err = write_int(BUTTON_FILE, state->color & 0xFF);
251 return err;
/hardware/qcom/display/msm8996/libcopybit/
H A Dcopybit.cpp247 int err; local
252 err = ioctl(dev->mFD, MSMFB_ASYNC_BLIT,
254 ALOGE_IF(err<0, "copyBits failed (%s)", strerror(errno));
255 if (err == 0) {
/hardware/qcom/display/msm8996/libgralloc/
H A Dframebuffer.cpp364 int err = -1; local
372 err = mapFrameBufferLocked(dev);
375 return err;
H A Dgpu.cpp62 int err = 0; local
86 err = mAllocCtrl->allocate(data, usage);
88 if (!err) {
176 ALOGE_IF(err, "gralloc failed err=%s", strerror(-err));
178 return err;
256 int err = gralloc_alloc_framebuffer_locked(usage, pHandle); local
258 return err;
329 int err local
361 int err = memalloc->free_buffer((void*)hnd->base, hnd->size, local
[all...]
/hardware/qcom/display/msm8996/liblight/
H A Dlights.c118 int err = 0; local
124 err = write_int(LCD_FILE, brightness);
126 return err;
253 int err = 0; local
258 err = write_int(BUTTON_FILE, state->color & 0xFF);
260 return err;
/hardware/qcom/display/msm8998/libcopybit/
H A Dcopybit.cpp247 int err; local
252 err = ioctl(dev->mFD, MSMFB_ASYNC_BLIT,
254 ALOGE_IF(err<0, "copyBits failed (%s)", strerror(errno));
255 if (err == 0) {
/hardware/qcom/display/msm8998/liblight/
H A Dlights.c130 int err = 0; local
143 if ((err = write_int(PERSISTENCE_FILE, lpEnabled)) != 0) {
154 if (!err) {
156 err = write_int(LCD_FILE, brightness);
158 err = write_int(LCD_FILE2, brightness);
163 return err;
290 int err = 0; local
295 err = write_int(BUTTON_FILE, state->color & 0xFF);
297 return err;

Completed in 288 milliseconds

1234567891011>>