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 565 dbus_uint32_t service_reply; local
589 &service_reply, transaction,
600 if (!dbus_message_append_args (reply, DBUS_TYPE_UINT32, &service_reply, DBUS_TYPE_INVALID))
629 dbus_uint32_t service_reply; local
650 &service_name, &service_reply,
661 if (!dbus_message_append_args (reply, DBUS_TYPE_UINT32, &service_reply, DBUS_TYPE_INVALID))
    [all...]
  /external/bluetooth/bluez/gdbus/
watch.c 566 static void service_reply(DBusPendingCall *call, void *user_data) function
646 dbus_pending_call_set_notify(data->call, service_reply, data, NULL);

Completed in 133 milliseconds