Searched refs:keyIndex (Results 1 – 9 of 9) sorted by relevance
40 private LowpanCredential(byte[] masterKey, int keyIndex) { in LowpanCredential() argument41 setMasterKey(masterKey, keyIndex); in LowpanCredential()52 public static LowpanCredential createMasterKey(byte[] masterKey, int keyIndex) { in createMasterKey() argument53 return new LowpanCredential(masterKey, keyIndex); in createMasterKey()63 void setMasterKeyIndex(int keyIndex) { in setMasterKeyIndex() argument64 mMasterKeyIndex = keyIndex; in setMasterKeyIndex()67 void setMasterKey(byte[] masterKey, int keyIndex) { in setMasterKey() argument69 setMasterKeyIndex(keyIndex); in setMasterKey()
361 for (size_t keyIndex = 0; keyIndex < keys.size(); keyIndex++) { in updateECM() local364 const sp<ABuffer>& keyBytes = keys[keyIndex].key_bytes; in updateECM()369 AES_BLOCK_SIZE * 8, &mKeyInfo[keyIndex].contentKey); in updateECM()370 mKeyInfo[keyIndex].valid = (result == 0); in updateECM()371 if (!mKeyInfo[keyIndex].valid) { in updateECM()373 keyIndex, keys[keyIndex].key_id); in updateECM()397 int32_t keyIndex = (scramblingControl & 1); in decrypt() local398 if (!mKeyInfo[keyIndex].valid) { in decrypt()399 ALOGE("decrypt: key %d is invalid", keyIndex); in decrypt()402 contentKey = mKeyInfo[keyIndex].contentKey; in decrypt()
136 final int keyIndex = mCallbacks.indexOfKey(callback); in unregisterAccessibilityButtonCallback() local137 final boolean hasKey = keyIndex >= 0; in unregisterAccessibilityButtonCallback()139 mCallbacks.removeAt(keyIndex); in unregisterAccessibilityButtonCallback()
905 final int keyIndex = mListeners.indexOfKey(listener); in removeListener() local906 final boolean hasKey = keyIndex >= 0; in removeListener()908 mListeners.removeAt(keyIndex); in removeListener()1319 final int keyIndex = mListeners.indexOfKey(listener); in removeOnShowModeChangedListener() local1320 final boolean hasKey = keyIndex >= 0; in removeOnShowModeChangedListener()1322 mListeners.removeAt(keyIndex); in removeOnShowModeChangedListener()
108 int keyIndex = line.indexOf(kUsbCardKeyStr); in parse() local109 boolean isUsb = keyIndex != -1; in parse()111 mCardDescription = line.substring(tokenIndex, keyIndex - 1); in parse()
113 for (int keyIndex = 0; keyIndex < mCallbackSubscriptionMap.size(); in CallbackAdapterManager()114 keyIndex++) { in CallbackAdapterManager()115 storedSubIds.add(mCallbackSubscriptionMap.keyAt(keyIndex)); in CallbackAdapterManager()240 for (int keyIndex = 0; keyIndex < mCallbackSubscriptionMap.size(); keyIndex++) { in clearCallbacksForAllSubscriptions()241 keys.add(mCallbackSubscriptionMap.keyAt(keyIndex)); in clearCallbacksForAllSubscriptions()
877 for (int keyIndex = 0; keyIndex < futureCount; keyIndex++) { in createAllFutures()878 final int index = mDrawableFutures.keyAt(keyIndex); in createAllFutures()879 final ConstantState cs = mDrawableFutures.valueAt(keyIndex); in createAllFutures()916 final int keyIndex = mDrawableFutures.indexOfKey(index); in getChild() local917 if (keyIndex >= 0) { in getChild()918 final ConstantState cs = mDrawableFutures.valueAt(keyIndex); in getChild()921 mDrawableFutures.removeAt(keyIndex); in getChild()
569 int keyIndex = 0; in getDescription() local570 while (textIndex < text.length && keyIndex < PREFERRED_DESCRIPTION_ORDER.length) { in getDescription()571 CharSequence next = getText(PREFERRED_DESCRIPTION_ORDER[keyIndex++]); in getDescription()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...