Home
last modified time | relevance | path

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

12

/frameworks/minikin/include/minikin/
DLayoutPieces.h31 struct Key { struct
32 Key(const Range& range, HyphenEdit hyphenEdit, bool dir, uint32_t paintId) in Key() argument
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()
/frameworks/base/services/core/jni/
Dcom_android_server_tv_TvKeys.h11 struct Key { struct
12 int linuxKeyCode; argument
13 int32_t androidKeyCode; argument
/frameworks/native/include/input/
DInputTransport.h75 struct Key { struct
76 uint32_t seq;
77 uint32_t empty1;
78 nsecs_t eventTime __attribute__((aligned(8)));
79 int32_t deviceId;
80 int32_t source;
81 int32_t displayId;
82 int32_t action;
83 int32_t flags;
84 int32_t keyCode;
[all …]
DKeyLayoutMap.h79 struct Key { struct
89 KeyedVector<int32_t, Key> mKeysByScanCode; argument
DKeyCharacterMap.h169 struct Key { struct
175 char16_t label;
178 char16_t number;
205 KeyCharacterMap* mMap; argument
/frameworks/base/core/java/android/hardware/camera2/
DCaptureResult.java74 public final static class Key<T> { class in CaptureResult
83 public Key(String name, Class<T> type, long vendorId) { in Key() method in CaptureResult.Key
92 public Key(String name, String fallbackName, Class<T> type) { in Key() method in CaptureResult.Key
103 public Key(@NonNull String name, @NonNull Class<T> type) { in Key() method in CaptureResult.Key
113 public Key(String name, TypeReference<T> typeReference) { in Key() method in CaptureResult.Key
188 /*package*/ Key(CameraMetadataNative.Key<?> nativeKey) { in Key() method in CaptureResult.Key
DCameraCharacteristics.java70 public static final class Key<T> { class in CameraCharacteristics
79 public Key(String name, Class<T> type, long vendorId) { in Key() method in CameraCharacteristics.Key
88 public Key(String name, String fallbackName, Class<T> type) { in Key() method in CameraCharacteristics.Key
100 public Key(@NonNull String name, @NonNull Class<T> type) { in Key() method in CameraCharacteristics.Key
110 public Key(String name, TypeReference<T> typeReference) { in Key() method in CameraCharacteristics.Key
187 private Key(CameraMetadataNative.Key<?> nativeKey) { in Key() method in CameraCharacteristics.Key
DCaptureRequest.java103 public final static class Key<T> { class in CaptureRequest
112 public Key(String name, Class<T> type, long vendorId) { in Key() method in CaptureRequest.Key
123 public Key(@NonNull String name, @NonNull Class<T> type) { in Key() method in CaptureRequest.Key
133 public Key(String name, TypeReference<T> typeReference) { in Key() method in CaptureRequest.Key
208 /*package*/ Key(CameraMetadataNative.Key<?> nativeKey) { in Key() method in CaptureRequest.Key
/frameworks/base/core/proto/android/service/
Dbatterystats.proto43 message Key { message
/frameworks/base/services/core/java/com/android/server/accounts/
DTokenCache.java48 private static class Key { class in TokenCache
54 public Key(Account account, String tokenType, String packageName, byte[] sigDigest) { in Key() method in TokenCache.Key
/frameworks/native/libs/renderengine/gl/
DProgramCache.h117 inline Key() : mKey(0) {} in Key() function
118 inline Key(const Key& rhs) : mKey(rhs.mKey) {} in Key() function
DProgram.cpp30 Program::Program(const ProgramCache::Key& /*needs*/, const char* vertex, const char* fragment) in Program()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmap_field_lite.h266 bool AllAreInitialized(const Map<Key, T>& t) { in AllAreInitialized()
/frameworks/base/tools/split-select/
DRule.h48 enum Key { enum
/frameworks/compile/mclinker/include/mcld/LD/
DBranchIsland.h108 Key(const Stub* pPrototype, const LDSymbol* pSymbol, Stub::SWord pAddend) in Key() function
/frameworks/base/services/core/java/com/android/server/am/
DPendingIntentRecord.java72 final static class Key { class in PendingIntentRecord
89 Key(int _t, String _p, IBinder _a, String _w, in Key() method in PendingIntentRecord.Key
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiCandidates.java295 public static class Key { class in WifiCandidates
300 public Key(ScanResultMatchInfo matchInfo, in Key() method in WifiCandidates.Key
/frameworks/ml/nn/common/random/
Dphilox_random.h115 using Key = Array<uint32, 2>; variable
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Collections/
DMapField.cs572 public object Key { get { return enumerator.Current.Key; } } property in Google.Protobuf.Collections.MapField.DictionaryEnumerator
617 internal TKey Key { get; set; } property in Google.Protobuf.Collections.MapField.Codec.MessageAdapter
/frameworks/base/core/java/android/inputmethodservice/
DKeyboard.java241 public static class Key { class in Keyboard
324 public Key(Row parent) { in Key() method in Keyboard.Key
341 public Key(Resources res, Row parent, int x, int y, XmlResourceParser parser) { in Key() method in Keyboard.Key
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraMetadataNative.java88 public static class Key<T> { class in CameraMetadataNative
101 public Key(String name, Class<T> type, long vendorId) { in Key() method in CameraMetadataNative.Key
118 public Key(String name, String fallbackName, Class<T> type) { in Key() method in CameraMetadataNative.Key
137 public Key(String name, Class<T> type) { in Key() method in CameraMetadataNative.Key
157 public Key(String name, TypeReference<T> typeReference) { in Key() method in CameraMetadataNative.Key
/frameworks/av/include/media/
DMediaAnalyticsItem.h68 typedef std::string Key; typedef
/frameworks/av/media/libmediametrics/include/
DMediaAnalyticsItem.h68 typedef std::string Key; typedef
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
Dencoding.h472 const std::map<Key, T, Compare, Allocator>& value) { in EncodeType()
479 const std::unordered_map<Key, T, Hash, KeyEqual, Allocator>& value) { in EncodeType()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DPrefs.java62 public @interface Key { annotation in Prefs

12