Home
last modified time | relevance | path

Searched refs:is_active (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Virtualization/virtualizationservice/src/
Dpayload.rs78 is_active: bool, field
113 if apex_info.is_active && apex_info.is_factory { in override_staged_apex()
117 need_to_add.replace(ApexInfo { is_active: false, ..apex_info.clone() }); in override_staged_apex()
123 if apex_info.is_active { in override_staged_apex()
374 apex_configs.iter().any(|cfg| ai.matches(cfg) && ai.is_active) in collect_apex_infos()
375 || additional_apexes.iter().any(|name| name == &ai.name && ai.is_active) in collect_apex_infos()
459 is_active: true, in test_collect_apexes()
469 is_active: false, in test_collect_apexes()
479 is_active: true, in test_collect_apexes()
489 is_active: true, in test_collect_apexes()
[all …]
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_gatt_api.h368 tBT_TRANSPORT transport, bool is_active)>
370 tBT_TRANSPORT transport, bool is_active) {}};
372 tBT_TRANSPORT transport, bool is_active) { in operator()
373 body(bd_addr, idle_tout, transport, is_active); in operator()
Dmock_stack_gatt_api.cc211 tBT_TRANSPORT transport, bool is_active) { in GATT_SetIdleTimeout() argument
214 is_active); in GATT_SetIdleTimeout()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sco.h113 bool is_active() const { return state != SCO_ST_UNUSED; } in is_active() function
Dbtm_sco.cc954 if (!p_sco->is_active()) { in btm_sco_on_disconnected()
/packages/services/Car/service/proto/android/car/telemetry/
Dstats_log.proto91 optional bool is_active = 14; field
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_api.cc1056 tBT_TRANSPORT transport, bool is_active) { in GATT_SetIdleTimeout() argument
1063 if (is_active) { in GATT_SetIdleTimeout()
1074 idle_tout, is_active, +status); in GATT_SetIdleTimeout()
/packages/modules/StatsD/statsd/tests/e2e/
DConfigUpdate_e2e_test.cpp2000 EXPECT_TRUE(metricReport.is_active()); in TEST_F()
2006 EXPECT_FALSE(metricReport.is_active()); in TEST_F()
2012 EXPECT_TRUE(metricReport.is_active()); in TEST_F()
2023 EXPECT_FALSE(metricReport.is_active()); in TEST_F()
2029 EXPECT_FALSE(metricReport.is_active()); in TEST_F()
2035 EXPECT_TRUE(metricReport.is_active()); in TEST_F()
2046 EXPECT_TRUE(metricReport.is_active()); in TEST_F()
2052 EXPECT_TRUE(metricReport.is_active()); in TEST_F()
2058 EXPECT_FALSE(metricReport.is_active()); in TEST_F()
/packages/modules/Bluetooth/system/stack/include/
Dgatt_api.h1016 tBT_TRANSPORT transport, bool is_active);
/packages/modules/StatsD/statsd/src/
Dstats_log.proto329 optional bool is_active = 14; field
/packages/modules/Bluetooth/system/bta/le_audio/
Ddevices.cc2033 bool is_active = (group_id_ == active_group_id); in Dump() local
2038 << " == " << (is_active ? ",\tActive\n" : ",\tInactive\n") in Dump()