Searched refs:init_func (Results 1 - 23 of 23) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
H A Donce.h46 // * A function GogoleOnceInit(ProtobufOnceType* once, void (*init_func)()).
48 // object, will invoke init_func on the first call only, and will make sure
49 // none of the calls return before that first call to init_func has finished.
91 void Init(void (*init_func)());
100 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)()) { argument
103 once->Init(init_func);
114 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)()) {
115 pthread_once(once, init_func);
H A Donce.cc70 void ProtobufOnceType::Init(void (*init_func)()) { argument
79 init_func();
/external/v8/src/
H A Donce.h39 // * A function CallOnce(OnceType* once, void (*init_func)()).
41 // will invoke init_func on the first call only, and will make sure none of
42 // the calls return before that first call to init_func has finished.
103 void CallOnceImpl(OnceType* once, PointerArgFunction init_func, void* arg);
105 inline void CallOnce(OnceType* once, NoArgFunction init_func) { argument
107 CallOnceImpl(once, reinterpret_cast<PointerArgFunction>(init_func), NULL);
114 typename OneArgFunction<Arg*>::type init_func, Arg* arg) {
116 CallOnceImpl(once, reinterpret_cast<PointerArgFunction>(init_func),
113 CallOnce(OnceType* once, typename OneArgFunction<Arg*>::type init_func, Arg* arg) argument
H A Donce.cc42 void CallOnceImpl(OnceType* once, PointerArgFunction init_func, void* arg) { argument
61 init_func(arg);
/external/bluetooth/glib/tests/gobject/
H A Dtestcommon.h86 #define INTERFACE_FULL(type, init_func, iface_type) \
90 (GInterfaceInitFunc) init_func, NULL, NULL \
95 #define INTERFACE(init_func, iface_type) \
96 INTERFACE_FULL(object_type, init_func, iface_type)
H A Difaceinherit.c117 GInterfaceInitFunc init_func)
121 iface_info.interface_init = init_func;
115 add_interface(GType object_type, GType iface_type, GInterfaceInitFunc init_func) argument
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_nfc.c40 if (oob_nfc_dev->init_func(oob_dev->device_path) < 0)
113 .init_func = init_nfc,
H A Dwps_nfc_pn531.c109 .init_func = init_nfc_pn531,
H A Dwps_ufd.c230 .init_func = init_ufd,
H A Dwps.h760 void * (*init_func)(struct wps_context *, struct oob_device_data *, member in struct:oob_device_data
768 int (*init_func)(char *); member in struct:oob_nfc_device_data
H A Dwps_common.c454 oob_priv = oob_dev->init_func(wps, oob_dev, registrar);
/external/wpa_supplicant_8/src/wps/
H A Dwps_nfc.c40 if (oob_nfc_dev->init_func(oob_dev->device_path) < 0)
113 .init_func = init_nfc,
H A Dwps_nfc_pn531.c109 .init_func = init_nfc_pn531,
H A Dwps_ufd.c230 .init_func = init_ufd,
H A Dwps.h760 void * (*init_func)(struct wps_context *, struct oob_device_data *, member in struct:oob_device_data
768 int (*init_func)(char *); member in struct:oob_nfc_device_data
H A Dwps_common.c454 oob_priv = oob_dev->init_func(wps, oob_dev, registrar);
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_nfc.c40 if (oob_nfc_dev->init_func(oob_dev->device_path) < 0)
113 .init_func = init_nfc,
H A Dwps_nfc_pn531.c109 .init_func = init_nfc_pn531,
H A Dwps_ufd.c230 .init_func = init_ufd,
H A Dwps.h760 void * (*init_func)(struct wps_context *, struct oob_device_data *, member in struct:oob_device_data
768 int (*init_func)(char *); member in struct:oob_nfc_device_data
H A Dwps_common.c454 oob_priv = oob_dev->init_func(wps, oob_dev, registrar);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dregister.h98 FstInitFunc init_func = local
100 if (init_func == 0) {
104 (*init_func)();
/external/qemu-pc-bios/bochs/bios/
H A Drombios32.c1032 void pci_for_each_device(void (*init_func)(PCIDevice *d))
1045 init_func(d);

Completed in 1657 milliseconds