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

  /external/dbus/dbus/
dbus-shared.h 105 #define DBUS_NAME_FLAG_DO_NOT_QUEUE 0x4 /**< If we can not become the primary owner do not place us in the queue */
  /external/bluetooth/bluez/gdbus/
mainloop.c 343 DBUS_NAME_FLAG_DO_NOT_QUEUE, error);
  /external/dbus/bus/
services.c 181 (flags & DBUS_NAME_FLAG_DO_NOT_QUEUE) != FALSE;
525 else if (((flags & DBUS_NAME_FLAG_DO_NOT_QUEUE) &&
527 ((flags & DBUS_NAME_FLAG_DO_NOT_QUEUE) &&
546 else if (!(flags & DBUS_NAME_FLAG_DO_NOT_QUEUE) &&
    [all...]
  /external/dbus/test/name-test/
test-names.c 12 #define DO_NOT_QUEUE DBUS_NAME_FLAG_DO_NOT_QUEUE

Completed in 23 milliseconds