Searched refs:init (Results 1 - 24 of 24) sorted by relevance

/system/core/sh/
H A Dinit.h1 /* $NetBSD: init.h,v 1.10 2003/08/07 09:05:32 agc Exp $ */
34 * @(#)init.h 8.2 (Berkeley) 5/4/95
37 void init(void);
H A Dmkinit.sh41 includes=' "shell.h" "mystring.h" "init.h" '
54 INIT["{ "]* ) event=init;;
144 exec >init.c.tmp
169 echo "init() {"
197 mv init.c.tmp init.c
H A DAndroid.mk30 init.c
45 p4 edit init.c nodes.c nodes.h token.h
H A Dmain.c72 #include "init.h"
172 init();
291 /* -q turns off -x and -v just when executing init files */
H A Dinit.c7 #include "init.h"
951 init() { function
/system/core/rootdir/
H A DAndroid.mk4 # init.rc
5 # Only copy init.rc if the target doesn't have its own.
9 LOCAL_MODULE := init.rc
17 # init.environ.rc
21 LOCAL_MODULE := init.environ.rc
24 # Put it here instead of in init.rc module definition,
25 # because init.rc is conditionally included.
33 $(LOCAL_BUILT_MODULE): $(LOCAL_PATH)/init.environ.rc.in
/system/core/include/cutils/
H A Dthreads.h105 int init; member in struct:__anon46
113 if (!lock->init) {
114 lock->init = 1;
116 lock->init = 2;
117 } else while (lock->init != 2)
130 lock->init = 2;
135 if (lock->init) {
136 lock->init = 0;
/system/core/include/mincrypt/
H A Dhash-internal.h16 void (* const init)(struct HASH_CTX*); member in struct:HASH_VTAB
30 #define HASH_init(ctx) (ctx)->f->init(ctx)
/system/core/include/sysutils/
H A DFrameworkListener.h47 void init(const char *socketName, bool withSeq);
H A DSocketListener.h50 void init(const char *socketName, int socketFd, bool listen, bool useCmdNum);
H A DSocketClient.h73 void init(int socket, bool owned, bool useCmdNum);
/system/core/init/
H A DAndroid.mk8 init.c \
30 LOCAL_MODULE:= init
48 # Make a symlink from /sbin/ueventd and /sbin/watchdogd to /init
/system/core/fastbootd/
H A Dtransport.h29 void (*init)(); member in struct:transport
/system/core/healthd/
H A DBatteryMonitor.h42 void init(struct healthd_config *hc, bool nosvcmgr);
H A Dhealthd.cpp281 gBatteryMonitor->init(&healthd_config, nosvcmgr);
H A DBatteryMonitor.cpp275 void BatteryMonitor::init(struct healthd_config *hc, bool nosvcmgr) { function in class:android::BatteryMonitor
/system/core/libsysutils/src/
H A DFrameworkListener.cpp32 init(socketName, withSeq);
37 init(socketName, false);
40 void FrameworkListener::init(const char *socketName, bool withSeq) { function in class:FrameworkListener
H A DSocketClient.cpp15 init(socket, owned, false);
19 init(socket, owned, useCmdNum);
22 void SocketClient::init(int socket, bool owned, bool useCmdNum) { function in class:SocketClient
H A DSocketListener.cpp35 init(socketName, -1, listen, false);
39 init(NULL, socketFd, listen, false);
43 init(socketName, -1, listen, useCmdNum);
46 void SocketListener::init(const char *socketName, int socketFd, bool listen, bool useCmdNum) { function in class:SocketListener
/system/core/libcutils/
H A Dproperties.c134 static void init(void) function
154 pthread_once(&gInitOnce, init);
221 pthread_once(&gInitOnce, init);
254 pthread_once(&gInitOnce, init);
/system/extras/tests/wifi/stress/
H A DwifiLoadScanAssoc.c103 static void init(void);
262 init();
386 init(void) function
395 testPrintE("init sched_getaffinity failed, rv: %i errno: %i",
424 testPrintE("init stop supplicant failed, rv: %i", rv);
430 testPrintE("init unload driver failed, rv: %i", rv);
/system/core/libmemtrack/
H A Dmemtrack.c55 return module->init(module);
/system/extras/tests/fstest/
H A Dperm_checker.conf139 /system/etc/init.goldfish.sh 500 550 root root root shell
140 /system/etc/init.gprs-pppd 500 550 root root root shell
141 /system/etc/init.testmenu 500 550 root root root root
/system/core/libpixelflinger/
H A Dscanline.cpp1064 void init(const context_t* c, int shift);
1071 void horz_clamp_iterator::init(const context_t* c, int shift) function in class:android::horz_clamp_iterator
1093 init(c,1);
1099 init(c,2);
1232 /* Common init code the modulating blenders */
1234 void init(const context_t* c) { function in struct:android::blender_modulate
1252 init(c);
1324 init(c);
1379 init(c);

Completed in 324 milliseconds