Home
last modified time | relevance | path

Searched refs:passthrough (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/drm/libmediadrm/
DCryptoHal.cpp160 auto passthrough = ICryptoFactory::getService(); in makeCryptoFactories() local
161 if (passthrough != NULL) { in makeCryptoFactories()
163 factories.push_back(passthrough); in makeCryptoFactories()
DDrmHal.cpp417 auto passthrough = IDrmFactory::getService(); in makeDrmFactories() local
418 if (passthrough != NULL) { in makeDrmFactories()
420 factories.push_back(passthrough); in makeDrmFactories()
/frameworks/native/cmds/lshal/
Dtest.cpp445 vintf::TransportArch passthrough{Transport::PASSTHROUGH, Arch::ARCH_32}; in TEST_F() local
446 std::array<vintf::TransportArch, 6> transportArchs{{hwbinder, hwbinder, passthrough, in TEST_F()
447 passthrough, passthrough, passthrough}}; in TEST_F()
DListCommand.cpp482 std::vector<std::string> passthrough; in dumpVintf() local
484 if (!addEntryWithoutInstance(entry, &manifest)) passthrough.push_back(entry.interfaceName); in dumpVintf()
495 if (!passthrough.empty()) { in dumpVintf()
499 for (const auto& e : passthrough) { in dumpVintf()