Home
last modified time | relevance | path

Searched defs:Key (Results 1 – 25 of 34) 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.h83 struct Key { struct
84 uint32_t seq;
85 int32_t eventId;
86 nsecs_t eventTime __attribute__((aligned(8)));
87 int32_t deviceId;
88 int32_t source;
89 int32_t displayId;
90 std::array<uint8_t, 32> hmac;
91 int32_t action;
92 int32_t flags;
[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.java74 public static final class Key<T> { class in CameraCharacteristics
83 public Key(String name, Class<T> type, long vendorId) { in Key() method in CameraCharacteristics.Key
92 public Key(String name, String fallbackName, Class<T> type) { in Key() method in CameraCharacteristics.Key
104 public Key(@NonNull String name, @NonNull Class<T> type) { in Key() method in CameraCharacteristics.Key
114 public Key(String name, TypeReference<T> typeReference) { in Key() method in CameraCharacteristics.Key
191 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/opt/telephony/src/java/com/android/internal/telephony/metrics/
DVoiceCallRatTracker.java147 private static RawVoiceCallRatUsage 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
/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/opt/net/wifi/service/java/com/android/server/wifi/
DWifiSettingsConfigStore.java299 public static class Key<T> { class in WifiSettingsConfigStore
303 private Key(@NonNull String key, T defaultValue) { in Key() method in WifiSettingsConfigStore.Key
DWifiCandidates.java396 public static class Key { class in WifiCandidates
401 public Key(ScanResultMatchInfo matchInfo, in Key() method in WifiCandidates.Key
/frameworks/native/libs/renderengine/gl/
DProgram.cpp30 Program::Program(const ProgramCache::Key& /*needs*/, const char* vertex, const char* fragment) in Program()
DProgramCache.h122 inline Key() : mKey(0) {} in Key() function
123 inline Key(const Key& rhs) : mKey(rhs.mKey) {} in Key() function
/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.java74 final static class Key { class in PendingIntentRecord
92 Key(int _t, String _p, @Nullable String _featureId, IBinder _a, String _w, in Key() method in PendingIntentRecord.Key
/frameworks/base/media/java/android/media/
DAudioMetadata.java60 public interface Key<T> { interface in AudioMetadata
365 private static Object getValueFromValuePair(@Nullable Pair<Key<?>, Object> valuePair) { in getValueFromValuePair()
/frameworks/ml/nn/common/random/
Dphilox_random.h115 using Key = Array<uint32, 2>; variable
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/
DControlsBindingControllerImpl.kt350 private data class Key(val component: ComponentName, val user: UserHandle) dataClass
/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/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/core/java/android/hardware/camera2/impl/
DCameraMetadataNative.java91 public static class Key<T> { class in CameraMetadataNative
104 public Key(String name, Class<T> type, long vendorId) { in Key() method in CameraMetadataNative.Key
121 public Key(String name, String fallbackName, Class<T> type) { in Key() method in CameraMetadataNative.Key
140 public Key(String name, Class<T> type) { in Key() method in CameraMetadataNative.Key
160 public Key(String name, TypeReference<T> typeReference) { in Key() method in CameraMetadataNative.Key
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DPrefs.java80 public @interface Key { annotation in Prefs

12