Home
last modified time | relevance | path

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

/frameworks/native/cmds/lshal/
DListCommand.cpp229 case HalType::BINDERIZED_SERVICES: in tableForType()
605 if (!shouldFetchHalType(HalType::BINDERIZED_SERVICES)) { return OK; } in fetchBinderized()
635 putEntry(HalType::BINDERIZED_SERVICES, std::move(pair.second)); in fetchBinderized()
867 {HalType::LAZY_HALS, {HalType::BINDERIZED_SERVICES, in initFetchTypes()
1012 {"binderized", {HalType::BINDERIZED_SERVICES}}, in registerAllOptions()
1013 {"b", {HalType::BINDERIZED_SERVICES}}, in registerAllOptions()
1166 mListTypes = {HalType::BINDERIZED_SERVICES, HalType::PASSTHROUGH_CLIENTS, in parseArgs()
DListCommand.h45 BINDERIZED_SERVICES = 0, enumerator