Searched refs:init (Results 126 - 150 of 297) sorted by relevance

1234567891011>>

/system/core/init/
H A Dsubcontext.h29 #include "system/core/init/subcontext.pb.h"
32 namespace init { namespace in namespace:android
67 } // namespace init
H A Dtokenizer.cpp4 namespace init { namespace in namespace:android
123 } // namespace init
H A Dueventd_parser.h27 namespace init { namespace in namespace:android
49 } // namespace init
H A Dutil.h39 namespace init { namespace in namespace:android
67 } // namespace init
H A Dwatchdogd.cpp29 #error "Do not include init.h in files used by ueventd or watchdogd; it will expose init's globals"
35 namespace init { namespace in namespace:android
80 } // namespace init
/system/core/libsysutils/include/sysutils/
H A DSocketClient.h78 void init(int socket, bool owned, bool useCmdNum);
/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
/system/core/logd/
H A DLogWhiteBlackList.h68 int init(const char* str);
H A DLogBuffer.h112 void init();
141 return mPrune.init(cp);
/system/netd/server/
H A DWakeupController.h62 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/tools/hidl/docs/src/parser/elements/declarations/
H A DEnumDeclarationParser.kt33 init {
94 init {
/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/android/
H A Dplatform_audio.cc86 if (!mTimer.init()) {
132 void PlatformAudio::init() { function in class:chre::PlatformAudio
/system/chre/platform/slpi/
H A Dinit.cc31 #include "chre/core/init.h"
163 chre::IslandVoteClientSingleton::init("CHRE" /* clientName */);
168 chre::init();
/system/core/healthd/
H A Dcharger_test.cpp39 Atomic(T&& init) : mValue(std::move(init)) {} argument
/system/extras/perfprofd/
H A Dperfprofd_cmdline.cc171 static void init(ConfigReader &config) function
199 init(config_reader);
/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/prebuilts/api/27.0/private/
H A Dapp_neverallows.te36 neverallow { all_untrusted_apps -mediaprovider } init:unix_stream_socket connectto;
/system/sepolicy/prebuilts/api/28.0/private/
H A Dapp_neverallows.te37 neverallow { all_untrusted_apps -mediaprovider } init:unix_stream_socket connectto;
/system/sepolicy/private/
H A Dapp_neverallows.te37 neverallow { all_untrusted_apps -mediaprovider } init:unix_stream_socket connectto;
/system/tools/hidl/docs/src/parser/elements/
H A DAnnotationParser.kt31 init {
H A DDocParser.kt32 init {
/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:__anon658

Completed in 459 milliseconds

1234567891011>>