Searched refs:exchange (Results 1 – 22 of 22) sorted by relevance
275 public boolean exchange(ByteBuffer req, ByteBuffer repl) { in exchange() method in LmkdConnection
1499 return sLmkdConnection.exchange(buf, repl);
236 if (!mDataReady.exchange(false)) return; in dump()
1558 if (mBtNrecIsOff.exchange(btNrecIsOff) != btNrecIsOff) { in setParameters()
8275 if (mBtNrecSuspended.exchange(suspend) != suspend) { in checkBtNrec_l()
333 if (!mSidebandStreamChanged.exchange(true)) { in setSidebandStream()494 if (mSidebandStreamChanged.exchange(false)) { in latchSidebandStream()
2063 refreshArgs.repaintEverything = mRepaintEverything.exchange(false); in onMessageRefresh()
108 Provides the call initiation/termination, and media exchange between two IMS endpoints.
376 if (mThreadEnabled.exchange(false)) { in stopTimestampThread()
265 SYS_EBADE = 52; // Invalid exchange
360 const nsecs_t last = mLastResyncTime.exchange(now); in resync()
94 * usually limit the generality of the API in exchange for higher performance in
379 if (enabled != mReadLogsEnabled.exchange(enabled)) { in updateReadLogsState()
2306 // Total time the wifi radio spent doing hotspot 2.0 scans and GAS exchange2399 // The total time spent on hotspot2.0 scans and GAS exchange in ms counted from the last radio2753 // Easy Connect Failure event: Easy Connect request while in another Easy Connect exchange.3050 // The reason code for provisioning failure when a SOAP message exchange fails.
483 if (mClosing.exchange(true)) { in disconnectLocked()
159 and you may at your option offer warranty protection in exchange for a
376 if (mSystemReady.exchange(true)) { in onSystemReady()
7492 // exchange.
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
49379 method public V exchange(V) throws java.lang.InterruptedException;49380 …method public V exchange(V, long, java.util.concurrent.TimeUnit) throws java.lang.InterruptedExcep…
75414 method public V exchange(V) throws java.lang.InterruptedException;75415 …method public V exchange(V, long, java.util.concurrent.TimeUnit) throws java.lang.InterruptedExcep…
7201 HSPLcom/android/server/am/LmkdConnection;->exchange(Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;)Z