/aosp12/packages/apps/TV/tuner/proto/ |
H A D | channel.proto | 78 // ISO/IEC 11172 Video (MPEG-1) 80 // ISO/IEC 13818-2 (MPEG-2) Video 82 // ISO/IEC 14496-2 (MPEG-4 H.263 based) 84 // ISO/IE 14496-10 (H.264 video) 86 // ISO/IE 23008-2 (H.265 video) 92 // ISO/IEC 11172 Audio (MPEG-1) 94 // ISO/IEC 13818-3 Audio (MPEG-2) 96 // ISO/IEC 13818-7 Audio with ADTS transport syntax 98 // ISO/IEC 14496-3 (MPEG-4 LOAS multi-format framed audio) 102 // Dolby Digital Plus Audio (ATSC)ISO/IEC 14496-2Video (MPEG-1)
|
H A D | track.proto | 33 // See ISO/IEC 138181-1:2000(e) Table 2-53.
|
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/devices/ |
H A D | h4_parser.cc | 40 packet_length_offset[static_cast<size_t>(PacketType::ISO) + 1] = { in HciGetPacketLengthForType() 54 if (type == PacketType::ISO) { in HciGetPacketLengthForType() 83 case PacketType::ISO: in OnPacketReady() 115 static const size_t preamble_size[static_cast<size_t>(PacketType::ISO) + 1] = in Consume() 144 hci_packet_type_ != PacketType::ISO) { in Consume()
|
H A D | h4_parser.h | 38 ISO = 5, enumerator
|
/aosp12/hardware/interfaces/tv/tuner/1.1/ |
H A D | types.hal | 112 * and has the same format as the PTS in ISO/IEC 13818-1. 750 * ITU-T | ISO/IEC Reserved 754 * ISO/IEC 11172 758 * ITU-T Rec.H.262 and ISO/IEC 13818-2 762 * ISO/IEC 14496-2 (MPEG-4 H.263 based video) 766 * ITU-T Rec.H.264 and ISO/IEC 14496-10 770 * ITU-T Rec. H.265 and ISO/IEC 23008-2 811 * ISO/IEC 11172 Audio 815 * ISO/IEC 13818-3 819 * ISO/IEC 23008-3 (MPEG-H Part 3) [all …]
|
/aosp12/hardware/interfaces/secure_element/1.0/ |
H A D | ISecureElement.hal | 21 /** According to ISO/IEC 7816 */ 37 * Returns Answer to Reset as per ISO/IEC 7816 55 * Transmits an APDU command (as per ISO/IEC 7816) to the SE. 68 * @param p2 P2 paramter of SELECT APDU as per ISO 7816-4 92 * @param p2 P2 paramter of SELECT APDU as per ISO 7816-4
|
H A D | types.hal | 31 /** Response to SELECT command as per ISO/IEC 7816 */
|
/aosp12/system/libziparchive/cli-tests/ |
H A D | zipinfo.test | 35 # The RI doesn't use ISO dates. 42 # The RI doesn't use ISO dates. 49 # The RI doesn't use ISO dates.
|
/aosp12/hardware/interfaces/bluetooth/1.1/ |
H A D | IBluetoothHciCallbacks.hal | 27 * Send a ISO data packet form the controller to the host. 28 * @param data the ISO HCI packet to be passed to the host stack
|
/aosp12/packages/services/Telephony/ecc/conversion_toolset_v1/proto/ |
H A D | protobuf_ecc_data.proto | 30 // with ISO country code. 32 // Required: Every CountryInfo shall contain a ISO country code.
|
/aosp12/system/bt/vendor_libs/test_vendor_lib/test/ |
H A D | h4_parser_unittest.cc | 59 type_ = PacketType::ISO; in __anon1822f0660502() 123 PacketType::ISO}); in TEST_F()
|
/aosp12/hardware/interfaces/graphics/common/1.2/ |
H A D | types.hal | 47 * ISO 16684-1:2011(E) 69 * ISO/IEC 23008-12 75 * according to ISO/IEC 23008-12.
|
/aosp12/hardware/interfaces/radio/config/1.0/ |
H A D | types.hal | 42 * An Answer To Reset (ATR) is a message output by a Smart Card conforming to ISO/IEC 7816 53 * the ITU-T recommendation E.118 ISO/IEC 7816.
|
/aosp12/system/timezone/input_data/android/ |
H A D | telephonylookup.txt | 33 # order by MCC and MNC, then country ISO code for easier maintenance. 45 # The (lower cased) ISO 3166 2-character country code. Must be a known valid code.
|
/aosp12/hardware/interfaces/nfc/1.1/ |
H A D | types.hal | 47 /* Presence Check Algorithm as per ISO/IEC 14443-4 */ 51 /** ISO-DEP protocol's empty I-block */
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/phonenumberproto/ |
H A D | dialer_phone_number.proto | 25 // The country is retrieved from CallLog.Calls#COUNTRY: "The ISO 3166-1 two 51 // CallLog.Calls#COUNTRY: "The ISO 3166-1 two letters country code of the
|
/aosp12/system/bt/include/hardware/ |
H A D | bt_activity_attribution.h | 36 ISO, enumerator
|
/aosp12/system/timezone/input_tools/android/tzids/src/main/proto/ |
H A D | tz_ids_proto.proto | 29 // Information about IDs that are mapped to ISO 3166 Alpha-2 country codes. 35 // The ISO 3166 Alpha-2 country code.
|
/aosp12/system/bt/gd/btaa/ |
H A D | activity_attribution.h | 26 enum class Activity : uint8_t { UNKNOWN = 0, ACL, ADVERTISE, CONNECT, CONTROL, HFP, ISO, SCAN, VEND… enumerator
|
/aosp12/system/bt/gd/hal/ |
H A D | hci_hal_android_hidl.cc | 134 …ger_->Capture(received_hci_packet, SnoopLogger::Direction::INCOMING, SnoopLogger::PacketType::ISO); in isoDataReceived() 190 … btsnoop_logger_->Capture(packet, SnoopLogger::Direction::OUTGOING, SnoopLogger::PacketType::ISO); in sendIsoData()
|
H A D | snoop_logger.h | 75 ISO = 5, enumerator
|
/aosp12/system/bt/vendor_libs/test_vendor_lib/packets/ |
H A D | link_layer_packets.pdl | 41 ISO = 0x22, 262 packet IsoDataPacket : LinkLayerPacket (type = ISO) {
|
/aosp12/system/timezone/input_tools/android/telephonylookup_generator/src/main/proto/ |
H A D | telephony_lookup_proto_file.proto | 33 /* An ISO 3166 alpha-2 code (lower case). */
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/blockreportspam/ |
H A D | block_report_spam_dialog_info.proto | 20 // The ISO 3166-1 two letters country code of the number.
|
/aosp12/system/bt/gd/btaa/linux_generic/ |
H A D | hci_processor.cc | 240 btaa_hci_packets.push_back(BtaaHciPacket(Activity::ISO, address_value, byte_count)); in process_iso() 260 case hal::SnoopLogger::PacketType::ISO: in OnHciPacket()
|