Searched refs:active (Results 1 - 13 of 13) 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/connectivity/shill/dhcp/
H A Ddhcp_config.h88 void set_is_lease_active(bool active) { is_lease_active_ = active; } argument
/system/bt/btif/co/
H A Dbta_av_co.c150 BOOLEAN active; member in struct:__anon568
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;
H A Dbta_hl_co.c221 BTIF_TRACE_DEBUG("%s mdep_id =%d, item_idx=%d active=%d mdl_id=%d time=%d",
223 p_mdl_cfg->active,
292 if (p->active)
/system/bt/btif/include/
H A Dbtif_hl.h128 BOOLEAN active; member in struct:__anon602
223 BOOLEAN active; member in struct:__anon610
/system/connectivity/shill/test-scripts/
H A Dtest-flimflam295 active = flimflam.make_dbus_boolean(sys.argv[2])
296 manager.SetProperty("OfflineMode", active)
/system/bt/bta/dm/
H A Dbta_dm_pm.c116 /* Need to stop all active timers. */
290 p_timer->active++;
321 assert(p_timer->in_use && (p_timer->active > 0));
327 p_timer->active--;
328 if (p_timer->active == 0)
488 APPL_TRACE_DEBUG("%s: SCO active, back to old SSR", __func__);
499 ** 2. If HID connection open is received and SCO is already active.
500 ** This will handle the case where HID connects when SCO already active
670 /* new power mode for a new active connection */
887 APPL_TRACE_WARNING("%s SCO is active o
[all...]
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:__anon134
/system/bt/bta/hl/
H A Dbta_hl_utils.c853 ** Description This function finds an active MDL
1255 ** MDL ID is not active
1335 if (!p_mdl->active )
1429 if(p_mdl->active)
1432 if (p_mdl->active &&
1474 if (p_mdl->active)
1481 if (p_mdl->active)
1574 if (p_mdl->active )
1626 if (p_mdl->active &&
1668 if (p_mdl->active
[all...]
/system/bt/bta/include/
H A Dbta_hl_api.h275 BOOLEAN active; /* true if this item is in use */ member in struct:__anon416
/system/core/adb/
H A Dtransport.cpp254 int active = 0; local
275 active = 1;
282 if(active) {
/system/bt/btif/src/
H A Dbtif_hl.c604 if (p_mdl->base.active &&
611 BTIF_TRACE_DEBUG("i=%d Matched active=%d mdl_id =%d, mdl_dch_mode=%d",
612 i, p_mdl->base.active, p_mdl->base.mdl_id,p_mdl->base.dch_mode);
628 if (p_mdl1->base.active &&
929 p_mdl->base.active &&
1012 if ( p_mdl->base.active && (p_mdl->base.mdl_id == mdl_id))
1730 if (p_acb->delete_mdl.active) {
1734 if (p_acb->delete_mdl.active &&
3956 if (!p_acb->delete_mdl.active)
3959 p_acb->delete_mdl.active
[all...]
/system/core/sdcard/
H A Dsdcard.c1744 bool active = false; local
1746 if (!active) {
1766 active = true;
1786 active = false;

Completed in 1185 milliseconds