Searched refs:numNewResults (Results 1 – 3 of 3) sorted by relevance
140 void noteBleScanResults(in WorkSource ws, int numNewResults); in noteBleScanResults() argument
1052 public void noteBleScanResults(WorkSource ws, int numNewResults) { in noteBleScanResults() argument1055 mStats.noteBluetoothScanResultsFromSourceLocked(ws, numNewResults); in noteBleScanResults()
5778 public void noteBluetoothScanResultsFromSourceLocked(WorkSource ws, int numNewResults) { in noteBluetoothScanResultsFromSourceLocked() argument5782 getUidStatsLocked(uid).noteBluetoothScanResultsLocked(numNewResults); in noteBluetoothScanResultsFromSourceLocked()5784 numNewResults); in noteBluetoothScanResultsFromSourceLocked()5792 getUidStatsLocked(uid).noteBluetoothScanResultsLocked(numNewResults); in noteBluetoothScanResultsFromSourceLocked()5794 wc.getUids(), wc.getTags(), numNewResults); in noteBluetoothScanResultsFromSourceLocked()7397 public void noteBluetoothScanResultsLocked(int numNewResults) { in noteBluetoothScanResultsLocked() argument7398 createBluetoothScanResultCounterLocked().addAtomic(numNewResults); in noteBluetoothScanResultsLocked()7400 createBluetoothScanResultBgCounterLocked().addAtomic(numNewResults); in noteBluetoothScanResultsLocked()