Home
last modified time | relevance | path

Searched refs:passthrough (Results 1 – 8 of 8) 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/
DCryptoHalHidl.cpp120 auto passthrough = ICryptoFactory::getService(); in makeCryptoFactories() local
121 if (passthrough != NULL) { in makeCryptoFactories()
123 factories.push_back(passthrough); in makeCryptoFactories()
DDrmHalHidl.cpp336 auto passthrough = IDrmFactory::getService(); in makeDrmFactories() local
337 if (passthrough != NULL) { in makeDrmFactories()
339 factories.push_back(passthrough); in makeDrmFactories()
/frameworks/native/cmds/lshal/
Dtest.cpp461 vintf::TransportArch passthrough{Transport::PASSTHROUGH, Arch::ARCH_32}; in TEST_F() local
462 std::array<vintf::TransportArch, 6> transportArchs{{hwbinder, hwbinder, passthrough, in TEST_F()
463 passthrough, passthrough, passthrough}}; in TEST_F()
DListCommand.cpp399 std::vector<std::string> passthrough; in dumpVintf() local
401 if (!addEntryWithoutInstance(entry, &manifest)) passthrough.push_back(entry.interfaceName); in dumpVintf()
412 if (!passthrough.empty()) { in dumpVintf()
416 for (const auto& e : passthrough) { in dumpVintf()
/frameworks/proto_logging/stats/enums/stats/mediametrics/
Dmediametrics.proto184 // Audio data format: compressed audio wrapped in PCM for HDMI or S/PDIF passthrough.