/system/chre/platform/shared/ |
H A D | system_time.cc | 23 void SystemTime::init() { function in class:chre::SystemTime
|
H A D | platform_wwan.cc | 36 void PlatformWwan::init() { function in class:chre::PlatformWwan
|
/system/core/init/ |
H A D | bootchart.h | 24 namespace init { namespace in namespace:android 28 } // namespace init
|
H A D | firmware_handler.h | 23 namespace init { namespace in namespace:android 27 } // namespace init
|
H A D | init.h | 25 namespace init { namespace in namespace:android 27 // Note: These globals are *only* valid in init, so they should not be used in ueventd, 49 } // namespace init
|
H A D | init_first_stage.h | 21 namespace init { namespace in namespace:android 26 } // namespace init
|
H A D | keychords.h | 23 namespace init { namespace in namespace:android 28 } // namespace init
|
H A D | log.h | 23 namespace init { namespace in namespace:android 29 } // namespace init
|
H A D | reboot.h | 23 namespace init { namespace in namespace:android 38 } // namespace init
|
H A D | signal_handler.h | 21 namespace init { namespace in namespace:android 25 } // namespace init
|
H A D | ueventd.h | 21 namespace init { namespace in namespace:android 25 } // namespace init
|
H A D | util.h | 37 namespace init { namespace in namespace:android 65 } // namespace init
|
H A D | watchdogd.h | 21 namespace init { namespace in namespace:android 25 } // namespace init
|
H A D | builtins.h | 28 namespace init { namespace in namespace:android 39 } // namespace init
|
H A D | capabilities.h | 25 namespace init { namespace in namespace:android 39 } // namespace init
|
H A D | parser.cpp | 4 namespace init { namespace in namespace:android 123 } // namespace init
|
H A D | property_service.h | 25 namespace init { namespace in namespace:android 42 } // namespace init
|
H A D | service_test.cpp | 27 namespace init { namespace in namespace:android 74 } // namespace init
|
H A D | import_parser.h | 26 namespace init { namespace in namespace:android 43 } // namespace init
|
/system/chre/core/ |
H A D | init.cc | 17 #include "chre/core/init.h" 34 void init() { function in namespace:chre 35 LOGI("CHRE init, version: %s", kChreVersionString); 37 SystemTime::init(); 38 PlatformSensor::init(); 39 EventLoopManagerSingleton::init();
|
/system/core/init/parser/ |
H A D | tokenizer_test.cpp | 22 namespace init { namespace 230 } // namespace init
|
/system/bt/btcore/include/ |
H A D | module.h | 32 module_lifecycle_fn init; member in struct:__anon544 51 // and must be initialized or have no init function.
|
/system/bt/hci/include/ |
H A D | low_power_manager.h | 29 void (*init)(thread_t* post_thread); member in struct:low_power_manager_t
|
/system/chre/apps/wifi_offload/test/include/ |
H A D | utility.h | 58 void init(uint8_t &val, RandomGenerator &rand_gen); 59 void init(uint16_t &val, RandomGenerator &rand_gen); 60 void init(uint32_t &val, RandomGenerator &rand_gen); 61 void init(uint64_t &val, RandomGenerator &rand_gen); 62 void init(uint8_t *arr, size_t len, RandomGenerator &rand_gen); 63 void init(wifi_offload::Ssid &ssid, RandomGenerator &rand_gen); 64 void init(wifi_offload::PreferredNetwork &net_info, RandomGenerator &rand_gen); 65 void init(wifi_offload::ScanRecord &record, RandomGenerator &rand_gen); 66 void init(wifi_offload::RpcLogRecord &record, RandomGenerator &rand_gen); 67 void init(wifi_offloa 76 void init(wifi_offload::Vector<T> &vec, RandomGenerator &rand_gen, function in namespace:wifi_offload_test 87 void init(wifi_offload::Vector<T> &vec, RandomGenerator &rand_gen) { function in namespace:wifi_offload_test [all...] |
/system/chre/util/include/chre/util/ |
H A D | singleton_impl.h | 35 void Singleton<ObjectType>::init(Args&&... args) { function in class:chre::Singleton
|