Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DJITDebugReader.h106 struct Descriptor { struct
107 uint32_t action_seqlock = 0; // incremented before and after any modification
108 uint64_t action_timestamp = 0; // CLOCK_MONOTONIC time of last action
109 uint64_t first_entry_addr = 0;
/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/libhidl/transport/base/1.0/vts/functional/
Dvts_ibase_test.cpp128 TEST_F(VtsHalBaseV1_0TargetTest, Descriptor) { in TEST_F() argument
/system/libfmq/include/fmq/
DMessageQueue.h39 typedef MQDescriptor<T, flavor> Descriptor; typedef