Searched defs:init (Results 1 - 14 of 14) sorted by relevance

/system/core/fastbootd/
H A Dtransport.h29 void (*init)(); member in struct:transport
/system/core/include/cutils/
H A Dthreads.h105 int init; member in struct:__anon38
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.h39 void (* const init)(struct HASH_CTX*); member in struct:HASH_VTAB
53 #define HASH_init(ctx) (ctx)->f->init(ctx)
/system/core/logcat/tests/
H A Dlogcat_benchmark.cpp43 void init(const char *buffer) function in class:timestamp
54 init(buffer);
92 last.init(buffer);
105 last.init(buffer);
/system/core/healthd/
H A Dhealthd.h82 void (*init)(struct healthd_config *config); member in struct:healthd_mode_ops
H A DBatteryMonitor.cpp375 void BatteryMonitor::init(struct healthd_config *hc) { function in class:android::BatteryMonitor
/system/core/logd/
H A DLogWhiteBlackList.cpp67 int PruneList::init(char *str) { function in class:PruneList
/system/core/libsysutils/src/
H A DFrameworkListener.cpp34 init(socketName, withSeq);
39 init(socketName, false);
44 init(NULL, false);
47 void FrameworkListener::init(const char *socketName UNUSED, bool withSeq) { function in class:FrameworkListener
H A DSocketListener.cpp36 init(socketName, -1, listen, false);
40 init(NULL, socketFd, listen, false);
44 init(socketName, -1, listen, useCmdNum);
47 void SocketListener::init(const char *socketName, int socketFd, bool listen, bool useCmdNum) { function in class:SocketListener
H A DSocketClient.cpp16 init(socket, owned, false);
20 init(socket, owned, useCmdNum);
23 void SocketClient::init(int socket, bool owned, bool useCmdNum) { function in class:SocketClient
/system/core/libcutils/
H A Dproperties.c215 static void init(void) function
235 pthread_once(&gInitOnce, init);
302 pthread_once(&gInitOnce, init);
335 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/lmkd/
H A Dlmkd.c742 static int init(void) { function
828 if (!init())
/system/core/libpixelflinger/
H A Dscanline.cpp1080 void init(const context_t* c, int shift);
1087 void horz_clamp_iterator::init(const context_t* c, int shift) function in class:android::horz_clamp_iterator
1109 init(c,1);
1115 init(c,2);
1248 /* Common init code the modulating blenders */
1250 void init(const context_t* c) { function in struct:android::blender_modulate
1268 init(c);
1340 init(c);
1395 init(c);

Completed in 322 milliseconds