Home
last modified time | relevance | path

Searched defs:VintfObjectBuilder (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/system/libvintf/include/vintf/
H A DVintfObject.h49 class VintfObjectBuilder; variable
381 VintfObjectBuilder(std::unique_ptr<VintfObject>&& object) : mObject(std::move(object)) {} in VintfObjectBuilder() function