Home
last modified time | relevance | path

Searched defs:init (Results 1 – 25 of 175) sorted by relevance

1234567

/system/chre/apps/wifi_offload/test/
Dutility.cc23 void init(uint8_t &val, RandomGenerator &rand_gen) { in init() function
27 void init(uint16_t &val, RandomGenerator &rand_gen) { in init() function
31 void init(uint32_t &val, RandomGenerator &rand_gen) { in init() function
35 void init(uint64_t &val, RandomGenerator &rand_gen) { in init() function
39 void init(uint8_t *arr, size_t len, RandomGenerator &rand_gen) { in init() function
70 void init(wifi_offload::Ssid &ssid, RandomGenerator &rand_gen) { in init() function
77 void init(wifi_offload::PreferredNetwork &net_info, RandomGenerator &rand_gen) { in init() function
82 void init(wifi_offload::ScanRecord &record, RandomGenerator &rand_gen) { in init() function
88 void init(wifi_offload::RpcLogRecord &record, RandomGenerator &rand_gen) { in init() function
93 void init(wifi_offload::ChannelHistogram &histo, RandomGenerator &rand_gen) { in init() function
[all …]
/system/netd/tests/
Dtun_interface.h35 int init() { return init("", false); } in init() function
36 int init(const std::string& ifName) { return init(ifName, false); } in init() function
37 int init(bool isTap) { return init("", isTap); } in init() function
/system/core/init/
Dinit_test.cpp39 namespace init { namespace
74 TEST(init, SimpleEventTrigger) { in TEST() argument
99 TEST(init, WrongEventTrigger) { in TEST() argument
119 TEST(init, EventTriggerOrder) { in TEST() argument
160 TEST(init, OverrideService) { in TEST() argument
182 TEST(init, EventTriggerOrderMultipleFiles) { in TEST() argument
245 TEST(init, RejectsCriticalAndOneshotService) { in TEST() argument
Doneshot_on_test.cpp28 TEST(init, oneshot_on) { in TEST() argument
Dmodalias_handler.cpp25 namespace init { namespace
Dtokenizer.cpp6 namespace init { namespace
Dhost_import_parser.cpp24 namespace init { namespace
Drlimit_parser.cpp28 namespace init { namespace
Dimport_parser.cpp24 namespace init { namespace
Dproperty_type.cpp29 namespace init { namespace
Dswitch_root.cpp33 namespace init { namespace
Dsubcontext_benchmark.cpp23 namespace init { namespace
Dselabel.cpp22 namespace init { namespace
/system/chre/apps/wifi_offload/test/include/
Dutility.h76 void init(wifi_offload::Vector<T> &vec, RandomGenerator &rand_gen, in init() function
87 void init(wifi_offload::Vector<T> &vec, RandomGenerator &rand_gen) { in init() function
/system/chre/platform/shared/
Dsystem_time.cc23 void SystemTime::init() { in init() function in chre::SystemTime
Dplatform_wwan.cc40 void PlatformWwan::init() { in init() function in chre::PlatformWwan
/system/chre/core/
Dinit.cc33 void init() { in init() function
/system/core/init/test_utils/
Dservice_utils.cpp28 namespace init { namespace
/system/chre/util/include/chre/util/
Dsingleton_impl.h36 void Singleton<ObjectType>::init(Args&&... args) { in init() function
/system/bt/build/
Dfluoride.go23 func init() { func
/system/core/init/parser/
Dtokenizer.cpp17 namespace init { namespace
/system/bt/hci/include/
Dlow_power_manager.h29 void (*init)(thread_t* post_thread); member
/system/ca-certificates/soong/
Dca_certificates.go14 func init() { func
/system/bt/btcore/include/
Dmodule.h33 module_lifecycle_fn init; member
/system/chre/build/app_support/qcom_nanohub/
Dapp_support_uimg.cc42 bool (*init)(void); member

1234567