Searched refs:numNewResults (Results 1 – 3 of 3) sorted by relevance
135 void noteBleScanResults(in WorkSource ws, int numNewResults); in noteBleScanResults() argument
981 public void noteBleScanResults(WorkSource ws, int numNewResults) { in noteBleScanResults() argument984 mStats.noteBluetoothScanResultsFromSourceLocked(ws, numNewResults); in noteBleScanResults()
4887 public void noteBluetoothScanResultsFromSourceLocked(WorkSource ws, int numNewResults) { in noteBluetoothScanResultsFromSourceLocked() argument4891 getUidStatsLocked(uid).noteBluetoothScanResultsLocked(numNewResults); in noteBluetoothScanResultsFromSourceLocked()6152 public void noteBluetoothScanResultsLocked(int numNewResults) { in noteBluetoothScanResultsLocked() argument6153 createBluetoothScanResultCounterLocked().addAtomic(numNewResults); in noteBluetoothScanResultsLocked()6155 createBluetoothScanResultBgCounterLocked().addAtomic(numNewResults); in noteBluetoothScanResultsLocked()