Home | History | Annotate | Download | only in test

Lines Matching refs:a2dp_data

645   uint8_t a2dp_data[1000];
647 uint32_t* p_ts = reinterpret_cast<uint32_t*>(a2dp_data);
649 memset(a2dp_data, 0xAB, sizeof(a2dp_data));
652 EXPECT_TRUE(A2DP_GetPacketTimestamp(codec_info_sbc, a2dp_data, &timestamp));
655 memset(a2dp_data, 0xAB, sizeof(a2dp_data));
658 EXPECT_TRUE(A2DP_GetPacketTimestamp(codec_info_aac, a2dp_data, &timestamp));
661 memset(a2dp_data, 0xAB, sizeof(a2dp_data));
665 A2DP_GetPacketTimestamp(codec_info_non_a2dp, a2dp_data, &timestamp));
669 uint8_t a2dp_data[1000];
670 BT_HDR* p_buf = reinterpret_cast<BT_HDR*>(a2dp_data);
675 memset(a2dp_data, 0xAB, sizeof(a2dp_data));
687 memset(a2dp_data, 0xAB, sizeof(a2dp_data));
692 memset(a2dp_data, 0xAB, sizeof(a2dp_data));