Home
last modified time | relevance | path

Searched refs:packetType (Results 1 – 15 of 15) sorted by relevance

/aosp12/frameworks/base/media/java/android/media/tv/tuner/filter/
H A DTlvFilterConfiguration.java55 private TlvFilterConfiguration(Settings settings, int packetType, boolean isCompressed, in TlvFilterConfiguration() argument
58 mPacketType = packetType; in TlvFilterConfiguration()
121 public Builder setPacketType(int packetType) { in setPacketType() argument
122 mPacketType = packetType; in setPacketType()
H A DAlpFilterConfiguration.java82 private AlpFilterConfiguration(Settings settings, int packetType, int lengthType) { in AlpFilterConfiguration() argument
84 mPacketType = packetType; in AlpFilterConfiguration()
135 public Builder setPacketType(int packetType) { in setPacketType() argument
136 mPacketType = packetType; in setPacketType()
/aosp12/frameworks/base/media/java/android/media/midi/
H A DMidiOutputPort.java68 int packetType = MidiPortImpl.getPacketType(buffer, count);
69 switch (packetType) {
83 Log.e(TAG, "Unknown packet type " + packetType);
/aosp12/system/bt/vendor_libs/test_vendor_lib/test/
H A Dh4_parser_unittest.cc124 for (auto packetType : types) { in TEST_F() local
126 uint8_t typ = (uint8_t)packetType; in TEST_F()
140 ASSERT_EQ(packetType, type_); in TEST_F()
/aosp12/packages/modules/NetworkStack/src/android/net/util/
H A DNetworkStackUtils.java297 public static native void attachRaFilter(FileDescriptor fd, int packetType) in attachRaFilter() argument
308 public static native void attachControlPacketFilter(FileDescriptor fd, int packetType) in attachControlPacketFilter() argument
/aosp12/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
H A DNetworkValidationTest.kt230 packetType: Class<T>,
238 assertTrue(packetType.isInstance(packet),
240 return packetType.cast(packet)
/aosp12/frameworks/av/services/tuner/aidl/android/media/tv/tuner/
H A DTunerFilterAlpConfiguration.aidl27 byte packetType;
H A DTunerFilterTlvConfiguration.aidl27 byte packetType;
/aosp12/packages/services/Car/cpp/computepipe/runner/client_interface/
H A DAidlClientImpl.cpp170 proto::PacketType packetType = packetHandle->getType(); in dispatchPacketToClient() local
171 switch (packetType) { in dispatchPacketToClient()
/aosp12/frameworks/av/services/tuner/
H A DTunerFilter.cpp337 .packetType = static_cast<uint8_t>(tlvConf.packetType), in getHidlTlvSettings()
363 .packetType = static_cast<uint8_t>(alpConf.packetType), in getHidlAlpSettings()
/aosp12/frameworks/base/media/jni/tuner/
H A DFilterClient.cpp559 .packetType = static_cast<int8_t>(tlv.packetType), in getAidlTlvSettings()
583 .packetType = static_cast<int8_t>(alp.packetType), in getAidlAlpSettings()
/aosp12/packages/modules/NetworkStack/src/android/net/dhcp/
H A DDhcpServer.java828 final String packetType = packet.getClass().getSimpleName(); in onReceive() local
830 packetType, srcPort); in onReceive()
/aosp12/frameworks/base/media/jni/
H A Dandroid_media_tv_Tuner.cpp3678 uint8_t packetType = static_cast<uint8_t>( in getFilterConfiguration() local
3685 .packetType = packetType, in getFilterConfiguration()
3705 uint8_t packetType = static_cast<uint8_t>( in getFilterConfiguration() local
3710 .packetType = packetType, in getFilterConfiguration()
/aosp12/hardware/interfaces/tv/tuner/1.0/
H A Dtypes.hal2269 uint8_t packetType;
2315 uint8_t packetType;
/aosp12/packages/modules/NetworkStack/tests/integration/src/android/net/ip/
H A DIpClientIntegrationTestCommon.java2500 Class<? extends DhcpPacket> packetType) throws Exception {
2502 assertTrue(packetType.isInstance(packet));