/aosp12/system/bt/packet/tests/avrcp/ |
H A D | register_notification_packet_test.cc | 49 std::vector<uint8_t> short_packet = {0, 1, 2, 3, 4}; in TEST() local 50 test_packet = TestRegNotifReqPacket::Make(short_packet); in TEST() 86 std::vector<uint8_t> short_packet = {0, 1, 2, 3, 4}; in TEST() local 87 test_packet = TestRegNotifRspPacket::Make(short_packet); in TEST() 92 test_packet = TestRegNotifRspPacket::Make(short_packet); in TEST()
|
H A D | set_addressed_player_packet_test.cc | 57 std::vector<uint8_t> short_packet = {0x00, 0x01, 0x02, 0x03, 0x04}; in TEST() local 58 test_packet = TestSetAddrPlayerPacket::Make(short_packet); in TEST()
|
H A D | play_item_packet_test.cc | 57 std::vector<uint8_t> short_packet = {0x00, 0x01, 0x02, 0x03, 0x04}; in TEST() local 58 test_packet = TestPlayItemReqPacket::Make(short_packet); in TEST()
|
H A D | set_browsed_player_packet_test.cc | 68 std::vector<uint8_t> short_packet = {0x00, 0x01, 0x02, 0x03, 0x04}; in TEST() local 69 test_packet = TestSetBrowsedPlayerPacket::Make(short_packet); in TEST()
|
H A D | set_absolute_volume_packet_test.cc | 63 std::vector<uint8_t> short_packet = {0x00, 0x01, 0x02, 0x03, 0x04}; in TEST() local 64 test_packet = TestSetVolumeRspPacket::Make(short_packet); in TEST()
|
H A D | pass_through_packet_test.cc | 68 std::vector<uint8_t> short_packet = {0, 1, 2, 3, 4, 5}; in TEST() local 69 test_packet = TestPassThroughPacket::Make(short_packet); in TEST()
|
H A D | change_path_packet_test.cc | 70 std::vector<uint8_t> short_packet = {0x00, 0x01, 0x02, 0x03, 0x04}; in TEST() local 71 test_packet = TestChangePathReqPacket::Make(short_packet); in TEST()
|
H A D | avrcp_browse_packet_test.cc | 113 std::vector<uint8_t> short_packet = {0x00, 0x01}; in TEST() local 114 test_browse_packet = TestBrowsePacket::Make(short_packet); in TEST()
|
H A D | get_capabilities_packet_test.cc | 47 std::vector<uint8_t> short_packet = { in TEST() local 50 test_packet = GetCapRequestTestPacket::Make(short_packet); in TEST()
|
H A D | get_element_attributes_packet_test.cc | 73 std::vector<uint8_t> short_packet = {0x00, 0x00, 0x00, 0x00, 0x00, in TEST() local 75 test_packet = TestGetElemAttrReqPacket::Make(short_packet); in TEST()
|
H A D | get_item_attributes_packet_test.cc | 123 std::vector<uint8_t> short_packet = {0x00, 0x01, 0x02, 0x03, in TEST() local 125 test_packet = TestGetItemAttrsReqPacket::Make(short_packet); in TEST()
|
H A D | vendor_packet_test.cc | 134 std::vector<uint8_t> short_packet = {0x01, 0x02, 0x03, 0x04, 0x05}; in TEST_F() local 135 test_packet = TestVendorPacket::Make(short_packet); in TEST_F()
|
H A D | get_total_number_of_items_packet_test.cc | 68 std::vector<uint8_t> short_packet = {0x00, 0x01, 0x02, 0x03}; in TEST() local
|
/aosp12/system/bt/profile/avrcp/tests/ |
H A D | avrcp_device_test.cc | 1602 auto short_packet = TestAvrcpPacket::Make(short_vendor_packet); in TEST_F() local 1603 SendMessage(1, short_packet); in TEST_F() 1615 SendMessage(1, short_packet); in TEST_F() 1627 SendMessage(1, short_packet); in TEST_F() 1639 SendMessage(1, short_packet); in TEST_F() 1651 SendMessage(1, short_packet); in TEST_F() 1663 SendBrowseMessage(1, short_packet); in TEST_F() 1675 SendBrowseMessage(1, short_packet); in TEST_F() 1687 SendBrowseMessage(1, short_packet); in TEST_F() 1699 SendBrowseMessage(1, short_packet); in TEST_F() [all …]
|
/aosp12/frameworks/av/media/mtp/ |
H A D | MtpFfsHandle.cpp | 462 bool short_packet = false; in receiveFile() local 516 short_packet = true; in receiveFile() 520 if (short_packet) { in receiveFile() 554 if ((ret % packet_size == 0 && !short_packet) || zero_packet) { in receiveFile()
|