Home
last modified time | relevance | path

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

/external/autotest/client/profilers/powertop/src/
Dbluetooth.c103 int thisbytes = 0; in suggest_bluetooth_off() local
125 thisbytes += devinfo.stat.byte_rx; in suggest_bluetooth_off()
126 thisbytes += devinfo.stat.byte_tx; in suggest_bluetooth_off()
128 if (thisbytes != previous_bytes) in suggest_bluetooth_off()
148 previous_bytes = thisbytes; in suggest_bluetooth_off()