HomeSort by relevance Sort by last modified time
    Searched refs:short_packet (Results 1 - 14 of 14) sorted by null

  /system/bt/packet/tests/avrcp/
pass_through_packet_test.cc 68 std::vector<uint8_t> short_packet = {0, 1, 2, 3, 4, 5}; local
69 test_packet = TestPassThroughPacket::Make(short_packet);
play_item_packet_test.cc 57 std::vector<uint8_t> short_packet = {0x00, 0x01, 0x02, 0x03, 0x04}; local
58 test_packet = TestPlayItemReqPacket::Make(short_packet);
set_absolute_volume_packet_test.cc 63 std::vector<uint8_t> short_packet = {0x00, 0x01, 0x02, 0x03, 0x04}; local
64 test_packet = TestSetVolumeRspPacket::Make(short_packet);
set_addressed_player_packet_test.cc 57 std::vector<uint8_t> short_packet = {0x00, 0x01, 0x02, 0x03, 0x04}; local
58 test_packet = TestSetAddrPlayerPacket::Make(short_packet);
set_browsed_player_packet_test.cc 68 std::vector<uint8_t> short_packet = {0x00, 0x01, 0x02, 0x03, 0x04}; local
69 test_packet = TestSetBrowsedPlayerPacket::Make(short_packet);
register_notification_packet_test.cc 49 std::vector<uint8_t> short_packet = {0, 1, 2, 3, 4}; local
50 test_packet = TestRegNotifReqPacket::Make(short_packet);
86 std::vector<uint8_t> short_packet = {0, 1, 2, 3, 4}; local
87 test_packet = TestRegNotifRspPacket::Make(short_packet);
92 test_packet = TestRegNotifRspPacket::Make(short_packet);
change_path_packet_test.cc 70 std::vector<uint8_t> short_packet = {0x00, 0x01, 0x02, 0x03, 0x04}; local
71 test_packet = TestChangePathReqPacket::Make(short_packet);
avrcp_browse_packet_test.cc 113 std::vector<uint8_t> short_packet = {0x00, 0x01}; local
114 test_browse_packet = TestBrowsePacket::Make(short_packet);
get_capabilities_packet_test.cc 47 std::vector<uint8_t> short_packet = { local
50 test_packet = GetCapRequestTestPacket::Make(short_packet);
get_total_number_of_items_packet_test.cc 68 std::vector<uint8_t> short_packet = {0x00, 0x01, 0x02, 0x03}; local
get_element_attributes_packet_test.cc 73 std::vector<uint8_t> short_packet = {0x00, 0x00, 0x00, 0x00, 0x00, local
75 test_packet = TestGetElemAttrReqPacket::Make(short_packet);
get_item_attributes_packet_test.cc 123 std::vector<uint8_t> short_packet = {0x00, 0x01, 0x02, 0x03, local
125 test_packet = TestGetItemAttrsReqPacket::Make(short_packet);
vendor_packet_test.cc 134 std::vector<uint8_t> short_packet = {0x01, 0x02, 0x03, 0x04, 0x05}; local
135 test_packet = TestVendorPacket::Make(short_packet);
  /frameworks/av/media/mtp/
MtpFfsHandle.cpp 455 bool short_packet = false; local
508 short_packet = true;
512 if (short_packet) {
545 if ((ret % packet_size == 0 && !short_packet) || zero_packet) {

Completed in 2764 milliseconds