Home
last modified time | relevance | path

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

/hardware/interfaces/bluetooth/1.0/vts/functional/
DVtsHalBluetoothV1_0TargetTest.cpp164 void setTotalBytes(size_t total_bytes) { total_bytes_ = total_bytes; } in setTotalBytes() function in ThroughputLogger
469 logger.setTotalBytes(command_size * num_packets * 2); in sendAndCheckHCI()
512 logger.setTotalBytes(num_packets * size * 2); in sendAndCheckSCO()
546 logger.setTotalBytes(num_packets * size * 2); in sendAndCheckACL()
/hardware/interfaces/bluetooth/1.1/vts/functional/
DVtsHalBluetoothV1_1TargetTest.cpp165 void setTotalBytes(size_t total_bytes) { total_bytes_ = total_bytes; } in setTotalBytes() function in ThroughputLogger
481 logger.setTotalBytes(command_size * num_packets * 2); in sendAndCheckHCI()
524 logger.setTotalBytes(num_packets * size * 2); in sendAndCheckSCO()
569 logger.setTotalBytes(num_packets * size * 2); in sendAndCheckACL()
/hardware/interfaces/bluetooth/aidl/vts/
DVtsHalBluetoothTargetTest.cpp147 void setTotalBytes(size_t total_bytes) { total_bytes_ = total_bytes; } in setTotalBytes() function in ThroughputLogger
564 logger.setTotalBytes(command_size * num_packets * 2); in sendAndCheckHci()
596 logger.setTotalBytes(num_packets * size * 2); in sendAndCheckSco()
625 logger.setTotalBytes(num_packets * size * 2); in sendAndCheckAcl()