Home
last modified time | relevance | path

Searched refs:KeyA (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Dtype_operators.h65 template <template <typename, typename, typename...> class TT, typename KeyA,
68 struct IsConvertible<TT<KeyA, ValueA, AnyA...>, TT<KeyB, ValueB, AnyB...>>
69 : And<IsConvertible<Decay<KeyA>, Decay<KeyB>>,
118 template <typename KeyA, typename ValueA, typename KeyB, typename ValueB,
120 struct IsConvertible<std::map<KeyA, ValueA, AnyA...>,
122 : And<IsConvertible<Decay<KeyA>, Decay<KeyB>>,
124 template <typename KeyA, typename ValueA, typename KeyB, typename ValueB,
126 struct IsConvertible<std::unordered_map<KeyA, ValueA, AnyA...>,
128 : And<IsConvertible<Decay<KeyA>, Decay<KeyB>>,
/aosp12/system/nfc/src/nfc/tags/
H A Drw_mfc.cc91 static bool rw_mfc_authenticate(int sector, bool KeyA);
809 static bool rw_mfc_authenticate(int block, bool KeyA) { in rw_mfc_authenticate() argument
828 if (KeyA) { in rw_mfc_authenticate()