Searched defs:Descriptor (Results 1 – 8 of 8) sorted by relevance
140 struct Descriptor { struct141 DescriptorType type; argument142 int version = 0;143 uint32_t action_seqlock = 0; // incremented before and after any modification144 uint64_t action_timestamp = 0; // CLOCK_MONOTONIC time of last action145 uint64_t first_entry_addr = 0;
27 typedef MQDescriptor<T, flavor> Descriptor; typedef
39 typedef MQDescriptorType<T, flavor> Descriptor; typedef
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;
37 Descriptor(const std::string& name, android::base::unique_fd fd) in Descriptor() function
194 TEST_F(VtsHalBaseV1_0TargetTest, Descriptor) { in TEST_F() argument