Searched defs:Descriptor (Results 1 – 6 of 6) sorted by relevance
106 struct Descriptor { struct107 uint32_t action_seqlock = 0; // incremented before and after any modification108 uint64_t action_timestamp = 0; // CLOCK_MONOTONIC time of last action109 uint64_t first_entry_addr = 0;
27 Descriptor(uint16_t handle, const Uuid& uuid, uint16_t permissions) in Descriptor() function
20 Descriptor::Descriptor(const Descriptor& other) { in Descriptor() function in bluetooth::Descriptor
91 struct Descriptor { struct92 uint16_t handle;93 bluetooth::Uuid uuid;
128 TEST_F(VtsHalBaseV1_0TargetTest, Descriptor) { in TEST_F() argument
39 typedef MQDescriptor<T, flavor> Descriptor; typedef