Home
last modified time | relevance | path

Searched defs:DescriptorResult (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/avb/rust/src/descriptor/
H A Dmod.rs92 pub type DescriptorResult<T> = Result<T, DescriptorError>; typedef
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/
H A Dgatt_server_server.cc86 using DescriptorResult = MaybeResult<bt::gatt::DescriptorPtr>; typedef