Searched defs:DeviceInfo (Results  1 – 9 of 9) sorted by relevance
| /system/teeui/libteeui/include/teeui/example/ | 
| D | example.h | 26 struct DeviceInfo {  struct47     virtual uint32_t setDeviceInfo(DeviceInfo, bool, bool) = 0;  argument
 
 | 
| /system/core/fs_mgr/libfiemap/include/libfiemap/ | 
| D | image_manager.h | 42     struct DeviceInfo {  struct51                                                const DeviceInfo& device_info = {});  argument
 
 | 
| /system/memory/libmemtrack/include/memtrack/ | 
| D | memtrack.h | 142 class DeviceInfo;  variable
 | 
| /system/teeui/tools/framebufferizer/src/com/android/framebufferizer/utils/ | 
| D | DeviceInfo.java | 19 public class DeviceInfo {  class29     DeviceInfo(int widthPx, int heightPx, double dp2px, double mm2px, double powerButtonTopMm,  in DeviceInfo()  method in DeviceInfo
 
 | 
| /system/keymint/wire/src/ | 
| D | rpc.rs | 69 pub struct DeviceInfo {  struct70     pub device_info: Vec<u8>,
 
 | 
| /system/keymint/hal/src/ | 
| D | rpc.rs | 63         deviceInfo: &mut rkp::DeviceInfo::DeviceInfo,  in generateCertificateRequest()
 | 
| D | hal.rs | 143 impl Fromm<wire::rpc::DeviceInfo> for rkp::DeviceInfo::DeviceInfo {  implementation
 | 
| /system/core/fs_mgr/libfiemap/ | 
| D | binder.cpp | 246                                                    const DeviceInfo&) {  in Open()
 | 
| /system/keymint/ta/src/ | 
| D | rkp.rs | 184     ) -> Result<(DeviceInfo, ProtectedData, Vec<u8>), Error> {  in generate_cert_req()
 |