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()
417 auto passthrough = IDrmFactory::getService(); in makeDrmFactories() local418 if (passthrough != NULL) { in makeDrmFactories()420 factories.push_back(passthrough); in makeDrmFactories()
445 vintf::TransportArch passthrough{Transport::PASSTHROUGH, Arch::ARCH_32}; in TEST_F() local446 std::array<vintf::TransportArch, 6> transportArchs{{hwbinder, hwbinder, passthrough, in TEST_F()447 passthrough, passthrough, passthrough}}; in TEST_F()
482 std::vector<std::string> passthrough; in dumpVintf() local484 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()