Home
last modified time | relevance | path

Searched refs:swap (Results 1 – 25 of 34) sorted by relevance

12

/device/generic/goldfish-opengl/android-emu/android/base/threads/
DAndroidThreadStore.h90 inline void* swap(void* value) { in swap() function
137 T* old = static_cast<T*>(swap(t)); in set()
144 T* swap(T* t) { in swap() function
145 return static_cast<T*>(ThreadStoreBase::swap(t)); in swap()
/device/google/cuttlefish/common/libs/net/
Dnetlink_request.cpp71 using std::swap; in NetlinkRequest()
72 swap(lists_, other.lists_); in NetlinkRequest()
73 swap(header_, other.header_); in NetlinkRequest()
74 swap(request_, other.request_); in NetlinkRequest()
/device/generic/goldfish/network/wifi_forwarder/
Dnetlink_message.cpp26 std::swap(mMessage, other.mMessage); in NetlinkMessage()
41 std::swap(mMessage, other.mMessage); in operator =()
/device/google/cuttlefish/host/commands/secure_env/
Dtpm_auth.cpp25 std::swap(auth2, auth3); in TpmAuth()
28 std::swap(auth1, auth2); in TpmAuth()
/device/google/cuttlefish/common/libs/fs/
Dshared_select.h46 void swap(SharedFDSet* rhs) { in swap() function
47 value_.swap(rhs->value_); in swap()
/device/generic/goldfish-opengl/system/hals/
Dhost_connection_session.h40 std::swap(conn, rhs.conn);
/device/generic/goldfish/
Dfstab.ranchu.noavb8 dev/block/zram0 none swap defaults zramsize=75%
Dfstab.ranchu8 dev/block/zram0 none swap defaults zramsize=75%
Dfstab.ranchu.noavb.ex10 dev/block/zram0 none swap defaults zramsize=75%
Dfstab.ranchu.ex10 dev/block/zram0 none swap defaults zramsize=75%
/device/amlogic/yukawa/
Dfstab.yukawa.ab8 /dev/block/zram0 none swap defaults zramsize=268435456
Dfstab.yukawa.avb.ab8 /dev/block/zram0 none swap defaults zramsize=268435456
Dfstab.yukawa9 /dev/block/zram0 none swap defaults zramsize=268435456
/device/google/cuttlefish/host/frontend/vnc_server/
Dframe_buffer_watcher.cpp81 std::swap(stripe.x, stripe.y); in Rotated()
82 std::swap(stripe.width, stripe.height); in Rotated()
/device/google/contexthub/firmware/os/algos/common/math/
Dmat.c231 uint32_t swap = i; in mat33Invert() local
235 swap = j; in mat33Invert()
239 if (swap != i) { in mat33Invert()
242 tmp.elem[i][k] = tmp.elem[swap][k]; in mat33Invert()
243 tmp.elem[swap][k] = t; in mat33Invert()
246 out->elem[i][k] = out->elem[swap][k]; in mat33Invert()
247 out->elem[swap][k] = t; in mat33Invert()
/device/google/wahoo/
Dfstab.hardware10 /dev/block/zram0 none swap defaults …
/device/google/crosshatch/
Dfstab.mainline.hardware13 /dev/block/zram0 none swap defaults …
Dfstab.hardware13 /dev/block/zram0 none swap defaults …
/device/google/coral/
Dfstab.hardware13 /dev/block/zram0 none swap defaults …
/device/google/cuttlefish/shared/config/
Dfstab.ext416 /dev/block/zram0 none swap defaults zramsize=75%
Dfstab.f2fs16 /dev/block/zram0 none swap defaults zramsize=75%
/device/google/cuttlefish/host/commands/kernel_log_monitor/
Dkernel_log_server.cc60 std::swap((*subscribers)[idx], (*subscribers)[active_subscription_count]); in ProcessSubscriptions()
/device/google/bonito/
Dfstab.hardware21 /dev/block/zram0 none swap defaults …
/device/generic/goldfish-opengl/system/renderControl_enc/
DREADME105 immediatly, the buffer will be displayed at the next swap interval.
108 Sets the swap interval for the host framebuffer window.
/device/generic/goldfish/camera/
DEmulatedCameraDevice.cpp687 std::swap(mPrimaryBuffer, mSecondaryBuffer); in inWorkerThread()
688 std::swap(mPrimaryTimestamp, mSecondaryTimestamp); in inWorkerThread()

12