Home
last modified time | relevance | path

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

1234

/device/google/cuttlefish/common/libs/net/
Dnetlink_request.cpp79 using std::swap; in NetlinkRequest()
80 swap(lists_, other.lists_); in NetlinkRequest()
81 swap(header_, other.header_); in NetlinkRequest()
82 swap(request_, other.request_); in NetlinkRequest()
/device/google/contexthub/firmware/os/algos/common/math/
Dmat.c232 uint32_t swap = i; in mat33Invert() local
236 swap = j; in mat33Invert()
240 if (swap != i) { in mat33Invert()
243 tmp.elem[i][k] = tmp.elem[swap][k]; in mat33Invert()
244 tmp.elem[swap][k] = t; in mat33Invert()
247 out->elem[i][k] = out->elem[swap][k]; in mat33Invert()
248 out->elem[swap][k] = t; in mat33Invert()
/device/google/cuttlefish/host/commands/secure_env/
Dtpm_auth.cpp27 std::swap(auth2, auth3); in TpmAuth()
30 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/hwc3/
DGralloc.cpp347 std::swap(gralloc_buffer_, rhs.gralloc_buffer_); in operator =()
348 std::swap(locked_, rhs.locked_); in operator =()
349 std::swap(locked_ycbcr_, rhs.locked_ycbcr_); in operator =()
/device/google/cuttlefish_vmm/aarch64-linux-gnu/etc/seccomp/
Dgpu_render_server.policy82 # (from vmm-swap below) 0xc018aa3f == UFFDIO_API, 0xaa00 == USERFAULTFD_IOC_NEW
111 ## Rules for vmm-swap
Dgpu_device.policy82 # (from vmm-swap below) 0xc018aa3f == UFFDIO_API, 0xaa00 == USERFAULTFD_IOC_NEW
111 ## Rules for vmm-swap
Dwl_device.policy82 # (from vmm-swap below) 0xc018aa3f == UFFDIO_API, 0xaa00 == USERFAULTFD_IOC_NEW
111 ## Rules for vmm-swap
Dtpm_device.policy67 # ## Rules for vmm-swap
/device/google/cuttlefish/guest/hals/camera/
Dvsock_frame_provider.cpp161 frame_.swap(next_frame_); in VsockReadLoop()
167 cached_jpeg_.swap(next_frame_); in VsockReadLoop()
/device/google/cuttlefish_vmm/x86_64-linux-gnu/
DCargo.lock25 "swap",
92 "swap",
776 "swap",
832 "swap",
973 "swap",
1045 "swap",
2569 name = "swap"
2919 "swap",
3245 "swap",
/device/google/cuttlefish_vmm/aarch64-linux-gnu/
DCargo.lock25 "swap",
92 "swap",
776 "swap",
832 "swap",
973 "swap",
1045 "swap",
2569 name = "swap"
2919 "swap",
3245 "swap",
/device/generic/goldfish-opengl/system/hals/
Dhost_connection_session.h40 std::swap(conn, rhs.conn);
/device/google/cuttlefish/shared/wear/
Dwearable-1024.prop12 dalvik.vm.dex2oat-swap=true
/device/google/cuttlefish/host/frontend/webrtc/
Dbluetooth_handler.cpp36 read_thread_.swap(loop); in BluetoothHandler()
Dadb_handler.cpp65 read_thread_.swap(loop); in AdbHandler()
/device/generic/car/common/
Dfstab.ranchu.car10 dev/block/zram0 none swap defaults zramsize=75%
/device/amlogic/yukawa/
Dfstab.yukawa.ab10 /dev/block/zram0 none swap defaults zramsize=268435456
Dfstab.yukawa.avb.ab10 /dev/block/zram0 none swap defaults zramsize=268435456
Dfstab.yukawa11 /dev/block/zram0 none swap defaults …
/device/linaro/dragonboard/sm8x50/
Dfstab11 /dev/block/zram0 none swap defaults zramsize=75%
/device/generic/goldfish/board/fstab/
Dx8615 /dev/block/zram0 none swap defaults zramsize=75%
/device/google/coral/
Dfstab.hardware13 /dev/block/zram0 none swap defaults …
/device/google/sunfish/
Dfstab.hardware13 /dev/block/zram0 none swap defaults …
/device/google/cuttlefish_vmm/x86_64-linux-gnu/etc/seccomp/
Dvvu_proxy_device.policy71 # ## Rules for vmm-swap

1234