Home
last modified time | relevance | path

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

/frameworks/native/cmds/lshal/
DListCommand.cpp308 case HalType::BINDERIZED_SERVICES: in tableForType()
655 if (!shouldFetchHalType(HalType::BINDERIZED_SERVICES)) { return OK; } in fetchBinderized()
682 putEntry(HalType::BINDERIZED_SERVICES, std::move(pair.second)); in fetchBinderized()
903 {HalType::LAZY_HALS, {HalType::BINDERIZED_SERVICES, in initFetchTypes()
1022 {"binderized", HalType::BINDERIZED_SERVICES}, in registerAllOptions()
1023 {"b", HalType::BINDERIZED_SERVICES}, in registerAllOptions()
1171 mListTypes = {HalType::BINDERIZED_SERVICES, HalType::PASSTHROUGH_CLIENTS, in parseArgs()
DListCommand.h51 BINDERIZED_SERVICES = 0, enumerator