Home
last modified time | relevance | path

Searched refs:successful_bytes (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/interfaces/bluetooth/1.1/vts/functional/
H A DVtsHalBluetoothV1_1TargetTest.cpp476 size_t successful_bytes = 0; in sendAndCheckSCO() local
480 successful_bytes = i; in sendAndCheckSCO()
489 EXPECT_EQ(sco_packet.size(), successful_bytes + 1); in sendAndCheckSCO()
521 size_t successful_bytes = 0; in sendAndCheckACL() local
525 successful_bytes = i; in sendAndCheckACL()
534 EXPECT_EQ(acl_packet.size(), successful_bytes + 1); in sendAndCheckACL()
/aosp12/system/update_engine/cros/
H A Dpayload_state.cc733 int64_t successful_bytes = 0; in CollectAndReportSuccessfulUpdateMetrics() local
749 successful_bytes += bytes; in CollectAndReportSuccessfulUpdateMetrics()
761 if (successful_bytes > 0) { in CollectAndReportSuccessfulUpdateMetrics()
763 (total_bytes - successful_bytes) * 100ULL / successful_bytes; in CollectAndReportSuccessfulUpdateMetrics()
/aosp12/hardware/interfaces/bluetooth/1.0/vts/functional/
H A DVtsHalBluetoothV1_0TargetTest.cpp464 size_t successful_bytes = 0; in sendAndCheckSCO() local
468 successful_bytes = i; in sendAndCheckSCO()
477 ASSERT_EQ(sco_packet.size(), successful_bytes + 1); in sendAndCheckSCO()