HomeSort by relevance Sort by last modified time
    Searched refs:init_func (Results 1 - 13 of 13) sorted by null

  /external/protobuf/src/google/protobuf/stubs/
once.h 46 // * 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)()) {
103 once->Init(init_func);
114 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)()) {
115 pthread_once(once, init_func);
once.cc 70 void ProtobufOnceType::Init(void (*init_func)()) {
79 init_func();
  /external/bluetooth/glib/tests/gobject/
testcommon.h 86 #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)
ifaceinherit.c 117 GInterfaceInitFunc init_func)
121 iface_info.interface_init = init_func;
  /external/wpa_supplicant_8/src/wps/
wps_nfc.c 40 if (oob_nfc_dev->init_func(oob_dev->device_path) < 0)
113 .init_func = init_nfc,
wps_nfc_pn531.c 109 .init_func = init_nfc_pn531,
wps_ufd.c 231 .init_func = init_ufd,
wps.h 759 void * (*init_func)(struct wps_context *, struct oob_device_data *, member in struct:oob_device_data
767 int (*init_func)(char *); member in struct:oob_nfc_device_data
wps_common.c 461 oob_priv = oob_dev->init_func(wps, oob_dev, registrar);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
register.h 98 FstInitFunc init_func = local
100 if (init_func == 0) {
104 (*init_func)();
  /bionic/linker/
linker.h 140 void (*init_func)(void); member in struct:soinfo
linker.c     [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios32.c 1032 void pci_for_each_device(void (*init_func)(PCIDevice *d))
1045 init_func(d);
    [all...]

Completed in 265 milliseconds