Home
last modified time | relevance | path

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

/system/secretkeeper/comm/src/data_types/
Dmod.rs42 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/nfc/tools/casimir/src/
Dmain.rs38 type Id = u16; typedef
114 id: Id, in nci()
137 id: Id, in rf()
213 fn add_device(&mut self, builder: impl FnOnce(Id) -> Device) -> Result<Id> { in add_device()
Dmain-grpc.rs40 type Id = u16; typedef
129 id: Id, in nci()
152 id: Id, in rf()
228 fn add_device(&mut self, builder: impl FnOnce(Id) -> Device) -> Result<Id> { in add_device()
/system/core/fastboot/
Dudp.h60 enum Id : uint8_t { enum
/system/secretkeeper/core/src/
Dstore.rs76 id: Id, in store()
124 id: &Id, in get()
/system/extras/libatrace_rust/src/
Dtracing_subscriber.rs100 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/
Devent_fd.cpp102 uint64_t EventFd::Id() const { in Id() function in simpleperf::EventFd
Drecord.cpp236 uint64_t Record::Id() const { in Id() function in simpleperf::Record
946 uint64_t SampleRecord::Id() const { in Id() function in simpleperf::SampleRecord