Home
last modified time | relevance | path

Searched refs:setType (Results 1 – 6 of 6) sorted by relevance

/system/libvintf/xsd/compatibilityMatrix/api/
Dcurrent.txt27 method public void setType(String);
45 method public void setType(String);
/system/libvintf/include/vintf/
DHalManifest.h102 void setType(SchemaType type);
/system/libvintf/xsd/halManifest/api/
Dcurrent.txt66 method public void setType(String);
/system/security/keystore/
Dblob.h146 void setType(BlobType type) { mBlob->type = uint8_t(type); } in setType() function
Dblob.cpp573 setType(TYPE_KEY_CHARACTERISTICS_CACHE); in putKeyCharacteristics()
/system/libvintf/
DHalManifest.cpp468 void HalManifest::setType(SchemaType type) { in setType() function in android::vintf::HalManifest
590 emptyManifest.setType(type()); in empty()