/aosp12/frameworks/minikin/include/minikin/ |
H A D | LayoutPieces.h | 31 struct Key { struct 32 Key(const Range& range, HyphenEdit hyphenEdit, bool dir, uint32_t paintId) in Key() function 35 Range range; 36 HyphenEdit hyphenEdit; 37 bool dir; 38 uint32_t paintId; 40 uint32_t hash() const { in hash() 55 uint32_t getMemoryUsage() const { in getMemoryUsage()
|
/aosp12/frameworks/base/services/core/jni/ |
H A D | com_android_server_tv_TvKeys.h | 11 struct Key { struct 12 int linuxKeyCode; argument 13 int32_t androidKeyCode; argument
|
/aosp12/hardware/interfaces/drm/1.0/vts/functional/ |
H A D | drm_hal_vendor_module_api.h | 186 struct Key { struct 194 bool isSecure; 199 const std::vector<uint8_t> keyId; 205 const std::vector<uint8_t> clearContentKey;
|
/aosp12/hardware/interfaces/drm/1.0/vts/functional/include/ |
H A D | drm_hal_vendor_module_api.h | 186 struct Key { struct 194 bool isSecure; 199 const std::vector<uint8_t> keyId; 205 const std::vector<uint8_t> clearContentKey;
|
/aosp12/frameworks/native/include/input/ |
H A D | InputTransport.h | 92 struct Key { struct 93 int32_t eventId; 94 uint32_t empty1; 96 int32_t deviceId; 97 int32_t source; 98 int32_t displayId; 100 int32_t action; 101 int32_t flags; 102 int32_t keyCode; 103 int32_t scanCode; [all …]
|
H A D | KeyCharacterMap.h | 174 struct Key { struct 180 char16_t label; 183 char16_t number; 210 KeyCharacterMap* mMap; argument
|
H A D | KeyLayoutMap.h | 87 struct Key { struct 101 KeyedVector<int32_t, Key> mKeysByScanCode; argument
|
/aosp12/art/libartbase/base/ |
H A D | hash_map.h | 60 void MakeEmpty(std::pair<Key, Value>& item) const { in MakeEmpty() 63 bool IsEmpty(const std::pair<Key, Value>& item) const { in IsEmpty()
|
/aosp12/system/bpf/libbpf_android/include/bpf/ |
H A D | BpfMap.h | 191 const std::function<base::Result<void>(const Key& key, const BpfMap<Key, Value>& map)>& in iterate() 207 const BpfMap<Key, Value>& map)>& filter) const { in iterateWithValue() 222 base::Result<void> BpfMap<Key, Value>::iterate( in iterate() 236 base::Result<void> BpfMap<Key, Value>::iterateWithValue( in iterateWithValue()
|
/aosp12/art/dex2oat/ |
H A D | dex2oat_options.h | 68 using Key = Dex2oatArgumentMapKey<TValue>; member
|
/aosp12/system/keymaster/include/keymaster/key_blob_utils/ |
H A D | software_keyblobs.h | 31 class Key; variable
|
/aosp12/system/keymaster/include/keymaster/legacy_support/ |
H A D | keymaster_passthrough_key.h | 44 UniquePtr<Key> /* attest_key */, in GenerateKey() 55 UniquePtr<Key> /* attest_key */, in ImportKey()
|
/aosp12/system/keymaster/include/keymaster/ |
H A D | key_factory.h | 24 class Key; variable
|
H A D | android_keymaster.h | 24 class Key; variable
|
/aosp12/system/keymaster/km_openssl/ |
H A D | symmetric_key.cpp | 34 UniquePtr<Key> /* attest_key */, in GenerateKey() 67 UniquePtr<Key> /* attest_key */, in ImportKey()
|
/aosp12/packages/inputmethods/LatinIME/tools/dicttool/compat/com/android/inputmethod/keyboard/ |
H A D | Key.java | 20 public class Key { class
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
H A D | VoiceCallRatTracker.java | 147 private static VoiceCallRatUsage entryToProto(Map.Entry<Key, Value> entry) { in entryToProto() 166 private static class Key { class in VoiceCallRatTracker 170 Key(int carrierId, int rat) { in Key() method in VoiceCallRatTracker.Key
|
/aosp12/packages/modules/adb/crypto/include/adb/crypto/ |
H A D | key.h | 31 explicit Key(bssl::UniquePtr<EVP_PKEY>&& pkey, adb::proto::KeyType type) in Key() function
|
/aosp12/frameworks/base/core/java/android/hardware/camera2/ |
H A D | CaptureResult.java | 75 public final static class Key<T> { class in CaptureResult 84 public Key(String name, Class<T> type, long vendorId) { in Key() method in CaptureResult.Key 93 public Key(String name, String fallbackName, Class<T> type) { in Key() method in CaptureResult.Key 104 public Key(@NonNull String name, @NonNull Class<T> type) { in Key() method in CaptureResult.Key 114 public Key(String name, TypeReference<T> typeReference) { in Key() method in CaptureResult.Key 189 /*package*/ Key(CameraMetadataNative.Key<?> nativeKey) { in Key() method in CaptureResult.Key
|
/aosp12/art/compiler/driver/ |
H A D | compiler_options_map.h | 37 using Key = KeyType<TValue>; member
|
/aosp12/system/keymaster/legacy_support/ |
H A D | rsa_keymaster1_key.cpp | 84 UniquePtr<Key> /* attest_key */, in GenerateKey() 99 UniquePtr<Key> /* attest_key */, in ImportKey()
|
H A D | ec_keymaster1_key.cpp | 66 UniquePtr<Key> /* attest_key */, in GenerateKey() 90 UniquePtr<Key> /* attest_key */, // in ImportKey()
|
/aosp12/system/netd/libnetdbpf/include/netdbpf/ |
H A D | BpfNetworkStats.h | 75 const BpfMap<Key, StatsValue>& statsMap, uint32_t ifaceIndex, char* ifname, in getIfaceNameFromMap() 87 void maybeLogUnknownIface(int ifaceIndex, const BpfMap<Key, StatsValue>& statsMap, in maybeLogUnknownIface()
|
/aosp12/system/keymaster/include/keymaster/km_openssl/ |
H A D | attestation_utils.h | 34 class Key; variable
|
/aosp12/system/keymaster/include/keymaster/contexts/ |
H A D | keymaster1_passthrough_context.h | 116 CertificateChain GenerateSelfSignedCertificate(const Key& /* key */, in GenerateSelfSignedCertificate()
|