Searched defs:getKey (Results 1 - 10 of 10) sorted by last modified time

/frameworks/native/include/utils/
H A DTypeHelpers.h240 inline const KEY& getKey() const { function in struct:android::key_value_pair_t
/frameworks/native/libs/utils/
H A DBlobCache.cpp170 sp<Blob> keyBlob = e.getKey();
206 sp<Blob> keyBlob = e.getKey();
303 mTotalSize -= entry.getKey()->getSize() + entry.getValue()->getSize();
366 sp<BlobCache::Blob> BlobCache::CacheEntry::getKey() const { function in class:android::BlobCache::CacheEntry
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp512 const KeyInfo* key = getKey(device, scanCode, usageCode);
526 const KeyInfo* getKey(Device* device, int32_t scanCode, int32_t usageCode) const { function in class:android::FakeEventHub
/frameworks/base/libs/androidfw/
H A DKeyCharacterMap.cpp208 if (getKey(keyCode, &key)) {
220 if (getKey(keyCode, &key)) {
270 if (getKey(keyCode, &key)) {
360 bool KeyCharacterMap::getKey(int32_t keyCode, const Key** outKey) const { function in class:android::KeyCharacterMap
372 if (getKey(keyCode, &key)) {
H A DKeyLayoutMap.cpp85 const Key* key = getKey(scanCode, usageCode);
105 const KeyLayoutMap::Key* KeyLayoutMap::getKey(int32_t scanCode, int32_t usageCode) const { function in class:android::KeyLayoutMap
/frameworks/base/core/java/android/app/backup/
H A DBackupDataInput.java43 * String key = data.getKey();
92 * return success, the {@link #getKey()} and {@link #getDataSize()} methods can
121 public String getKey() { method in class:BackupDataInput
H A DBackupDataInputStream.java30 * through this class's {@link #getKey()} and {@link #size()} methods, respectively.
101 * {@link BackupDataInput#getKey()} on the underlying {@link BackupDataInput}.
103 public String getKey() { method in class:BackupDataInputStream
/frameworks/base/core/java/android/net/nsd/
H A DDnsSdTxtRecord.java152 for (int i = 0; null != (s = this.getKey(i)); i++) {
194 private String getKey(int index) { method in class:DnsSdTxtRecord
250 for (i = 0; null != (s = this.getKey(i)); i++) {
269 for (int i = 0; null != (a = this.getKey(i)); i++) {
/frameworks/base/core/java/android/preference/
H A DPreference.java824 public String getKey() { method in class:Preference
/frameworks/base/core/java/android/text/
H A DAnnotation.java53 public String getKey() { method in class:Annotation

Completed in 551 milliseconds