Searched refs:passthrough (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/media/java/android/media/tv/tuner/filter/ |
D | TlvFilterConfiguration.java | 56 boolean passthrough) { in TlvFilterConfiguration() argument 60 mPassthrough = passthrough; in TlvFilterConfiguration() 141 public Builder setPassthrough(boolean passthrough) { in setPassthrough() argument 142 mPassthrough = passthrough; in setPassthrough()
|
D | IpFilterConfiguration.java | 47 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/ |
D | TranscodingLogger_tests.cpp | 171 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/ |
D | CryptoHalHidl.cpp | 120 auto passthrough = ICryptoFactory::getService(); in makeCryptoFactories() local 121 if (passthrough != NULL) { in makeCryptoFactories() 123 factories.push_back(passthrough); in makeCryptoFactories()
|
D | DrmHalHidl.cpp | 336 auto passthrough = IDrmFactory::getService(); in makeDrmFactories() local 337 if (passthrough != NULL) { in makeDrmFactories() 339 factories.push_back(passthrough); in makeDrmFactories()
|
/frameworks/native/cmds/lshal/ |
D | test.cpp | 461 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()
|
D | ListCommand.cpp | 399 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/ |
D | mediametrics.proto | 184 // Audio data format: compressed audio wrapped in PCM for HDMI or S/PDIF passthrough.
|