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

12

/system/core/base/
H A Dtest_utils.cpp24 init("/data/local/tmp");
26 init("/tmp");
35 void TemporaryFile::init(const char* tmp_dir) { function in class:TemporaryFile
H A Dlogging_test.cpp37 init();
49 void init() { function in class:CapturedStderr
/system/bt/btcore/include/
H A Dmodule.h30 module_lifecycle_fn init; member in struct:__anon574
48 // and must be initialized or have no init function.
/system/bt/hci/include/
H A Dlow_power_manager.h28 void (*init)(thread_t *post_thread); member in struct:low_power_manager_t
H A Dhci_hal.h39 // Executes in the context of the thread supplied to |init|.
51 bool (*init)(const hci_hal_callbacks_t *upper_callbacks, thread_t *upper_thread); member in struct:hci_hal_t
H A Dpacket_fragmenter.h43 void (*init)(const packet_fragmenter_callbacks_t *result_callbacks); member in struct:packet_fragmenter_t
/system/bt/device/src/classic/
H A Dpeer.c47 static future_t *init(void) { function
73 .init = init,
/system/bt/gki/ulinux/
H A Dgki_ulinux.c34 static future_t *init(void) { function
56 .init = init,
/system/bt/profile/src/
H A Dmanager.c39 static future_t *init(void) { function
62 .init = init,
/system/core/adb/
H A Dadb_io_test.cpp35 init("/data/local/tmp");
37 init("/tmp");
50 void init(const char* tmp_dir) { function in class:TemporaryFile
/system/core/include/cutils/
H A Dthreads.h107 int init; member in struct:__anon1328
115 if (!lock->init) {
116 lock->init = 1;
118 lock->init = 2;
119 } else while (lock->init != 2)
132 lock->init = 2;
137 if (lock->init) {
138 lock->init = 0;
/system/bt/main/
H A Dstack_config.c36 static future_t *init() { function
58 .init = init,
H A Dbte_logmsg.c241 static future_t *init(void) { function
254 .init = init,
/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/bt/btif/src/
H A Dbtif_mce.c123 static bt_status_t init(btmce_callbacks_t* callbacks) function
147 init,
H A Dbtif_sdp.c124 static bt_status_t init(btsdp_callbacks_t* callbacks) function
162 init,
H A Dbluetooth.c122 static int init(bt_callbacks_t *callbacks) { function
427 init,
H A Dbtif_config.c91 static future_t *init(void) { function
148 .init = init,
/system/bt/utils/src/
H A Dbt_utils.c56 static future_t *init(void) { function
78 .init = init,
/system/core/healthd/
H A Dhealthd.h83 void (*init)(struct healthd_config *config); member in struct:healthd_mode_ops
/system/core/logd/
H A DLogWhiteBlackList.cpp65 int PruneList::init(char *str) { function in class:PruneList
/system/bt/hci/src/
H A Dpacket_fragmenter.c55 static void init(const packet_fragmenter_callbacks_t *result_callbacks) { function
209 init,
/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

Completed in 443 milliseconds

12