Searched refs:numNewResults (Results 1 – 3 of 3) sorted by relevance
144 void noteBleScanResults(in WorkSource ws, int numNewResults); in noteBleScanResults() argument
1085 public void noteBleScanResults(WorkSource ws, int numNewResults) { in noteBleScanResults() argument1088 mStats.noteBluetoothScanResultsFromSourceLocked(ws, numNewResults); in noteBleScanResults()
5625 public void noteBluetoothScanResultsFromSourceLocked(WorkSource ws, int numNewResults) { in noteBluetoothScanResultsFromSourceLocked() argument5629 getUidStatsLocked(uid).noteBluetoothScanResultsLocked(numNewResults); in noteBluetoothScanResultsFromSourceLocked()5637 getUidStatsLocked(uid).noteBluetoothScanResultsLocked(numNewResults); in noteBluetoothScanResultsFromSourceLocked()7271 public void noteBluetoothScanResultsLocked(int numNewResults) { in noteBluetoothScanResultsLocked() argument7272 createBluetoothScanResultCounterLocked().addAtomic(numNewResults); in noteBluetoothScanResultsLocked()7274 createBluetoothScanResultBgCounterLocked().addAtomic(numNewResults); in noteBluetoothScanResultsLocked()