Home
last modified time | relevance | path

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

/frameworks/native/cmds/lshal/
DListCommand.cpp311 case HalType::BINDERIZED_SERVICES: in tableForType()
658 if (!shouldFetchHalType(HalType::BINDERIZED_SERVICES)) { return OK; } in fetchBinderized()
685 putEntry(HalType::BINDERIZED_SERVICES, std::move(pair.second)); in fetchBinderized()
906 {HalType::LAZY_HALS, {HalType::BINDERIZED_SERVICES, in initFetchTypes()
1026 {"binderized", HalType::BINDERIZED_SERVICES}, in registerAllOptions()
1027 {"b", HalType::BINDERIZED_SERVICES}, in registerAllOptions()
1175 mListTypes = {HalType::BINDERIZED_SERVICES, HalType::PASSTHROUGH_CLIENTS, in parseArgs()
DListCommand.h50 BINDERIZED_SERVICES = 0, enumerator