Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/tv/tuner/filter/
DTlvFilterConfiguration.java56 boolean passthrough) { in TlvFilterConfiguration() argument
60 mPassthrough = passthrough; in TlvFilterConfiguration()
141 public Builder setPassthrough(boolean passthrough) { in setPassthrough() argument
142 mPassthrough = passthrough; in setPassthrough()
DIpFilterConfiguration.java47 int dstPort, boolean passthrough, int ipCid) { in IpFilterConfiguration() argument
53 mPassthrough = passthrough; in IpFilterConfiguration()
179 public Builder setPassthrough(boolean passthrough) { in setPassthrough() argument
180 mPassthrough = passthrough; in setPassthrough()
/frameworks/av/media/libmediatranscoding/tests/
DTranscodingLogger_tests.cpp171 void validateLatestAtom(Reason reason, int status, bool passthrough = false) { in validateLatestAtom() argument
186 EXPECT_EQ(atom.dstWidth, passthrough ? kDefaultSrcWidth : kDefaultDstWidth); in validateLatestAtom()
187 EXPECT_EQ(atom.dstHeight, passthrough ? kDefaultSrcHeight : kDefaultDstHeight); in validateLatestAtom()
188 EXPECT_EQ(atom.dstMime, passthrough ? "passthrough" : kDefaultDstMime); in validateLatestAtom()
/frameworks/av/drm/libmediadrm/
DCryptoHal.cpp124 auto passthrough = ICryptoFactory::getService(); in makeCryptoFactories() local
125 if (passthrough != NULL) { in makeCryptoFactories()
127 factories.push_back(passthrough); in makeCryptoFactories()
DDrmHal.cpp343 auto passthrough = IDrmFactory::getService(); in makeDrmFactories() local
344 if (passthrough != NULL) { in makeDrmFactories()
346 factories.push_back(passthrough); in makeDrmFactories()
/frameworks/native/cmds/lshal/
Dtest.cpp443 vintf::TransportArch passthrough{Transport::PASSTHROUGH, Arch::ARCH_32}; in TEST_F() local
444 std::array<vintf::TransportArch, 6> transportArchs{{hwbinder, hwbinder, passthrough, in TEST_F()
445 passthrough, passthrough, passthrough}}; in TEST_F()
DListCommand.cpp398 std::vector<std::string> passthrough; in dumpVintf() local
400 if (!addEntryWithoutInstance(entry, &manifest)) passthrough.push_back(entry.interfaceName); in dumpVintf()
411 if (!passthrough.empty()) { in dumpVintf()
415 for (const auto& e : passthrough) { in dumpVintf()