Searched defs:Id (Results 1 – 6 of 6) sorted by relevance
| /system/secretkeeper/comm/src/data_types/ |
| D | mod.rs | 42 pub struct Id(pub [u8; ID_SIZE]); struct 44 impl AsCborValue for Id { implementation 60 impl CborSerializable for Id {} implementation 62 impl core::fmt::Debug for Id { implementation
|
| /system/core/fastboot/ |
| D | udp.h | 60 enum Id : uint8_t { enum
|
| /system/secretkeeper/core/src/ |
| D | store.rs | 76 id: Id, in store() 124 id: &Id, in get()
|
| /system/extras/libatrace_rust/src/ |
| D | tracing_subscriber.rs | 100 fn on_new_span(&self, attrs: &Attributes, id: &Id, ctx: Context<S>) { in on_new_span() 111 fn on_record(&self, span: &Id, values: &Record, ctx: Context<S>) { in on_record() 120 fn on_enter(&self, id: &Id, ctx: Context<S>) { in on_enter() 135 fn on_exit(&self, _id: &Id, _ctx: Context<S>) { in on_exit()
|
| /system/extras/simpleperf/ |
| D | event_fd.cpp | 102 uint64_t EventFd::Id() const { in Id() function in simpleperf::EventFd
|
| D | record.cpp | 236 uint64_t Record::Id() const { in Id() function in simpleperf::Record 946 uint64_t SampleRecord::Id() const { in Id() function in simpleperf::SampleRecord
|