Home
last modified time | relevance | path

Searched refs:BYTES (Results 1 – 7 of 7) sorted by relevance

/system/nfc/utils/
Dconfig.cc64 type_ = BYTES; in ConfigValue()
82 CHECK(type_ == BYTES); in getBytes()
96 type_ = BYTES; in parseFromString()
/system/nfc/utils/include/
Dconfig.h24 enum Type { UNSIGNED, STRING, BYTES }; enumerator
/system/core/adb/fastdeploy/deployagent/src/com/android/fastdeploy/
DPatchUtils.java36 byte[] buffer = new byte[Long.BYTES]; in readLELong()
DApkArchive.java114 buffer.position(buffer.position() - Integer.BYTES - 1); // Backtrack 5 bytes. in findEndOfCDRecord()
/system/security/keystore/
Dkeystore_aidl_hidl_marshalling_utils.cpp91 case TagType::BYTES: in readKeyParameterFromParcel()
124 case TagType::BYTES: in writeKeyParameterToParcel()
/system/keymaster/ng/include/
Dauthorization_set.h229 AuthorizationSetBuilder& Authorization(TypedTag<TagType::BYTES, tag> ttag, const uint8_t* data, in Authorization() argument
238 AuthorizationSetBuilder& Authorization(TypedTag<TagType::BYTES, tag> ttag, const char* data, in Authorization() argument
Dkeymaster_tags.h220 MAKE_TAG_VALUE_ACCESSOR(TagType::BYTES, blob) in MAKE_TAG_VALUE_ACCESSOR() argument