Searched defs:KeyEntry (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/native/services/inputflinger/dispatcher/ |
H A D | Entry.h | 127 struct KeyEntry : EventEntry { struct 150 KeyEntry(int32_t id, nsecs_t eventTime, int32_t deviceId, uint32_t source, int32_t displayId, argument
|
H A D | Entry.cpp | 152 KeyEntry::KeyEntry(int32_t id, nsecs_t eventTime, int32_t deviceId, uint32_t source, in KeyEntry() function in android::inputdispatcher::KeyEntry
|
/aosp12/system/security/keystore2/src/ |
H A D | raw_device.rs | 150 ) -> Result<(KeyIdGuard, KeyEntry)> { in lookup_from_desc() argument 157 lookup: Result<(KeyIdGuard, KeyEntry)>, in not_found_is_none() argument 158 ) -> Result<Option<(KeyIdGuard, KeyEntry)>> { in not_found_is_none() argument
|
H A D | database.rs | 615 pub struct KeyEntry { struct 626 impl KeyEntry { argument 1268 ) -> Result<KeyEntry> { in store_super_key() 1313 ) -> Result<Option<(KeyIdGuard, KeyEntry)>> { in load_super_key() argument 2628 ) -> Result<(KeyIdGuard, KeyEntry)> { in load_key_entry() argument 2659 ) -> Result<(KeyIdGuard, KeyEntry)> { in load_key_entry_internal() argument 2955 ) -> Result<KeyEntry> { in load_key_components() 5273 fn make_test_key_entry_test_vector(key_id: i64, max_usage_count: Option<i32>) -> KeyEntry { in make_test_key_entry_test_vector() 5333 fn make_bootlevel_test_key_entry_test_vector(key_id: i64, logical_only: bool) -> KeyEntry { in make_bootlevel_test_key_entry_test_vector()
|
H A D | super_key.rs | 194 key_entry: &KeyEntry, in decrypt() 599 entry: KeyEntry, in populate_cache_from_super_key_blob() 613 entry: KeyEntry, in extract_super_key_from_key_entry()
|