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

  /external/u-boot/fs/cramfs/
uncompress.c 65 stream.outcb = (cb_func) WATCHDOG_RESET;
  /external/vboot_reference/futility/
traversal.c 57 static int (* const * const cb_func[])(struct futil_traverse_state_s *state) = { variable
61 BUILD_ASSERT(ARRAY_SIZE(cb_func) == NUM_FUTIL_OPS);
179 if (cb_func[state->op][c])
180 return cb_func[state->op][c](state);
  /device/linaro/poplar/wifi/wifi_hal/
common.cpp 83 info->event_cb[info->num_event_cb].cb_func = func;
109 info->event_cb[info->num_event_cb].cb_func = func;
135 info->event_cb[i].cb_arg, info->event_cb[i].cb_func, cmd, i);
159 info->event_cb[i].cb_arg, info->event_cb[i].cb_func, id, subcmd, i);
common.h 164 nl_recvmsg_msg_cb_t cb_func; member in struct:__anon14388
wifi_hal.cpp 565 nl_recvmsg_msg_cb_t cb_func = cbi->cb_func; local
572 if (cb_func)
573 (*cb_func)(msg, cb_arg);
    [all...]
  /external/libevent/
evbuffer-internal.h 67 valid; otherwise, cb_func is valid. */
69 evbuffer_cb_func cb_func; member in union:evbuffer_cb_entry::__anon28166
buffer.c 508 cbent->cb.cb_func(buffer, &info, cbent->cbarg);
    [all...]
  /external/u-boot/include/u-boot/
zlib.h 416 typedef void (*cb_func) OF((Bytef *buf, uInt len)); typedef
434 cb_func outcb; /* called regularly just before blocks of output */
  /external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
credentials.pyx.pxi 23 def _spawn_callback_in_thread(cb_func, args):
24 ForkManagedThread(target=cb_func, args=args).start()
grpc_gevent.pyx.pxi 422 def cb_func(cb, args): function in function:init_grpc_gevent
424 set_async_callback_func(cb_func)

Completed in 599 milliseconds