Searched refs:flush (Results 51 - 75 of 371) sorted by last modified time

1234567891011>>

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
H A DWifiHandler.java56 .flush();
H A DWifiPermissionsUtil.java73 mLog.err("Error checking for permission: %").r(e.getMessage()).flush();
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DDeletedEphemeralSsidsStoreDataTest.java73 out.flush();
H A DLogcatLogTest.java51 logMessage.flush();
59 logMessage.flush();
67 logMessage.c(1).flush();
78 logMessage.c('%').flush();
86 logMessage.c(1).flush();
94 logMessage.c(1).flush();
102 logMessage.c(1).flush();
110 logMessage.c("hello").c("world").flush();
118 logMessage.c("hello").c("world").flush();
126 logMessage.c("hello").c("world").flush();
[all...]
H A DNetworkListStoreDataTest.java189 out.flush();
H A DWifiBackupRestoreTest.java707 out.flush();
785 out.flush();
H A DWifiControllerTest.java69 writer.flush();
H A DWifiMetricsTest.java112 writer.flush();
136 writer.flush();
1103 writer.flush();
H A DWifiStateMachineTest.java289 writer.flush();
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
H A DPasspointConfigStoreDataTest.java210 out.flush();
H A DPasspointXmlUtilsTest.java192 out.flush();
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/
H A DSupplicantP2pIfaceHalTest.java354 * Sunny day scenario for flush()
358 when(mISupplicantP2pIfaceMock.flush()).thenReturn(mStatusSuccess);
360 assertFalse(mDut.flush());
362 assertTrue(mDut.flush());
366 * Verify that flush returns false, if status is not SUCCESS.
371 when(mISupplicantP2pIfaceMock.flush()).thenReturn(mStatusFailure);
372 assertFalse(mDut.flush());
378 * Verify that flush disconnects and returns false, if HAL throws exception.
383 when(mISupplicantP2pIfaceMock.flush()).thenThrow(mRemoteException);
384 assertFalse(mDut.flush());
[all...]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
H A DInformationElementUtilTest.java73 baos.flush();
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsManager.java2532 pw.flush();
/frameworks/native/cmds/atrace/
H A Datrace.cpp922 int flush = Z_NO_FLUSH; local
938 flush = Z_FINISH;
959 } while ((result = deflate(&zs, flush)) == Z_OK);
/frameworks/native/cmds/installd/
H A DInstalldNativeService.cpp230 out.flush();
/frameworks/native/libs/sensor/
H A DISensorEventConnection.cpp84 virtual status_t flush() { function in class:android::BpSensorEventConnection
141 status_t result = flush();
H A DSensorEventQueue.cpp143 status_t SensorEventQueue::flush() const { function in class:android::SensorEventQueue
144 return mSensorEventConnection->flush();
/frameworks/native/libs/sensor/include/sensor/
H A DISensorEventConnection.h43 virtual status_t flush() = 0;
H A DSensorEventQueue.h90 status_t flush() const;
/frameworks/native/libs/ui/tools/
H A Dlutgen.cpp187 outputStream.flush();
/frameworks/native/opengl/tools/glgen2/registry/
H A Dreg.py398 self.errFile and self.errFile.flush()
399 self.warnFile and self.warnFile.flush()
400 self.diagFile and self.diagFile.flush()
401 self.outFile.flush()
/frameworks/native/services/inputflinger/
H A DInputListener.cpp171 void QueuedInputListener::flush() { function in class:android::QueuedInputListener
H A DInputListener.h189 void flush();
H A DInputReader.cpp389 mQueuedListener->flush();

Completed in 220 milliseconds

1234567891011>>