Searched defs:active (Results 1 - 7 of 7) sorted by relevance

/device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/inc/
H A Dmm_jpeg.h113 /* this flag represents whether the job is active */
114 OMX_BOOL active; member in struct:__anon256
/device/generic/goldfish/sensors/
H A Dsensors_qemu.c156 uint32_t mask, sensors, active, new_sensors, changed; local
171 active = ctl->active_sensors;
172 new_sensors = (active & ~mask) | (sensors & mask);
173 changed = active ^ new_sensors;
/device/lge/hammerhead/camera/QCamera2/stack/mm-jpeg-interface/inc/
H A Dmm_jpeg.h115 /* this flag represents whether the job is active */
116 OMX_BOOL active; member in struct:__anon763
/device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/inc/
H A Dmm_jpeg.h303 /* this flag represents whether the job is active */
304 OMX_BOOL active; member in struct:mm_jpeg_job_session
/device/generic/goldfish/qemud/
H A Dqemud.c768 /* list of active FDHandler objects */
769 FDHandler* active; member in struct:FDHandlerList
805 list->active = NULL;
964 fdhandler_prepend(f, &list->active);
1020 fdhandler_prepend(f, &list->active);
/device/moto/shamu/camera/QCamera/HAL/core/inc/
H A DQCameraHWI.h175 int active; member in struct:__anon1297
/device/lge/mako/camera/
H A DQualcommCameraHardware.cpp2772 pmemBuf.active = vfe_can_write;
3898 int active = (cnt < ACTIVE_PREVIEW_BUFFERS);
3907 active,
4311 int active = (cnt < ACTIVE_ZSL_BUFFERS); // TODO check ? local
4319 active);
4417 int active = 1; // TODO check ? local
4426 active);
4887 int cnt = 0, active = 1; local
4966 active = (cnt < ACTIVE_PREVIEW_BUFFERS);
4975 active,tru
6857 int active, type =0; local
9340 int active = 1; local
[all...]

Completed in 143 milliseconds