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

  /external/android-clat/
netlink_callbacks.c 25 /* function: ack_handler
30 static int ack_handler(struct nl_msg *msg, void *data) { function
63 nl_cb_set(callbacks, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, retval);
  /external/chromium_org/sync/notifier/
unacked_invalidation_set.h 50 // with the given |ack_handler|.
55 void ExportInvalidations(WeakHandle<AckHandler> ack_handler,
unacked_invalidation_set.cc 53 WeakHandle<AckHandler> ack_handler,
57 // Copy the invalidation and set the copy's ack_handler.
59 inv.set_ack_handler(ack_handler);
  /external/chromium_org/sync/internal_api/public/base/
invalidation.h 60 // not set the ack_handler. This will be hidden from users of this class.
61 void set_ack_handler(syncer::WeakHandle<AckHandler> ack_handler);
  /external/chromium_org/content/browser/renderer_host/input/
input_router_impl.h 44 InputAckHandler* ack_handler,
input_router_impl.cc 93 InputAckHandler* ack_handler,
97 ack_handler_(ack_handler),
110 DCHECK(ack_handler);
  /hardware/ti/wlan/mac80211/ti-utils/
calibrator.c 270 static int ack_handler(struct nl_msg *msg, void *arg) function
460 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err);
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 523 static int ack_handler(struct nl_msg *msg, void *arg) function
572 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err);
    [all...]

Completed in 297 milliseconds