Searched refs:passthrough (Results 1 – 4 of 4) sorted by relevance
160 auto passthrough = ICryptoFactory::getService(); in makeCryptoFactories() local161 if (passthrough != NULL) { in makeCryptoFactories()163 factories.push_back(passthrough); in makeCryptoFactories()
411 auto passthrough = IDrmFactory::getService(); in makeDrmFactories() local412 if (passthrough != NULL) { in makeDrmFactories()414 factories.push_back(passthrough); in makeDrmFactories()
418 vintf::TransportArch passthrough{Transport::PASSTHROUGH, Arch::ARCH_32}; in TEST_F() local419 std::array<vintf::TransportArch, 6> transportArchs{{hwbinder, hwbinder, passthrough, in TEST_F()420 passthrough, passthrough, passthrough}}; in TEST_F()
479 std::vector<std::string> passthrough; in dumpVintf() local481 if (!addEntryWithoutInstance(entry, &manifest)) passthrough.push_back(entry.interfaceName); in dumpVintf()492 if (!passthrough.empty()) { in dumpVintf()496 for (const auto& e : passthrough) { in dumpVintf()