Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/
Dschd-dbg.cpp284 Results* results_fifo = (Results*)priv->result; in thread_start() local
295 results_fifo->add_time(tickNano(sta, end)); in thread_start()
303 static void thread_transaction(int target, Results* results_fifo) { in thread_transaction() argument
310 thread_priv.result = results_fifo; in thread_transaction()
324 Results results_other(false), results_fifo(trace); in worker_fx() local
355 thread_transaction(target, &results_fifo); in worker_fx()
389 results_fifo.dump(); in worker_fx()