/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/logcat/tests/ |
D | logcat_benchmark.cpp | 43 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/ |
D | Android.mk | 9 LOCAL_MODULE := init.rc 21 LOCAL_MODULE := init.environ.rc 39 $(LOCAL_BUILT_MODULE): $(LOCAL_PATH)/init.environ.rc.in $(bcp_dep)
|
D | init.rc | 7 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 …]
|
D | init.environ.rc.in | 2 on init
|
/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 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 …]
|
D | Android.mk | 8 init.c \ 34 LOCAL_MODULE:= init
|
/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/include/mincrypt/ |
D | hash-internal.h | 39 void (* const init)(struct HASH_CTX*); member 53 #define HASH_init(ctx) (ctx)->f->init(ctx)
|
/system/core/libsysutils/src/ |
D | FrameworkListener.cpp | 34 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
|
D | SocketListener.cpp | 36 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
|
D | SocketClient.cpp | 16 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/ |
D | healthd.cpp | 102 .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()
|
D | BatteryMonitor.h | 40 void init(struct healthd_config *hc);
|
D | healthd.h | 81 void (*init)(struct healthd_config *config); member
|
/system/core/libcutils/ |
D | properties.c | 215 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/ |
D | FrameworkListener.h | 48 void init(const char *socketName, bool withSeq);
|
D | SocketListener.h | 57 void init(const char *socketName, int socketFd, bool listen, bool useCmdNum);
|
D | SocketClient.h | 78 void init(int socket, bool owned, bool useCmdNum);
|
/system/core/fastbootd/ |
D | transport.h | 29 void (*init)(); member
|
/system/core/logd/ |
D | LogWhiteBlackList.h | 61 int init(char *str);
|
D | LogBuffer.h | 72 int initPrune(char *cp) { return mPrune.init(cp); } in initPrune()
|
/system/extras/tests/wifi/stress/ |
D | wifiLoadScanAssoc.c | 103 static void init(void); 262 init(); in main() 386 init(void) in init() function
|