/system/bt/packet/tests/avrcp/ |
D | set_addressed_player_packet_test.cc | 57 std::vector<uint8_t> short_packet = {0x00, 0x01, 0x02, 0x03, 0x04}; in TEST() local
|
D | pass_through_packet_test.cc | 68 std::vector<uint8_t> short_packet = {0, 1, 2, 3, 4, 5}; in TEST() local
|
D | play_item_packet_test.cc | 57 std::vector<uint8_t> short_packet = {0x00, 0x01, 0x02, 0x03, 0x04}; in TEST() local
|
D | set_absolute_volume_packet_test.cc | 63 std::vector<uint8_t> short_packet = {0x00, 0x01, 0x02, 0x03, 0x04}; in TEST() local
|
D | set_browsed_player_packet_test.cc | 68 std::vector<uint8_t> short_packet = {0x00, 0x01, 0x02, 0x03, 0x04}; in TEST() local
|
D | get_total_number_of_items_packet_test.cc | 68 std::vector<uint8_t> short_packet = {0x00, 0x01, 0x02, 0x03}; in TEST() local
|
D | register_notification_packet_test.cc | 49 std::vector<uint8_t> short_packet = {0, 1, 2, 3, 4}; in TEST() local 86 std::vector<uint8_t> short_packet = {0, 1, 2, 3, 4}; in TEST() local
|
D | change_path_packet_test.cc | 70 std::vector<uint8_t> short_packet = {0x00, 0x01, 0x02, 0x03, 0x04}; in TEST() local
|
D | get_element_attributes_packet_test.cc | 73 std::vector<uint8_t> short_packet = {0x00, 0x00, 0x00, 0x00, 0x00, in TEST() local
|
D | get_capabilities_packet_test.cc | 47 std::vector<uint8_t> short_packet = { in TEST() local
|
D | vendor_packet_test.cc | 134 std::vector<uint8_t> short_packet = {0x01, 0x02, 0x03, 0x04, 0x05}; in TEST_F() local
|
D | get_item_attributes_packet_test.cc | 123 std::vector<uint8_t> short_packet = {0x00, 0x01, 0x02, 0x03, in TEST() local
|
D | avrcp_browse_packet_test.cc | 113 std::vector<uint8_t> short_packet = {0x00, 0x01}; in TEST() local
|
/system/bt/profile/avrcp/tests/ |
D | avrcp_device_test.cc | 1589 auto short_packet = TestAvrcpPacket::Make(short_vendor_packet); in TEST_F() local 1601 auto short_packet = TestAvrcpPacket::Make(short_get_capabilities_request); in TEST_F() local 1613 auto short_packet = TestAvrcpPacket::Make(short_get_element_attributes_request); in TEST_F() local 1625 auto short_packet = TestAvrcpPacket::Make(short_play_item_request); in TEST_F() local 1637 auto short_packet = TestAvrcpPacket::Make(short_set_addressed_player_request); in TEST_F() local 1649 auto short_packet = TestBrowsePacket::Make(short_browse_packet); in TEST_F() local 1661 auto short_packet = TestBrowsePacket::Make(short_get_folder_items_request); in TEST_F() local 1673 auto short_packet = TestBrowsePacket::Make(short_get_total_number_of_items_request); in TEST_F() local 1685 auto short_packet = TestBrowsePacket::Make(short_change_path_request); in TEST_F() local 1697 auto short_packet = TestBrowsePacket::Make(short_get_item_attributes_request); in TEST_F() local
|