Home
last modified time | relevance | path

Searched defs:Key (Results 1 – 25 of 109) sorted by relevance

12345

/aosp12/frameworks/minikin/include/minikin/
H A DLayoutPieces.h31 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 Dcom_android_server_tv_TvKeys.h11 struct Key { struct
12 int linuxKeyCode; argument
13 int32_t androidKeyCode; argument
/aosp12/hardware/interfaces/drm/1.0/vts/functional/
H A Ddrm_hal_vendor_module_api.h186 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 Ddrm_hal_vendor_module_api.h186 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 DInputTransport.h92 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 DKeyCharacterMap.h174 struct Key { struct
180 char16_t label;
183 char16_t number;
210 KeyCharacterMap* mMap; argument
H A DKeyLayoutMap.h87 struct Key { struct
101 KeyedVector<int32_t, Key> mKeysByScanCode; argument
/aosp12/art/libartbase/base/
H A Dhash_map.h60 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 DBpfMap.h191 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 Ddex2oat_options.h68 using Key = Dex2oatArgumentMapKey<TValue>; member
/aosp12/system/keymaster/include/keymaster/key_blob_utils/
H A Dsoftware_keyblobs.h31 class Key; variable
/aosp12/system/keymaster/include/keymaster/legacy_support/
H A Dkeymaster_passthrough_key.h44 UniquePtr<Key> /* attest_key */, in GenerateKey()
55 UniquePtr<Key> /* attest_key */, in ImportKey()
/aosp12/system/keymaster/include/keymaster/
H A Dkey_factory.h24 class Key; variable
H A Dandroid_keymaster.h24 class Key; variable
/aosp12/system/keymaster/km_openssl/
H A Dsymmetric_key.cpp34 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 DKey.java20 public class Key { class
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
H A DVoiceCallRatTracker.java147 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 Dkey.h31 explicit Key(bssl::UniquePtr<EVP_PKEY>&& pkey, adb::proto::KeyType type) in Key() function
/aosp12/frameworks/base/core/java/android/hardware/camera2/
H A DCaptureResult.java75 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 Dcompiler_options_map.h37 using Key = KeyType<TValue>; member
/aosp12/system/keymaster/legacy_support/
H A Drsa_keymaster1_key.cpp84 UniquePtr<Key> /* attest_key */, in GenerateKey()
99 UniquePtr<Key> /* attest_key */, in ImportKey()
H A Dec_keymaster1_key.cpp66 UniquePtr<Key> /* attest_key */, in GenerateKey()
90 UniquePtr<Key> /* attest_key */, // in ImportKey()
/aosp12/system/netd/libnetdbpf/include/netdbpf/
H A DBpfNetworkStats.h75 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 Dattestation_utils.h34 class Key; variable
/aosp12/system/keymaster/include/keymaster/contexts/
H A Dkeymaster1_passthrough_context.h116 CertificateChain GenerateSelfSignedCertificate(const Key& /* key */, in GenerateSelfSignedCertificate()

12345