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

  /external/dbus/dbus/
dbus-message-private.h 116 DBusDataSlotList slot_list; /**< Data stored by allocated integer ID */ member in struct:DBusMessage
dbus-server-protected.h 74 DBusDataSlotList slot_list; /**< Data stored by allocated integer ID */ member in struct:DBusServer
dbus-pending-call.c 66 DBusDataSlotList slot_list; /**< Data stored by allocated integer ID */ member in struct:DBusPendingCall
163 _dbus_data_slot_list_init (&pending->slot_list);
426 _dbus_data_slot_list_free (&pending->slot_list);
519 &pending->slot_list,
844 &pending->slot_list,
dbus-connection.c 294 DBusRMutex *slot_mutex; /**< Lock on slot_list so overall connection lock need not be taken */
295 DBusDataSlotList slot_list; /**< Data stored by allocated integer ID */ member in struct:DBusConnection
    [all...]
  /system/tpm/attestation/server/
pkcs11_key_store_test.cc 147 std::vector<uint64_t> slot_list = {0, 1}; variable
149 .WillByDefault(DoAll(SetArgumentPointee<2>(slot_list), Return(0)));

Completed in 524 milliseconds