Searched refs:init (Results 1 - 18 of 18) sorted by path

/system/core/include/cutils/
H A Dthreads.h105 int init; member in struct:__anon311
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/sysutils/
H A DFrameworkListener.h46 void init(const char *socketName, bool withSeq);
H A DSocketClient.h73 void init(int socket, bool owned, bool useCmdNum);
H A DSocketListener.h50 void init(const char *socketName, int socketFd, bool listen, bool useCmdNum);
/system/core/init/
H A DAndroid.mk8 init.c \
30 LOCAL_MODULE:= init
46 # Make a symlink from /sbin/ueventd and /sbin/watchdogd to /init
/system/core/libcutils/
H A Dproperties.c125 static void init(void) function
145 pthread_once(&gInitOnce, init);
212 pthread_once(&gInitOnce, init);
245 pthread_once(&gInitOnce, init);
/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);
/system/core/libsysutils/src/
H A DFrameworkListener.cpp30 init(socketName, withSeq);
35 init(socketName, false);
38 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/rootdir/
H A DAndroid.mk22 # the /system/etc/init.goldfish.sh is needed to enable emulator support
28 copy_from += etc/init.goldfish.sh
42 # Only copy init.rc if the target doesn't have its own.
44 file := $(TARGET_ROOT_OUT)/init.rc
45 $(file) : $(LOCAL_PATH)/init.rc | $(ACP)
57 # init.usb.rc is handled by build/target/product/core.rc
59 # Just like /system/etc/init.goldfish.sh, the /init.godlfish.rc is here
62 file := $(TARGET_ROOT_OUT)/init.goldfish.rc
63 $(file) : $(LOCAL_PATH)/etc/init
[all...]
/system/core/sh/
H A DAndroid.mk30 init.c
45 p4 edit init.c nodes.c nodes.h token.h
H A Dinit.c7 #include "init.h"
951 init() { function
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 Dmain.c72 #include "init.h"
172 init();
291 /* -q turns off -x and -v just when executing init files */
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
/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/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);

Completed in 753 milliseconds