/system/core/include/cutils/ |
D | threads.h | 105 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/ |
D | CleanSpec.mk | 51 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/init.rc) 52 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/init.rc)
|
D | README | 19 - init, linker, debuggerd, toolbox, usbd depend on libcutils
|
/system/core/init/ |
D | README.BOOTCHART | 1 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
|
D | readme.txt | 48 Services are programs which init launches and (optionally) restarts 59 Options are modifiers to services. They affect how and when init 96 If not specified and no transition is defined in policy, defaults to the init context. 116 This is the first trigger that will occur when init starts 117 (after /init.conf is loaded) 139 init "stuck". (??? maybe there should be a timeout?) 150 Parse an init config file, extending the current configuration. 195 Not required for directories created by the init.rc as these are 196 automatically labeled correctly by init. 200 This is typically only used from early-init to set the init context [all …]
|
D | Android.mk | 8 init.c \ 30 LOCAL_MODULE:= init
|
/system/core/rootdir/ |
D | Android.mk | 24 file := $(TARGET_ROOT_OUT)/init.rc 25 $(file) : $(LOCAL_PATH)/init.rc | $(ACP)
|
D | init.rc | 7 import /init.usb.rc 8 import /init.${ro.hardware}.rc 9 import /init.trace.rc 11 on early-init 12 # Set init and its forked children's oom_adj. 15 # Set the security context for the init process. 17 setcon u:r:init:s0 24 on init 256 # If there is no fs-post-data action in the init.<device>.rc file, you 263 # basic network init [all …]
|
/system/core/libcutils/ |
D | properties.c | 125 static void init(void) in init() function 145 pthread_once(&gInitOnce, init); in property_get() 212 pthread_once(&gInitOnce, init); in property_set() 245 pthread_once(&gInitOnce, init); in property_list()
|
/system/core/sh/ |
D | init.h | 37 void init(void);
|
D | Android.mk | 30 init.c 45 p4 edit init.c nodes.c nodes.h token.h
|
D | main.c | 172 init(); in main()
|
D | TOUR | 28 mkinit *.c init.c 57 the init.c file. 60 available in the init.c file, for example: 68 Preprocessor #define statements are copied to init.c without any
|
D | init.c | 951 init() { in init() function
|
/system/core/libsysutils/src/ |
D | SocketListener.cpp | 35 init(socketName, -1, listen, false); in SocketListener() 39 init(NULL, socketFd, listen, false); in SocketListener() 43 init(socketName, -1, listen, useCmdNum); in SocketListener() 46 void SocketListener::init(const char *socketName, int socketFd, bool listen, bool useCmdNum) { in init() function in SocketListener
|
D | FrameworkListener.cpp | 32 init(socketName, withSeq); in FrameworkListener() 37 init(socketName, false); in FrameworkListener() 40 void FrameworkListener::init(const char *socketName, bool withSeq) { in init() function in FrameworkListener
|
D | SocketClient.cpp | 15 init(socket, owned, false); in SocketClient() 19 init(socket, owned, useCmdNum); in SocketClient() 22 void SocketClient::init(int socket, bool owned, bool useCmdNum) { in init() function in SocketClient
|
/system/core/include/sysutils/ |
D | FrameworkListener.h | 47 void init(const char *socketName, bool withSeq);
|
D | SocketListener.h | 50 void init(const char *socketName, int socketFd, bool listen, bool useCmdNum);
|
D | SocketClient.h | 73 void init(int socket, bool owned, bool useCmdNum);
|
/system/extras/tests/wifi/stress/ |
D | wifiLoadScanAssoc.c | 103 static void init(void); 262 init(); in main() 386 init(void) in init() function
|
/system/extras/tests/fstest/ |
D | perm_checker.conf | 139 /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/ |
D | scanline.cpp | 1064 void init(const context_t* c, int shift); 1071 void horz_clamp_iterator::init(const context_t* c, int shift) in init() function in android::horz_clamp_iterator 1093 init(c,1); in horz_clamp_iterator16() 1099 init(c,2); in horz_clamp_iterator32() 1234 void init(const context_t* c) { in init() function 1252 init(c); in blender_32to16_modulate() 1324 init(c); in blender_x32to16_modulate() 1379 init(c); in blender_16to16_modulate()
|