Home
last modified time | relevance | path

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

12

/system/extras/libperfmgr/tests/
DRequestGroupTest.cc48 bool active = req.GetExpireTime(&expire_time); in TEST() local
51 EXPECT_EQ(true, active); in TEST()
61 bool active = req.GetExpireTime(&expire_time); in TEST() local
67 EXPECT_EQ(true, active); in TEST()
81 bool active = req.GetExpireTime(&expire_time); in TEST() local
83 EXPECT_EQ(false, active); in TEST()
94 bool active = req.GetExpireTime(&expire_time); in TEST() local
96 EXPECT_EQ(true, active); in TEST()
102 active = req.GetExpireTime(&expire_time); in TEST()
104 EXPECT_EQ(true, active); in TEST()
[all …]
/system/vold/bench/
Dbenchgen.py178 active = set() variable
190 active.add(handle)
203 if handle in active:
204 active.remove(handle)
209 if handle in active:
214 if handle in active:
219 if handle in active:
228 if handle in active:
237 if handle in active:
245 if handle in active:
[all …]
/system/extras/libperfmgr/
DRequestGroup.cc48 bool active = false; in GetExpireTime() local
56 active = true; in GetExpireTime()
60 return active; in GetExpireTime()
/system/core/libmemunreachable/
DREADME.md6 …g every call to malloc and free, it queries the allocator (jemalloc) for active allocations when l…
62 5. Registers contents, active stack areas, and memory mapping information are collected.
67 …10. *Sweeper process*: A list of all active allocations is produced by examining the memory mappin…
81 - `HeapWalker.cpp`: Performs the mark-and-sweep pass over active allocations.
87 …quires a small interface to the allocator in order to collect information about active allocations.
91 - `malloc_iterate()`: call a callback on each active allocation in a given heap region.
/system/core/base/
Dscopeguard_test.cpp45 EXPECT_FALSE(scopeguard.active()); in TEST()
/system/core/base/include/android-base/
Dscopeguard.h51 bool active() const { return active_; } in active() function
/system/hardware/interfaces/suspend/1.0/default/
DSystemSuspendUnitTest.cpp196 return count_if(wlStats.begin(), wlStats.end(), [](auto x) { return x.second.active(); }); in getActiveWakeLockCount()
304 ASSERT_EQ(wlStats.begin()->second.active(), true); in TEST_F()
313 ASSERT_EQ(wlStats.begin()->second.active(), false); in TEST_F()
331 ASSERT_EQ(wlStats.begin()->second.active(), false); in TEST_F()
DSystemSuspendStats.proto21 bool active = 3; field
/system/netd/server/
DTetherController.cpp633 existingEntry->active = true; in addForwardingPair()
639 .active = true in addForwardingPair()
650 existingEntry->active = false; in markForwardingPairDisabled()
656 return existingEntry != nullptr && existingEntry->active; in isForwardingPairEnabled()
662 if (it->second.active) { in isAnyForwardingEnabledOnUpstream()
671 if (it.second.active) { in isAnyForwardingPairEnabled()
DTetherController.h37 bool active; member
/system/apex/apexd/
Dapexservice_test.cpp680 StatusOr<bool> active = in SetUp() local
682 ASSERT_TRUE(IsOk(active)); in SetUp()
683 ASSERT_FALSE(*active); in SetUp()
761 StatusOr<bool> active = IsActive(installer_->package, installer_->version); in TEST_F() local
762 ASSERT_TRUE(IsOk(active)); in TEST_F()
763 ASSERT_TRUE(*active) << Join(GetActivePackagesStrings(), ','); in TEST_F()
806 StatusOr<std::vector<ApexInfo>> active = GetActivePackages(); in TEST_F() local
807 ASSERT_TRUE(IsOk(active)); in TEST_F()
810 for (const ApexInfo& info : *active) { in TEST_F()
826 StatusOr<ApexInfo> active = GetActivePackage(installer_->package); in TEST_F() local
[all …]
Dapex_database.cpp284 auto active = activeVersions[package] < version; in PopulateFromMounts() local
285 if (active) { in PopulateFromMounts()
/system/bt/bta/dm/
Dbta_dm_pm.cc282 if (p_timer->srvc_id[timer_idx] == BTA_ID_MAX) p_timer->active++; in bta_dm_pm_start_timer()
313 CHECK(p_timer->in_use && (p_timer->active > 0)); in bta_dm_pm_stop_timer_by_index()
318 p_timer->active--; in bta_dm_pm_stop_timer_by_index()
319 if (p_timer->active == 0) p_timer->in_use = false; in bta_dm_pm_stop_timer_by_index()
873 bta_dm_cb.pm_timer[i].active--;
879 if (bta_dm_cb.pm_timer[i].active == 0)
Dbta_dm_int.h275 uint8_t active; /* number of active timer */ member
/system/extras/perfprofd/
Dperfprofd_record.proto45 // At the point when the profile was collected, was a camera active?
Dperf_profile.proto117 // At the point when the profile was collected, was a camera active?
/system/bt/doc/
Dpts_guide.md24 - In `newavrcp`, we send active player update to remote device only in PTS test
/system/sepolicy/private/
Dapexd.te44 # allow apexd to unlink apex files in /data/apex/active
Dfile_contexts441 /data/apex/active/(.*)? u:object_r:staging_data_file:s0
497 /data/misc/stats-active-metric(/.*)? u:object_r:stats_data_file:s0
/system/sepolicy/prebuilts/api/29.0/private/
Dapexd.te44 # allow apexd to unlink apex files in /data/apex/active
/system/bt/btif/src/
Dbtif_hl.cc571 if (p_mdl->base.active && p_mdl->extra.data_type == data_type && in btif_hl_is_reconnect_possible()
577 i, p_mdl->base.active, p_mdl->base.mdl_id, in btif_hl_is_reconnect_possible()
591 if (p_mdl1->base.active && p_mdl1->extra.data_type == data_type && in btif_hl_is_reconnect_possible()
823 if (p_acb->in_use && p_mdl->base.active && in btif_hl_find_mdl_cfg_idx_using_channel_id()
898 if (p_mdl->base.active && (p_mdl->base.mdl_id == mdl_id)) { in btif_hl_find_channel_id_using_mdl_id()
1561 if (p_acb->delete_mdl.active) { in btif_hl_find_app_idx_using_deleted_mdl_id()
1564 if (p_acb->delete_mdl.active && (p_acb->delete_mdl.mdl_id == mdl_id)) { in btif_hl_find_app_idx_using_deleted_mdl_id()
3662 if (!p_acb->delete_mdl.active) { in destroy_channel()
3664 p_acb->delete_mdl.active = true; in destroy_channel()
/system/core/llkd/
DREADME.md138 Only active on userdebug or eng builds.
186 Only active on userdebug and eng builds.
/system/update_engine/
Dpylintrc42 # active Python interpreter and may run arbitrary code.
46 # be loaded. Extensions are loading into the active Python interpreter and may
/system/core/liblog/
DREADME.md134 The `ANDROID_LOG_PSTORE` mode flag to the `android_logger_open()` is used to switch from the active
/system/chre/platform/shared/idl/
Dhost_messages.fbs198 /// session can be active at a time. Upon accepting a request, zero or more

12