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.h91 void setType(SchemaType type);
/system/libvintf/xsd/halManifest/api/
Dcurrent.txt64 method public void setType(String);
/system/libvintf/
DHalManifest.cpp377 void HalManifest::setType(SchemaType type) { in setType() function in android::vintf::HalManifest
475 emptyManifest.setType(type()); in empty()
/system/security/keystore/
Dblob.h145 void setType(BlobType type) { mBlob->type = uint8_t(type); } in setType() function
Dblob.cpp555 setType(TYPE_KEY_CHARACTERISTICS_CACHE); in putKeyCharacteristics()