Searched refs:pkt_count (Results 1 – 2 of 2) sorted by relevance
/external/adhd/cras/src/tests/ |
D | hfp_info_unittest.cc | 376 int pkt_count = 0; in TEST() local 394 send_mSBC_packet(sock[0], pkt_count++, 0); in TEST() 409 send_mSBC_packet(sock[0], pkt_count, 0); in TEST() 416 ASSERT_EQ(pkt_count * MSBC_CODE_SIZE / 2, in TEST() 419 pkt_count++; in TEST() 423 pkt_count++; in TEST() 424 send_mSBC_packet(sock[0], pkt_count, 0); in TEST() 432 ASSERT_EQ(pkt_count * MSBC_CODE_SIZE / 2, in TEST() 434 pkt_count++; in TEST() 438 send_mSBC_packet(sock[0], pkt_count, 1); in TEST() [all …]
|
/external/autotest/server/cros/packet_generation/ |
D | sendra.py | 42 send(args.mac_address, args.t_interval, args.pkt_count, args.life_time,
|