Searched refs:callback_batch (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/system/common/test/ |
D | thread_performance_test.cc | 42 void callback_batch(fixed_queue_t* queue, void* data) { in callback_batch() function 129 FROM_HERE, base::Bind(&callback_batch, bt_msg_queue_, nullptr)); in TEST_F() 174 FROM_HERE, base::Bind(&callback_batch, bt_msg_queue_, nullptr)); in TEST_F() 220 FROM_HERE, base::Bind(&callback_batch, bt_msg_queue_, nullptr)); in TEST_F() 255 callback_batch, nullptr); in TEST_F() 311 FROM_HERE, base::BindOnce(&callback_batch, bt_msg_queue_, nullptr)); in TEST_F() 359 FROM_HERE, base::Bind(&callback_batch, bt_msg_queue_, nullptr)); in TEST_F()
|
/packages/modules/Bluetooth/system/common/benchmark/ |
D | thread_performance_benchmark.cc | 61 void callback_batch(fixed_queue_t* queue, void* data) { in callback_batch() function 148 FROM_HERE, base::BindOnce(&callback_batch, bt_msg_queue_, nullptr)); in BENCHMARK_F() 195 FROM_HERE, base::BindOnce(&callback_batch, bt_msg_queue_, nullptr)); in BENCHMARK_F() 240 FROM_HERE, base::BindOnce(&callback_batch, bt_msg_queue_, nullptr)); in BENCHMARK_F() 303 callback_batch, nullptr); in BENCHMARK_F() 361 FROM_HERE, base::BindOnce(&callback_batch, bt_msg_queue_, nullptr)); in BENCHMARK_F() 410 FROM_HERE, base::BindOnce(&callback_batch, bt_msg_queue_, nullptr)); in BENCHMARK_F()
|
/packages/modules/Bluetooth/system/gd/os/ |
D | thread_benchmark.cc | 43 void callback_batch() { in callback_batch() function in BM_ThreadPerformance 84 …&BM_ReactorThread_batch_enque_dequeue_Benchmark::callback_batch, bluetooth::common::Unretained(thi… in BENCHMARK_DEFINE_F()
|