Searched defs:KeyInfo (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/drm/mediacas/plugins/clearkey/
H A DKeyFetcher.h33 struct KeyInfo { struct in class:android::clearkeycas::KeyFetcher
50 uint64_t* asset_id, vector<KeyInfo>* keys) = 0;
H A DClearKeySessionLibrary.h50 struct KeyInfo { struct in class:android::clearkeycas::ClearKeyCasSession
57 KeyInfo mKeyInfo[kNumKeys];
/frameworks/base/keystore/java/android/security/keystore/
H A DKeyInfo.java39 * The following example illustrates how to obtain a {@code KeyInfo} describing the provided Android
45 * KeyInfo keyInfo;
47 * keyInfo = (KeyInfo) factory.getKeySpec(key, KeyInfo.class);
53 * The following example illustrates how to obtain a {@code KeyInfo} describing the provided
59 * KeyInfo keyInfo;
61 * keyInfo = factory.getKeySpec(key, KeyInfo.class);
66 public class KeyInfo implements KeySpec { class in inherits:KeySpec
88 public KeyInfo(String keystoreKeyAlias, method in class:KeyInfo
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp331 struct KeyInfo { struct in class:android::FakeEventHub
346 KeyedVector<int32_t, KeyInfo> keysByScanCode;
347 KeyedVector<int32_t, KeyInfo> keysByUsageCode;
441 KeyInfo info;
549 const KeyInfo* key = getKey(device, scanCode, usageCode);
566 const KeyInfo* getKey(Device* device, int32_t scanCode, int32_t usageCode) const {

Completed in 181 milliseconds