Home
last modified time | relevance | path

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

/frameworks/native/cmds/lshal/
DListCommand.cpp312 case HalType::PASSTHROUGH_LIBRARIES: in tableForType()
592 if (!shouldFetchHalType(HalType::PASSTHROUGH_LIBRARIES)) { return OK; } in fetchAllLibraries()
610 putEntry(HalType::PASSTHROUGH_LIBRARIES, std::move(pair.second)); in fetchAllLibraries()
904 HalType::PASSTHROUGH_LIBRARIES, in initFetchTypes()
1026 {"passthrough_libs", HalType::PASSTHROUGH_LIBRARIES}, in registerAllOptions()
1027 {"l", HalType::PASSTHROUGH_LIBRARIES}, in registerAllOptions()
1172 HalType::PASSTHROUGH_LIBRARIES}; in parseArgs()
DListCommand.h53 PASSTHROUGH_LIBRARIES, enumerator