HomeSort by relevance Sort by last modified time
    Searched defs:keyId (Results 1 - 8 of 8) sorted by null

  /frameworks/av/drm/mediadrm/plugins/clearkey/
Session.cpp 54 const KeyMap::key_type& keyId = keys.keyAt(i);
56 mKeyMap.add(keyId, key);
65 const KeyId keyId, const Iv iv, const void* source,
71 keyIdVector.appendArray(keyId, kBlockSize);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info_state.cpp 171 const int keyId = mProximityInfo->getKeyIndexOf(codePoint);
172 if (keyId != NOT_AN_INDEX) {
173 const int index = inputIndex * mProximityInfo->getKeyCount() + keyId;
184 const int inputIndex, const int keyId) const {
187 keyId);
277 bool ProximityInfoState::isKeyInSerchKeysAfterIndex(const int index, const int keyId) const {
278 ASSERT(keyId >= 0 && index >= 0 && index < mSampledInputSize);
279 return mSampledSearchKeySets[index].test(keyId);
proximity_info_state_utils.cpp 449 const int keyId = proximityInfo->getKeyIndexOf(nodeCodePoint);
450 if (keyId >= 0) {
451 x = proximityInfo->getKeyCenterXOfKeyIdG(keyId, NOT_AN_INDEX, isGeometric);
452 y = proximityInfo->getKeyCenterYOfKeyIdG(keyId, NOT_AN_INDEX, isGeometric);
605 const int inputIndex, const int keyId) {
606 if (keyId != NOT_AN_INDEX) {
607 const int index = inputIndex * keyCount + keyId;
    [all...]
  /frameworks/base/keystore/java/android/security/
KeyChain.java 318 final String keyId = keyChainService.requestPrivateKey(alias);
319 if (keyId == null) {
324 return engine.getPrivateKeyById(keyId);
  /frameworks/av/media/libmedia/
IDrm.cpp 337 Vector<uint8_t> const &keyId,
345 writeVector(data, keyId);
356 Vector<uint8_t> const &keyId,
364 writeVector(data, keyId);
375 Vector<uint8_t> const &keyId,
382 writeVector(data, keyId);
392 Vector<uint8_t> const &keyId,
400 writeVector(data, keyId);
731 Vector<uint8_t> sessionId, keyId, input, iv, output;
733 readVector(data, keyId);
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/
keyboard_overlay.js 234 function keyId(identifier, i) {
426 var key = $(keyId(identifier, i));
517 key.id = keyId(identifier, i);
620 var keyId = layout[i][0];
621 if (keyId in newLayoutData) {
622 layout[i] = [keyId].concat(newLayoutData[keyId]);
623 delete newLayoutData[keyId];
625 if (keyId == powerKeyId)
628 for (var keyId in newLayoutData
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConfigStore.java     [all...]
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 693 milliseconds