Searched refs:init (Results 76 - 100 of 297) sorted by relevance

1234567891011>>

/system/chre/build/sys_support/qcom/
H A Duimage_v2.lcs66 .init :
68 KEEP (*(.init))
/system/chre/platform/shared/
H A Dplatform_wwan.cc36 void PlatformWwan::init() { function in class:chre::PlatformWwan
/system/chre/platform/slpi/include/chre/target_platform/
H A Dcondition_variable_impl.h47 if (!mTimeoutTimer.init()) {
/system/core/healthd/include/healthd/
H A DBatteryMonitor.h40 void init(struct healthd_config *hc);
/system/core/include/sysutils/
H A DSocketListener.h57 void init(const char *socketName, int socketFd, bool listen, bool useCmdNum);
/system/core/init/
H A Daction_manager.h27 namespace init { namespace in namespace:android
56 } // namespace init
H A Daction_parser.h29 namespace init { namespace in namespace:android
46 } // namespace init
H A Dimport_parser.cpp24 namespace init { namespace in namespace:android
55 } // namespace init
H A Dtest_function_map.h27 namespace init { namespace in namespace:android
52 } // namespace init
H A Duevent_listener.h33 namespace init { namespace in namespace:android
59 } // namespace init
H A Dinit_test.cpp35 namespace init { namespace in namespace:android
69 TEST(init, SimpleEventTrigger) {
72 R"init(
75 )init";
89 TEST(init, EventTriggerOrder) {
91 R"init(
101 )init";
116 TEST(init, OverrideService) {
117 std::string init_script = R"init(
125 )init";
[all...]
/system/core/libsysutils/include/sysutils/
H A DSocketListener.h57 void init(const char *socketName, int socketFd, bool listen, bool useCmdNum);
/system/core/libsysutils/src/
H A DFrameworkListener.cpp35 init(socketName, withSeq);
40 init(socketName, false);
45 init(NULL, false);
48 void FrameworkListener::init(const char *socketName UNUSED, bool withSeq) { function in class:FrameworkListener
/system/netd/server/
H A DControllers.h62 void init();
/system/chre/core/
H A Dwwan_request_manager.cc26 void WwanRequestManager::init() { function in class:chre::WwanRequestManager
27 return mPlatformWwan.init();
/system/chre/platform/linux/
H A Dinit.cc20 #include "chre/core/init.h"
75 chre::PlatformLogSingleton::init();
91 chre::init();
/system/tools/hidl/docs/src/parser/elements/declarations/
H A DTypedefDeclarationParser.kt26 init {
/system/bt/main/
H A Dbte_logmsg.cc199 static future_t* init(void) { function
214 .init = init,
/system/extras/power_profile/camera_avg/
H A Dgradlew.bat24 if "%ERRORLEVEL%" == "0" goto init
38 if exist "%JAVA_EXE%" goto init
48 :init label
/system/extras/power_profile/camera_flashlight/
H A Dgradlew.bat24 if "%ERRORLEVEL%" == "0" goto init
38 if exist "%JAVA_EXE%" goto init
48 :init label
/system/extras/power_profile/gps_on/
H A Dgradlew.bat24 if "%ERRORLEVEL%" == "0" goto init
38 if exist "%JAVA_EXE%" goto init
48 :init label
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/
H A Dgradlew.bat24 if "%ERRORLEVEL%" == "0" goto init
38 if exist "%JAVA_EXE%" goto init
48 :init label
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/
H A Dgradlew.bat24 if "%ERRORLEVEL%" == "0" goto init
38 if exist "%JAVA_EXE%" goto init
48 :init label
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/
H A Dgradlew.bat24 if "%ERRORLEVEL%" == "0" goto init
38 if exist "%JAVA_EXE%" goto init
48 :init label
/system/bt/btif/src/
H A Dbtif_mce.cc116 static bt_status_t init(btmce_callbacks_t* callbacks) { function
135 sizeof(btmce_interface_t), init, get_remote_mas_instances,

Completed in 319 milliseconds

1234567891011>>