/packages/modules/Bluetooth/system/packet/tests/avrcp/ |
D | register_notification_packet_test.cc | 52 std::vector<uint8_t> short_packet = {0, 1, 2, 3, 4}; in TEST() local 53 test_packet = TestRegNotifReqPacket::Make(short_packet); in TEST() 89 std::vector<uint8_t> short_packet = {0, 1, 2, 3, 4}; in TEST() local 90 test_packet = TestRegNotifRspPacket::Make(short_packet); in TEST() 95 test_packet = TestRegNotifRspPacket::Make(short_packet); in TEST()
|
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()
|
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()
|
D | list_player_application_setting_values_test.cc | 55 std::vector<uint8_t> short_packet = { in TEST() local 59 ListPlayerApplicationSettingValuesRequestTestPacket::Make(short_packet); in TEST()
|
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()
|
D | get_current_player_application_setting_value_test.cc | 60 std::vector<uint8_t> short_packet = { in TEST() local 64 short_packet); in TEST()
|
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()
|
D | set_player_application_setting_value_test.cc | 58 std::vector<uint8_t> short_packet = { in TEST() local 62 SetPlayerApplicationSettingValueRequestTestPacket::Make(short_packet); in TEST()
|
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()
|
D | change_path_packet_test.cc | 69 std::vector<uint8_t> short_packet = {0x00, 0x01, 0x02, 0x03, 0x04}; in TEST() local 70 test_packet = TestChangePathReqPacket::Make(short_packet); in TEST()
|
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()
|
D | get_capabilities_packet_test.cc | 48 std::vector<uint8_t> short_packet = { in TEST() local 51 test_packet = GetCapRequestTestPacket::Make(short_packet); in TEST()
|
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()
|
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()
|
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()
|
D | get_total_number_of_items_packet_test.cc | 68 std::vector<uint8_t> short_packet = {0x00, 0x01, 0x02, 0x03}; in TEST() local
|
/packages/modules/Bluetooth/system/profile/avrcp/tests/ |
D | avrcp_device_test.cc | 2124 auto short_packet = TestAvrcpPacket::Make(short_vendor_packet); in TEST_F() local 2125 SendMessage(1, short_packet); in TEST_F() 2137 auto short_packet = TestAvrcpPacket::Make(short_get_capabilities_request); in TEST_F() local 2138 SendMessage(1, short_packet); in TEST_F() 2150 auto short_packet = TestAvrcpPacket::Make(short_get_element_attributes_request); in TEST_F() local 2151 SendMessage(1, short_packet); in TEST_F() 2163 auto short_packet = TestAvrcpPacket::Make(short_play_item_request); in TEST_F() local 2164 SendMessage(1, short_packet); in TEST_F() 2176 auto short_packet = TestAvrcpPacket::Make(short_set_addressed_player_request); in TEST_F() local 2177 SendMessage(1, short_packet); in TEST_F() [all …]
|