Searched refs:numNewResults (Results 1 – 3 of 3) sorted by relevance
144 void noteBleScanResults(in WorkSource ws, int numNewResults); in noteBleScanResults() argument
1072 public void noteBleScanResults(WorkSource ws, int numNewResults) { in noteBleScanResults() argument1075 mStats.noteBluetoothScanResultsFromSourceLocked(ws, numNewResults); in noteBleScanResults()
5650 public void noteBluetoothScanResultsFromSourceLocked(WorkSource ws, int numNewResults) { in noteBluetoothScanResultsFromSourceLocked() argument5654 getUidStatsLocked(uid).noteBluetoothScanResultsLocked(numNewResults); in noteBluetoothScanResultsFromSourceLocked()5662 getUidStatsLocked(uid).noteBluetoothScanResultsLocked(numNewResults); in noteBluetoothScanResultsFromSourceLocked()7297 public void noteBluetoothScanResultsLocked(int numNewResults) { in noteBluetoothScanResultsLocked() argument7298 createBluetoothScanResultCounterLocked().addAtomic(numNewResults); in noteBluetoothScanResultsLocked()7300 createBluetoothScanResultBgCounterLocked().addAtomic(numNewResults); in noteBluetoothScanResultsLocked()