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

  /hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/
authorization_set.h 177 inline NullOr<const typename TypedTag2ValueType<T>::type&> GetTagValue(T tag) const {
  /system/keymaster/ng/include/
authorization_set.h 176 inline NullOr<const typename TypedTag2ValueType<T>::type&> GetTagValue(T tag) const {
  /hardware/interfaces/keymaster/3.0/vts/functional/
authorization_set.h 180 inline NullOr<const typename TypedTag2ValueType<T>::type&> GetTagValue(T tag) const {
  /system/keymaster/include/keymaster/
authorization_set.h 259 inline bool GetTagValue(TypedTag<KM_UINT, T> tag, uint32_t* val) const {
269 bool GetTagValue(TypedTag<KM_UINT_REP, Tag> tag, size_t instance, uint32_t* val) const {
278 inline bool GetTagValue(TypedTag<KM_ULONG, T> tag, uint64_t* val) const {
288 bool GetTagValue(TypedTag<KM_ULONG_REP, Tag> tag, size_t instance, uint64_t* val) const {
297 bool GetTagValue(TypedEnumTag<KM_ENUM, Tag, T> tag, T* val) const {
307 bool GetTagValue(TypedEnumTag<KM_ENUM_REP, Tag, T> tag, size_t instance, T* val) const {
317 bool GetTagValue(TypedEnumTag<KM_ENUM_REP, Tag, T> tag, T* val) const {
328 bool GetTagValue(TypedTag<KM_UINT_REP, Tag> tag, size_t instance,
338 bool GetTagValue(TypedTag<KM_BYTES, Tag> tag, keymaster_blob_t* val) const {
347 bool GetTagValue(TypedTag<KM_BIGNUM, Tag> tag, keymaster_blob_t* val) const
    [all...]

Completed in 78 milliseconds