HomeSort by relevance Sort by last modified time
    Searched defs:to_send (Results 1 - 5 of 5) sorted by null

  /external/dbus/dbus/
dbus-auth-script.c 478 DBusString to_send; local
482 if (!_dbus_string_init (&to_send))
488 if (!append_quoted_string (&to_send, &line))
492 _dbus_string_free (&to_send);
496 _dbus_verbose ("Sending '%s'\n", _dbus_string_get_const_data (&to_send));
498 if (!_dbus_string_append (&to_send, "\r\n"))
502 _dbus_string_free (&to_send);
510 if (_dbus_string_find (&to_send, 0,
518 _dbus_string_free (&to_send);
526 _dbus_string_free (&to_send);
    [all...]
  /system/bt/stack/gatt/
gatt_cl.c 366 UINT16 to_send, offset; local
371 to_send = p_attr->len - p_attr->offset;
373 if (to_send > (p_tcb->payload_size - GATT_WRITE_LONG_HDR_SIZE)) /* 2 = UINT16 offset bytes */
374 to_send = p_tcb->payload_size - GATT_WRITE_LONG_HDR_SIZE;
384 GATT_TRACE_DEBUG("offset =0x%x len=%d", offset, to_send );
390 to_send, /* length */
395 p_clcb->counter = to_send;
    [all...]
gatt_int.h 269 BOOLEAN to_send; member in struct:__anon72504
663 extern BOOLEAN gatt_cmd_enq(tGATT_TCB *p_tcb, UINT16 clcb_idx, BOOLEAN to_send, UINT8 op_code, BT_HDR *p_buf);
  /system/connectivity/shill/net/
netlink_manager.cc 611 NetlinkPendingMessage to_send = pending_messages_.front(); local
612 RegisterHandlersAndSendMessage(to_send);
  /external/dbus/bus/
connection.c 2045 MessageToSend *to_send; local
2237 MessageToSend *to_send; local
    [all...]

Completed in 72 milliseconds