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

/system/connectivity/shill/dhcp/
H A Ddhcp_config.h88 void set_is_lease_active(bool active) { is_lease_active_ = active; } argument
/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/bt/btif/co/
H A Dbta_av_co.c150 BOOLEAN active; member in struct:__anon569
191 return bta_av_co_cb.cp.active;
556 bta_av_co_cb.cp.active = FALSE;
695 bta_av_co_cb.cp.active = TRUE;
702 bta_av_co_cb.cp.active = FALSE;
827 else if ((num_protect == 1) && (!bta_av_co_cb.cp.active))
1520 bta_av_co_cb.cp.active = TRUE;
1525 bta_av_co_cb.cp.active = FALSE;
/system/bt/btif/include/
H A Dbtif_hl.h128 BOOLEAN active; member in struct:__anon603
223 BOOLEAN active; member in struct:__anon611
/system/core/adb/
H A Dtransport.cpp254 int active = 0; local
275 active = 1;
282 if(active) {
/system/core/sdcard/
H A Dsdcard.c1727 bool active = false; local
1729 if (!active) {
1749 active = true;
1769 active = false;
/system/bt/bta/include/
H A Dbta_hl_api.h275 BOOLEAN active; /* true if this item is in use */ member in struct:__anon417
/system/bt/bta/dm/
H A Dbta_dm_int.h757 #define BTA_DM_DI_AV_ACTIVE 0x20 /* set this bit if AV is active for this link */
793 active connections */
840 UINT8 active; /* number of active timer */ member in struct:__anon136

Completed in 620 milliseconds