Home
last modified time | relevance | path

Searched refs:init (Results 1 – 25 of 31) sorted by relevance

12

/system/core/include/cutils/
Dthreads.h105 int init; member
113 if (!lock->init) { in mutex_lock()
114 lock->init = 1; in mutex_lock()
116 lock->init = 2; in mutex_lock()
117 } else while (lock->init != 2) in mutex_lock()
130 lock->init = 2; in mutex_init()
135 if (lock->init) { in mutex_destroy()
136 lock->init = 0; in mutex_destroy()
/system/core/logcat/tests/
Dlogcat_benchmark.cpp43 void init(const char *buffer) in TEST() function in TEST::timestamp
54 init(buffer); in TEST()
92 last.init(buffer); in TEST()
105 last.init(buffer); in TEST()
/system/core/rootdir/
DAndroid.mk9 LOCAL_MODULE := init.rc
21 LOCAL_MODULE := init.environ.rc
39 $(LOCAL_BUILT_MODULE): $(LOCAL_PATH)/init.environ.rc.in $(bcp_dep)
Dinit.rc7 import /init.environ.rc
8 import /init.usb.rc
9 import /init.${ro.hardware}.rc
10 import /init.${ro.zygote}.rc
11 import /init.trace.rc
13 on early-init
14 # Set init and its forked children's oom_adj.
20 # Set the security context for the init process.
22 setcon u:r:init:s0
32 on init
[all …]
Dinit.environ.rc.in2 on init
/system/core/init/
DREADME.BOOTCHART1 This version of init contains code to perform "bootcharting", i.e. generating log
4 To activate it, you need to define build 'init' with the INIT_BOOTCHART environment
7 touch system/init/init.c
28 Note that /data/bootchart-stop is deleted automatically by init at the end of the
51 www.bootchart.org, but a C re-implementation that is directly compiled into our init
Dreadme.txt48 Services are programs which init launches and (optionally) restarts
59 Options are modifiers to services. They affect how and when init
99 If not specified and no transition is defined in policy, defaults to the init context.
119 This is the first trigger that will occur when init starts
120 (after /init.conf is loaded)
142 init "stuck". (??? maybe there should be a timeout?)
153 Parse an init config file, extending the current configuration.
208 Not required for directories created by the init.rc as these are
209 automatically labeled correctly by init.
219 This is typically only used from early-init to set the init context
[all …]
DAndroid.mk8 init.c \
34 LOCAL_MODULE:= init
/system/core/
DCleanSpec.mk51 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/init.rc)
52 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/init.rc)
DREADME19 - init, linker, debuggerd, toolbox, usbd depend on libcutils
/system/core/include/mincrypt/
Dhash-internal.h39 void (* const init)(struct HASH_CTX*); member
53 #define HASH_init(ctx) (ctx)->f->init(ctx)
/system/core/libsysutils/src/
DFrameworkListener.cpp34 init(socketName, withSeq); in FrameworkListener()
39 init(socketName, false); in FrameworkListener()
44 init(NULL, false); in FrameworkListener()
47 void FrameworkListener::init(const char *socketName UNUSED, bool withSeq) { in init() function in FrameworkListener
DSocketListener.cpp36 init(socketName, -1, listen, false); in SocketListener()
40 init(NULL, socketFd, listen, false); in SocketListener()
44 init(socketName, -1, listen, useCmdNum); in SocketListener()
47 void SocketListener::init(const char *socketName, int socketFd, bool listen, bool useCmdNum) { in init() function in SocketListener
DSocketClient.cpp16 init(socket, owned, false); in SocketClient()
20 init(socket, owned, useCmdNum); in SocketClient()
23 void SocketClient::init(int socket, bool owned, bool useCmdNum) { in init() function in SocketClient
/system/core/healthd/
Dhealthd.cpp102 .init = healthd_mode_android_init,
109 .init = healthd_mode_charger_init,
116 .init = healthd_mode_nop_init,
317 healthd_mode_ops->init(&healthd_config); in healthd_init()
322 gBatteryMonitor->init(&healthd_config); in healthd_init()
DBatteryMonitor.h40 void init(struct healthd_config *hc);
Dhealthd.h81 void (*init)(struct healthd_config *config); member
/system/core/libcutils/
Dproperties.c215 static void init(void) in init() function
235 pthread_once(&gInitOnce, init); in property_get()
302 pthread_once(&gInitOnce, init); in property_set()
335 pthread_once(&gInitOnce, init); in property_list()
/system/core/include/sysutils/
DFrameworkListener.h48 void init(const char *socketName, bool withSeq);
DSocketListener.h57 void init(const char *socketName, int socketFd, bool listen, bool useCmdNum);
DSocketClient.h78 void init(int socket, bool owned, bool useCmdNum);
/system/core/fastbootd/
Dtransport.h29 void (*init)(); member
/system/core/logd/
DLogWhiteBlackList.h61 int init(char *str);
DLogBuffer.h72 int initPrune(char *cp) { return mPrune.init(cp); } in initPrune()
/system/extras/tests/wifi/stress/
DwifiLoadScanAssoc.c103 static void init(void);
262 init(); in main()
386 init(void) in init() function

12