Searched refs:flushRingBufferToFile (Results 1 – 6 of 6) sorted by relevance
111 boolean flushRingBufferToFile(); in flushRingBufferToFile() method
617 public boolean flushRingBufferToFile() { in flushRingBufferToFile() method in WifiChip619 () -> mWifiChip.flushRingBufferToFile()); in flushRingBufferToFile()
289 public boolean flushRingBufferToFile() { in flushRingBufferToFile() method in WifiChipAidlImpl294 mWifiChip.flushRingBufferToFile(); in flushRingBufferToFile()
186 public boolean flushRingBufferToFile() { in flushRingBufferToFile() method in WifiChipHidlImpl734 WifiStatus status = chip13.flushRingBufferToFile(); in flushRingBufferToFileInternal()
862 when(mWifiChip.flushRingBufferToFile()).thenReturn(true); in testFlushRingBufferToFile()868 verify(mWifiChip).flushRingBufferToFile(); in testFlushRingBufferToFile()
1248 return mWifiChip.flushRingBufferToFile(); in flushRingBufferData()