Home
last modified time | relevance | path

Searched defs:Descriptor (Results 1 – 8 of 8) sorted by relevance

/system/extras/simpleperf/
DJITDebugReader.h140 struct Descriptor { struct
141 DescriptorType type; argument
142 int version = 0;
143 uint32_t action_seqlock = 0; // incremented before and after any modification
144 uint64_t action_timestamp = 0; // CLOCK_MONOTONIC time of last action
145 uint64_t first_entry_addr = 0;
/system/libfmq/include/fmq/
DMessageQueue.h27 typedef MQDescriptor<T, flavor> Descriptor; typedef
DMessageQueueBase.h39 typedef MQDescriptorType<T, flavor> Descriptor; typedef
/system/bt/service/common/bluetooth/
Ddescriptor.h27 Descriptor(uint16_t handle, const Uuid& uuid, uint16_t permissions) in Descriptor() function
Ddescriptor.cc20 Descriptor::Descriptor(const Descriptor& other) { in Descriptor() function in bluetooth::Descriptor
/system/bt/bta/gatt/
Ddatabase.h91 struct Descriptor { struct
92 uint16_t handle;
93 bluetooth::Uuid uuid;
/system/core/init/
Dservice_utils.h37 Descriptor(const std::string& name, android::base::unique_fd fd) in Descriptor() function
/system/libhidl/transport/base/1.0/vts/functional/
Dvts_ibase_test.cpp194 TEST_F(VtsHalBaseV1_0TargetTest, Descriptor) { in TEST_F() argument