HomeSort by relevance Sort by last modified time
    Searched refs:DBUS_NAME_FLAG_DO_NOT_QUEUE (Results 1 - 3 of 3) 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 344 DBUS_NAME_FLAG_DO_NOT_QUEUE, error);
  /external/dbus/bus/
services.c 183 (flags & DBUS_NAME_FLAG_DO_NOT_QUEUE) != FALSE;
527 else if (((flags & DBUS_NAME_FLAG_DO_NOT_QUEUE) &&
529 ((flags & DBUS_NAME_FLAG_DO_NOT_QUEUE) &&
548 else if (!(flags & DBUS_NAME_FLAG_DO_NOT_QUEUE) &&
    [all...]

Completed in 63 milliseconds