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

  /external/dbus/bus/
driver.c 563 dbus_uint32_t service_reply; local
587 &service_reply, transaction,
598 if (!dbus_message_append_args (reply, DBUS_TYPE_UINT32, &service_reply, DBUS_TYPE_INVALID))
627 dbus_uint32_t service_reply; local
648 &service_name, &service_reply,
659 if (!dbus_message_append_args (reply, DBUS_TYPE_UINT32, &service_reply, DBUS_TYPE_INVALID))
    [all...]
  /external/bluetooth/bluez/gdbus/
watch.c 463 static void service_reply(DBusPendingCall *call, void *user_data) function
536 dbus_pending_call_set_notify(call, service_reply, data, NULL);

Completed in 4867 milliseconds