Home
last modified time | relevance | path

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

/system/keymint/
DREADME.md57 ### Rust Toolchain and Heap Allocator
72 ### HAL Service
109 ### TA Driver
136 ### Bootloader
147 ### Cryptographic Abstractions
170 ### Device Abstractions
/system/keymint/hal/src/
Dsecureclock.rs12 pub struct Device<T: SerializedChannel + 'static> { struct
16 impl<T: SerializedChannel + Send> binder::Interface for Device<T> {} implementation
18 impl<T: SerializedChannel + 'static> Device<T> { impl
32 impl<T: SerializedChannel> ChannelHalService<T> for Device<T> { implementation
38 impl<T: SerializedChannel> ISecureClock::ISecureClock for Device<T> { implementation
Dsharedsecret.rs14 pub struct Device<T: SerializedChannel + 'static> { struct
18 impl<T: SerializedChannel + Send> binder::Interface for Device<T> {} implementation
20 impl<T: SerializedChannel + 'static> Device<T> { implementation
36 impl<T: SerializedChannel> ChannelHalService<T> for Device<T> { implementation
42 impl<T: SerializedChannel> ISharedSecret::ISharedSecret for Device<T> { implementation
Drpc.rs11 pub struct Device<T: SerializedChannel + 'static> { struct
15 impl<T: SerializedChannel + 'static> Device<T> { impl
32 impl<T: SerializedChannel> ChannelHalService<T> for Device<T> { implementation
38 impl<T: SerializedChannel> binder::Interface for Device<T> {} implementation
40 impl<T: SerializedChannel> rkp::IRemotelyProvisionedComponent::IRemotelyProvisionedComponent
Dkeymint.rs53 pub struct Device<T: SerializedChannel + 'static> { struct
57 impl<T: SerializedChannel + 'static> Device<T> { argument
74 impl<T: SerializedChannel> ChannelHalService<T> for Device<T> { implementation
80 impl<T: SerializedChannel> binder::Interface for Device<T> {} implementation
82 impl<T: SerializedChannel> keymint::IKeyMintDevice::IKeyMintDevice for Device<T> { implementation
/system/core/fastboot/fuzzy_fastboot/
DREADME.md292 ### Step 1: Pass the generic Conformance tests
336 ### Step 2: Pass all the other generic tests
347 ### Step 3: Create a device XML configuration
366 ### Step 4: Figure out what Fuzzy Fastboot can't/isn't testing
372 ### Step 5: Celebrate
/system/teeui/tools/framebufferizer/src/com/android/framebufferizer/utils/
DDeviceInfoDB.java21 public static enum Device { BLUELINE, BONITO, CROSSHATCH, CORAL, SARGO}; enum in DeviceInfoDB
/system/extras/simpleperf/scripts/test/
Ddo_test.py200 class Device: class
227 device: Optional[Device],
347 self, devices: List[Device],