Home
last modified time | relevance | path

Searched defs:init (Results 1 – 25 of 159) 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/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/core/init/
Dinit_test.cpp34 namespace init { namespace
68 TEST(init, SimpleEventTrigger) { in TEST() argument
88 TEST(init, EventTriggerOrder) { in TEST() argument
115 TEST(init, OverrideService) { in TEST() argument
137 TEST(init, EventTriggerOrderMultipleFiles) { in TEST() argument
Dboringssl_self_test.cpp26 namespace init { namespace
Dtokenizer.cpp6 namespace init { namespace
Dhost_import_parser.cpp24 namespace init { namespace
Drlimit_parser.cpp28 namespace init { namespace
Dproperty_type.cpp29 namespace init { namespace
Dsigchld_handler.cpp40 namespace init { namespace
Dimport_parser.cpp24 namespace init { namespace
Dsubcontext_benchmark.cpp25 namespace init { namespace
Dswitch_root.cpp33 namespace init { namespace
Dproperty_service_test.cpp30 namespace init { namespace
Depoll.cpp27 namespace init { namespace
/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.cc34 void init() { in init() function
/system/bt/build/
Dfluoride.go23 func init() { func
/system/chre/util/include/chre/util/
Dsingleton_impl.h36 void Singleton<ObjectType>::init(Args&&... args) { in init() function
/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.go13 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
/system/chre/platform/slpi/
Dsystem_timer.cc31 bool SystemTimer::init() { in init() function in chre::SystemTimer

1234567