Searched refs:active (Results 1 - 25 of 30) sorted by relevance

12

/device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/inc/
H A Dmm_jpeg_inlines.h89 if (!my_obj->clnt_mgr[client_idx].session[i].active) {
91 my_obj->clnt_mgr[client_idx].session[i].active = OMX_TRUE;
121 my_obj->clnt_mgr[client_idx].session[session_idx].active = OMX_FALSE;
H A Dmm_jpeg.h315 /* this flag represents whether the job is active */
316 OMX_BOOL active; member in struct:mm_jpeg_job_session
/device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/inc/
H A Dmm_jpeg_inlines.h88 if (!my_obj->clnt_mgr[client_idx].session[i].active) {
90 my_obj->clnt_mgr[client_idx].session[i].active = OMX_TRUE;
120 my_obj->clnt_mgr[client_idx].session[session_idx].active = OMX_FALSE;
H A Dmm_jpeg.h309 /* this flag represents whether the job is active */
310 OMX_BOOL active; member in struct:mm_jpeg_job_session
/device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/inc/
H A Dmm_jpeg_inlines.h88 if (!my_obj->clnt_mgr[client_idx].session[i].active) {
90 my_obj->clnt_mgr[client_idx].session[i].active = OMX_TRUE;
120 my_obj->clnt_mgr[client_idx].session[session_idx].active = OMX_FALSE;
H A Dmm_jpeg.h309 /* this flag represents whether the job is active */
310 OMX_BOOL active; member in struct:mm_jpeg_job_session
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
H A Dbdist_msi.py43 def back(self, title, next, name = "Back", active = 1):
48 if active:
54 def cancel(self, title, next, name = "Cancel", active = 1):
59 if active:
65 def next(self, title, next, name = "Next", active = 1):
70 if active:
464 fatal.back("< Back", "Finish", active = 0)
465 fatal.cancel("Cancel", "Back", active = 0)
476 user_exit.back("< Back", "Finish", active = 0)
477 user_exit.cancel("Cancel", "Back", active
[all...]
/device/google/marlin/thermal/
H A Dthermal.c181 uint64_t user, nice, system, idle, active, total; local
226 active = user + nice + system;
227 total = active + idle;
249 .active = active,
/device/huawei/angler/thermal/
H A Dthermal.c180 uint64_t user, nice, system, idle, active, total; local
225 active = user + nice + system;
226 total = active + idle;
248 .active = active,
/device/lge/bullhead/thermal/
H A Dthermal.c182 uint64_t user, nice, system, idle, active, total; local
227 active = user + nice + system;
228 total = active + idle;
250 .active = active,
/device/google/contexthub/firmware/os/drivers/orientation/
H A Dorientation.c101 bool active; member in struct:FusionSensor
353 if (mTask.sensors[GAME].active) {
364 if (mTask.sensors[GRAVITY].active) {
379 && mTask.sensors[LINEAR].active) {
403 if (mTask.sensors[ORIENT].active) {
423 if (mTask.sensors[GEOMAG].active) {
433 if (mTask.sensors[ROTAT].active) {
500 // Do not remove the accel sample until all active fusion sesnsors
555 if (mTask.sensors[ORIENT].active
556 || mTask.sensors[ROTAT].active
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
H A Dmsi.py307 def back(self, title, next, name = "Back", active = 1):
312 if active:
318 def cancel(self, title, next, name = "Cancel", active = 1):
323 if active:
329 def next(self, title, next, name = "Next", active = 1):
334 if active:
471 fatal.back("< Back", "Finish", active = 0)
472 fatal.cancel("Cancel", "Back", active = 0)
486 user_exit.back("< Back", "Finish", active = 0)
487 user_exit.cancel("Cancel", "Back", active
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_poplib.py117 self.active = False
122 assert not self.active
128 self.active = True
130 while self.active and asyncore.socket_map:
137 assert self.active
138 self.active = False
H A Dtest_ftplib.py104 self.push('200 active data connection established')
123 self.push('200 active data connection established')
217 self.active = False
222 assert not self.active
228 self.active = True
230 while self.active and asyncore.socket_map:
237 assert self.active
238 self.active = False
H A Dtest_ssl.py514 self.active = False
525 self.active = True
529 while self.active:
544 self.active = False
615 self.active = False
629 self.active = True
632 while self.active:
636 self.active = False
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A D_hotshot.c85 int active; member in struct:__anon3041
965 self->active = 1;
976 if (self->active) {
977 self->active = 0;
992 if (self->active) {
993 PyErr_SetString(ProfilerError, "profiler already active");
1031 "Shut down this profiler and close the log files, even if its active.");
1146 if (!self->active)
1147 PyErr_SetString(ProfilerError, "profiler not active");
1508 self->active
[all...]
H A Ditertoolsmodule.c1613 PyObject *active; /* Currently running input iterator */ member in struct:__anon3139
1630 lz->active = NULL;
1665 Py_XDECREF(lz->active);
1674 Py_VISIT(lz->active);
1686 if (lz->active == NULL) {
1692 lz->active = PyObject_GetIter(iterable);
1694 if (lz->active == NULL) {
1699 item = PyIter_Next(lz->active);
1708 Py_CLEAR(lz->active);
1709 return chain_next(lz); /* recurse and use next active */
[all...]
/device/generic/goldfish/sensors/
H A Dsensors_qemu.c540 uint32_t active = dev->active_sensors; local
541 uint32_t new_sensors = (active & ~mask) | (sensors & mask);
542 uint32_t changed = active ^ new_sensors;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A Ditertoolsmodule.c1644 PyObject *active; /* Currently running input iterator */ member in struct:__anon2804
1661 lz->active = NULL;
1696 Py_XDECREF(lz->active);
1705 Py_VISIT(lz->active);
1717 if (lz->active == NULL) {
1723 lz->active = PyObject_GetIter(iterable);
1725 if (lz->active == NULL) {
1730 item = PyIter_Next(lz->active);
1739 Py_CLEAR(lz->active);
1740 return chain_next(lz); /* recurse and use next active */
[all...]
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/DeviceTree/
H A Dhi6220-hikey.dts125 enable-active-high;
/device/generic/goldfish/qemud/
H A Dqemud.c769 /* list of active FDHandler objects */
770 FDHandler* active; member in struct:FDHandlerList
806 list->active = NULL;
965 fdhandler_prepend(f, &list->active);
1021 fdhandler_prepend(f, &list->active);
/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/
H A Dusb.c53 unsigned char active; member in struct:ep_type
149 endpoints[i].active = 0;
229 endpoints[ep].active = 1; // true
240 endpoints[ep].active = 0;
/device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/src/
H A Dmm_jpegdec.c756 if (OMX_FALSE == p_session->active) {
757 LOGE("session not active %x",
842 p_session->active = OMX_FALSE;
/device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/src/
H A Dmm_jpegdec.c763 if (OMX_FALSE == p_session->active) {
764 CDBG_ERROR("%s:%d] session not active %x", __func__, __LINE__,
849 p_session->active = OMX_FALSE;
/device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/src/
H A Dmm_jpegdec.c763 if (OMX_FALSE == p_session->active) {
764 CDBG_ERROR("%s:%d] session not active %x", __func__, __LINE__,
849 p_session->active = OMX_FALSE;

Completed in 512 milliseconds

12