Searched refs:init (Results 51 - 75 of 297) sorted by relevance

1234567891011>>

/system/netd/tests/
H A Dtun_interface.h32 int init();
/system/bt/main/
H A Dstack_config.cc42 static future_t* init() { function
69 .init = init,
/system/core/base/include/android-base/
H A Dtest_utils.h39 void init(const std::string& tmp_dir);
52 bool init(const std::string& tmp_dir);
65 void init();
/system/core/init/
H A Dsubcontext_benchmark.cpp25 namespace init { namespace in namespace:android
61 } // namespace init
66 auto test_function_map = android::init::BuildTestFunctionMap();
67 return android::init::SubcontextMain(argc, argv, &test_function_map);
H A DAndroid.mk46 LOCAL_MODULE:= init
89 ln -sf ../init $(TARGET_ROOT_OUT)/sbin/ueventd; \
90 ln -sf ../init $(TARGET_ROOT_OUT)/sbin/watchdogd
H A Dbuiltin_arguments.h24 namespace init { namespace in namespace:android
40 } // namespace init
H A Dcapabilities.h36 namespace init { namespace in namespace:android
51 } // namespace init
H A Dhost_init_stubs.cpp39 namespace init { namespace in namespace:android
41 // init.h
62 } // namespace init
H A Dimport_parser.h26 namespace init { namespace in namespace:android
43 } // namespace init
H A Dinit.h31 namespace init { namespace in namespace:android
33 // Note: These globals are *only* valid in init, so they should not be used in ueventd,
55 } // namespace init
H A Dproperty_service.h25 namespace init { namespace in namespace:android
40 } // namespace init
H A Dhost_init_parser.cpp42 namespace init { namespace in namespace:android
53 LOG(ERROR) << "Usage: " << argv[0] << " <init file to parse>";
77 } // namespace init
81 android::init::main(argc, argv);
/system/bt/utils/src/
H A Dbt_utils.cc61 static future_t* init(void) { function
78 .init = init,
/system/security/keystore/include/keystore/
H A Dutils.h32 SharedNullableIterator(const std::shared_ptr<CollectionType>& coll) : coll_(coll) { init(); }
33 SharedNullableIterator(std::shared_ptr<CollectionType>&& coll) : coll_(coll) { init(); }
71 void init() { function in class:android::security::SharedNullableIterator
/system/bt/btcore/include/
H A Dmodule.h32 module_lifecycle_fn init; member in struct:__anon489
51 // and must be initialized or have no init function.
/system/chre/core/include/chre/core/
H A Dwwan_request_manager.h42 void init();
/system/chre/platform/include/chre/platform/
H A Dplatform_sensor.h42 static void init();
/system/chre/platform/linux/
H A Dplatform_sensor.cc27 void PlatformSensor::init() { function in class:chre::PlatformSensor
34 // by init.
/system/core/include/sysutils/
H A DFrameworkListener.h49 void init(const char *socketName, bool withSeq);
/system/core/init/parser/
H A Dtokenizer.h20 namespace init { namespace
72 } // namespace init
/system/core/libsysutils/include/sysutils/
H A DFrameworkListener.h49 void init(const char *socketName, bool withSeq);
/system/core/healthd/
H A Dcharger.cpp49 .init = healthd_mode_nop_init,
59 .init = healthd_mode_charger_init,
/system/bt/hci/include/
H A Dhci_hal.h40 // Executes in the context of the thread supplied to |init|.
53 bool (*init)(const hci_hal_callbacks_t* upper_callbacks, member in struct:hci_hal_t
/system/bt/include/hardware/
H A Dbt_pan.h61 bt_status_t (*init)(const btpan_callbacks_t* callbacks); member in struct:__anon793
/system/chre/apps/wifi_offload/test/
H A Dscanresult_test.cc24 init(chre_scan_result, random_gen);

Completed in 434 milliseconds

1234567891011>>