Home
last modified time | relevance | path

Searched refs:mVintfPartition (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/cmds/lshal/
H A DListCommand.cpp337 if (partition != mVintfPartition) { in addEntryWithInstance()
388 manifest.setType(toSchemaType(mVintfPartition)); in dumpVintf()
932 if (thiz->mVintfPartition == Partition::UNKNOWN) in registerAllOptions()
933 thiz->mVintfPartition = Partition::VENDOR; in registerAllOptions()
939 thiz->mVintfPartition = android::procpartition::parsePartition(arg); in registerAllOptions()
940 if (thiz->mVintfPartition == Partition::UNKNOWN) return USAGE; in registerAllOptions()
H A DListCommand.h173 Partition mVintfPartition = Partition::UNKNOWN; variable