Searched refs:init (Results 101 - 125 of 215) sorted by relevance

123456789

/system/core/libsysutils/src/
H A DSocketListener.cpp38 init(socketName, -1, listen, false);
42 init(NULL, socketFd, listen, false);
46 init(socketName, -1, listen, useCmdNum);
49 void SocketListener::init(const char *socketName, int socketFd, bool listen, bool useCmdNum) { function in class:SocketListener
H A DSocketClient.cpp34 init(socket, owned, false);
38 init(socket, owned, useCmdNum);
41 void SocketClient::init(int socket, bool owned, bool useCmdNum) { function in class:SocketClient
/system/core/logd/
H A DLogWhiteBlackList.h68 int init(const char* str);
H A DLogBuffer.h112 void init();
141 return mPrune.init(cp);
/system/core/storaged/include/
H A Dstoraged_uid_monitor.h98 void init(charger_stat_t stat);
/system/netd/server/
H A DWakeupController.h43 netdutils::Status init(NFLogListenerInterface* listener);
H A Dmain.cpp82 // Before we do anything that could fork, mark CLOEXEC the UNIX sockets that we get from init.
99 gCtls->init();
117 auto status = gCtls->wakeupCtrl.init(logListener.get());
119 ALOGE("Unable to init WakeupController: %s", toString(result).c_str());
/system/bt/btcore/src/
H A Dmodule.cc64 if (!call_lifecycle_function(module->init)) {
76 // TODO(zachoverflow): remove module->init check once automagic order/call is
78 // This hack is here so modules which don't require init don't have to have
82 module->init == NULL);
/system/chre/platform/slpi/
H A Dinit.cc29 #include "chre/core/init.h"
96 chre::PlatformLogSingleton::init();
171 chre::init();
/system/sepolicy/prebuilts/api/26.0/private/
H A Dapp_neverallows.te31 neverallow all_untrusted_apps init:unix_stream_socket connectto;
/system/sepolicy/prebuilts/api/26.0/public/
H A Dte_macros16 ifelse($1, `init', `', `allow $3 $1:process sigchld;')
111 # Allow the init process to create the initial endpoint socket.
112 allow init pdx_$2_endpoint_socket_type:unix_stream_socket { create bind };
159 # Set up a transition from init to the daemon domain
162 domain_auto_trans(init, $1_exec, $1)
263 # allow clientdomain init:unix_stream_socket connectto;
271 ifelse($3,`init', `
289 __unix_socket_connect__($1, property, init)
/system/sepolicy/private/
H A Dapp_neverallows.te36 neverallow { all_untrusted_apps -mediaprovider } init:unix_stream_socket connectto;
/system/bt/hci/include/
H A Dbt_vendor_lib.h392 int (*init)(const bt_vendor_callbacks_t* p_cb, unsigned char* local_bdaddr); member in struct:__anon722
/system/bt/stack/include/
H A Da2dp_aac.h33 bool init() override;
/system/chre/core/include/chre/core/
H A Dgnss_request_manager.h47 void init();
H A Dwifi_request_manager.h47 void init();
/system/chre/platform/linux/
H A Dsystem_timer.cc56 bool SystemTimer::init() { function in class:chre::SystemTimer
/system/core/init/
H A Dkeychords.cpp29 #include "init.h"
32 namespace init { namespace in namespace:android
80 std::string adb_enabled = android::base::GetProperty("init.svc.adbd", "");
120 } // namespace init
H A Dservice_test.cpp27 namespace init { namespace in namespace:android
74 } // namespace init
H A Dutil.h37 namespace init { namespace in namespace:android
65 } // namespace init
/system/netd/tests/
H A Dtun_interface.cpp43 int TunInterface::init() { function in class:android::net::TunInterface
/system/tools/aidl/
H A Dast_java.cpp170 init(argc, args);
182 init(argc, args);
190 init(argc, args);
194 void MethodCall::init(int n, va_list args) { function in class:android::aidl::java::MethodCall
229 init(argc, args);
233 void NewExpression::init(int n, va_list args) { function in class:android::aidl::java::NewExpression
/system/bt/hci/test/
H A Dpacket_fragmenter_test.cc32 DECLARE_TEST_MODES(init, set_data_sizes, no_fragmentation, fragmentation,
308 reset_for(init);
309 fragmenter->init(&callbacks);
/system/chre/build/sys_support/qcom/
H A Duimage.lcs.toolv8077 .init :
79 KEEP (*(.init))
/system/chre/platform/
H A Dplatform.mk44 HEXAGON_SRCS += platform/slpi/init.cc
96 GOOGLE_X86_LINUX_SRCS += platform/linux/init.cc

Completed in 2461 milliseconds

123456789