Home
last modified time | relevance | path

Searched refs:exchange (Results 1 – 22 of 22) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DLmkdConnection.java275 public boolean exchange(ByteBuffer req, ByteBuffer repl) { in exchange() method in LmkdConnection
DProcessList.java1499 return sLmkdConnection.exchange(buf, repl);
/frameworks/av/services/audioflinger/
DNBAIO_Tee.h236 if (!mDataReady.exchange(false)) return; in dump()
DAudioFlinger.cpp1558 if (mBtNrecIsOff.exchange(btNrecIsOff) != btNrecIsOff) { in setParameters()
DThreads.cpp8275 if (mBtNrecSuspended.exchange(suspend) != suspend) { in checkBtNrec_l()
/frameworks/native/services/surfaceflinger/
DBufferStateLayer.cpp333 if (!mSidebandStreamChanged.exchange(true)) { in setSidebandStream()
494 if (mSidebandStreamChanged.exchange(false)) { in latchSidebandStream()
DSurfaceFlinger.cpp2063 refreshArgs.repaintEverything = mRepaintEverything.exchange(false); in onMessageRefresh()
/frameworks/opt/net/ims/
DREADME.txt108 Provides the call initiation/termination, and media exchange between two IMS endpoints.
/frameworks/av/services/oboeservice/
DAAudioServiceStreamBase.cpp376 if (mThreadEnabled.exchange(false)) { in stopTimestampThread()
/frameworks/base/core/proto/android/stats/dnsresolver/
Ddns_resolver.proto265 SYS_EBADE = 52; // Invalid exchange
/frameworks/native/services/surfaceflinger/Scheduler/
DScheduler.cpp360 const nsecs_t last = mLastResyncTime.exchange(now); in resync()
/frameworks/hardware/interfaces/cameraservice/device/2.0/
Dtypes.hal94 * usually limit the generality of the API in exchange for higher performance in
/frameworks/base/services/core/jni/
Dcom_android_server_pm_PackageManagerShellCommandDataLoader.cpp379 if (enabled != mReadLogsEnabled.exchange(enabled)) { in updateReadLogsState()
/frameworks/opt/net/wifi/service/proto/src/
Dmetrics.proto2306 // Total time the wifi radio spent doing hotspot 2.0 scans and GAS exchange
2399 // The total time spent on hotspot2.0 scans and GAS exchange in ms counted from the last radio
2753 // 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.
/frameworks/av/camera/ndk/ndk_vendor/impl/
DACameraDevice.cpp483 if (mClosing.exchange(true)) { in disconnectLocked()
/frameworks/native/opengl/tests/angeles/
Dlicense-LGPL.txt159 and you may at your option offer warranty protection in exchange for a
/frameworks/base/services/incremental/
DIncrementalService.cpp376 if (mSystemReady.exchange(true)) { in onSystemReady()
/frameworks/base/cmds/statsd/src/
Datoms.proto7492 // exchange.
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt49379 method public V exchange(V) throws java.lang.InterruptedException;
49380 …method public V exchange(V, long, java.util.concurrent.TimeUnit) throws java.lang.InterruptedExcep…
/frameworks/base/api/
Dcurrent.txt75414 method public V exchange(V) throws java.lang.InterruptedException;
75415 …method public V exchange(V, long, java.util.concurrent.TimeUnit) throws java.lang.InterruptedExcep…
/frameworks/base/services/
Dart-profile7201 HSPLcom/android/server/am/LmkdConnection;->exchange(Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;)Z