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

/system/vold/bench/
H A Dbenchgen.py176 active = set() variable
182 active.add(handle)
190 if handle in active:
191 active.remove(handle)
196 if handle in active:
201 if handle in active:
206 if handle in active:
215 if handle in active:
224 if handle in active:
232 if handle in active
[all...]
/system/core/adb/
H A Dfdevent.cpp156 int active; local
158 active = (fde->state & FDE_EVENTMASK) != 0;
170 if(active) {
171 /* we're already active. if we're changing to *no*
187 /* we're not active. if we're watching events, we need
H A Dtransport.cpp305 int active = 0; local
324 active = 1;
331 if(active) {
343 // while a client socket is still active.
/system/bt/btif/co/
H A Dbta_av_co.c149 BOOLEAN active; member in struct:__anon583
190 return bta_av_co_cb.cp.active;
555 bta_av_co_cb.cp.active = FALSE;
694 bta_av_co_cb.cp.active = TRUE;
701 bta_av_co_cb.cp.active = FALSE;
826 else if ((num_protect == 1) && (!bta_av_co_cb.cp.active))
1519 bta_av_co_cb.cp.active = TRUE;
1524 bta_av_co_cb.cp.active = FALSE;
/system/bt/btif/include/
H A Dbtif_hl.h124 BOOLEAN active; member in struct:__anon617
220 BOOLEAN active; member in struct:__anon625
/system/core/sdcard/
H A Dsdcard.c1680 bool active = false; local
1682 if (!active) {
1702 active = true;
1722 active = false;
/system/bt/bta/include/
H A Dbta_hl_api.h276 BOOLEAN active; /* true if this item is in use */ member in struct:__anon426
/system/bt/bta/dm/
H A Dbta_dm_int.h759 #define BTA_DM_DI_AV_ACTIVE 0x20 /* set this bit if AV is active for this link */
795 active connections */
842 UINT8 active; /* number of active timer */ member in struct:__anon135

Completed in 305 milliseconds