Searched defs:Device (Results 1 – 8 of 8) sorted by relevance
57 ### Rust Toolchain and Heap Allocator72 ### HAL Service109 ### TA Driver136 ### Bootloader147 ### Cryptographic Abstractions170 ### Device Abstractions
12 pub struct Device<T: SerializedChannel + 'static> { struct16 impl<T: SerializedChannel + Send> binder::Interface for Device<T> {} implementation18 impl<T: SerializedChannel + 'static> Device<T> { impl32 impl<T: SerializedChannel> ChannelHalService<T> for Device<T> { implementation38 impl<T: SerializedChannel> ISecureClock::ISecureClock for Device<T> { implementation
14 pub struct Device<T: SerializedChannel + 'static> { struct18 impl<T: SerializedChannel + Send> binder::Interface for Device<T> {} implementation20 impl<T: SerializedChannel + 'static> Device<T> { implementation36 impl<T: SerializedChannel> ChannelHalService<T> for Device<T> { implementation42 impl<T: SerializedChannel> ISharedSecret::ISharedSecret for Device<T> { implementation
11 pub struct Device<T: SerializedChannel + 'static> { struct15 impl<T: SerializedChannel + 'static> Device<T> { impl32 impl<T: SerializedChannel> ChannelHalService<T> for Device<T> { implementation38 impl<T: SerializedChannel> binder::Interface for Device<T> {} implementation40 impl<T: SerializedChannel> rkp::IRemotelyProvisionedComponent::IRemotelyProvisionedComponent
53 pub struct Device<T: SerializedChannel + 'static> { struct57 impl<T: SerializedChannel + 'static> Device<T> { argument74 impl<T: SerializedChannel> ChannelHalService<T> for Device<T> { implementation80 impl<T: SerializedChannel> binder::Interface for Device<T> {} implementation82 impl<T: SerializedChannel> keymint::IKeyMintDevice::IKeyMintDevice for Device<T> { implementation
292 ### Step 1: Pass the generic Conformance tests336 ### Step 2: Pass all the other generic tests347 ### Step 3: Create a device XML configuration366 ### Step 4: Figure out what Fuzzy Fastboot can't/isn't testing372 ### Step 5: Celebrate
21 public static enum Device { BLUELINE, BONITO, CROSSHATCH, CORAL, SARGO}; enum in DeviceInfoDB
200 class Device: class227 device: Optional[Device],347 self, devices: List[Device],