Home
last modified time | relevance | path

Searched refs:forward (Results 1 – 25 of 102) sorted by relevance

12345

/device/google/cuttlefish/common/libs/confui/
Dpacket.h67 (buffer.insert(buffer.end(), std::begin(std::forward<Args>(args)), in AppendToBuffer()
68 std::end(std::forward<Args>(args))), in AppendToBuffer()
90 impl::MakeSizeHeader(std::forward<Args>(args)...); in ToPayload()
96 impl::AppendToBuffer(payload_buffer, std::forward<Args>(args)...); in ToPayload()
119 impl::ToPayload(cmd_str, session_id, std::forward<Args>(args)...); in WritePayload()
Dprotocol_types.h90 return "[" + ArgsToStringWithDelim(",", std::forward<Args>(args)...) + "]"; in CreateString()
96 std::forward<Args>(args)...); in Send_()
Dutils.h52 return ArgsToStringWithDelim("", std::forward<Args>(args)...); in ArgsToString()
/device/google/cuttlefish/host/frontend/webrtc_operator/
DReadme.md26 * {"message_type": "forward", "client_id": <Integer>, "payload": <Any>}
44 * {"message_type": "forward", "payload": <Any>}
73 * **Client** sends **forward** message
76 device knows about the client and cand send **forward** messages intended for
79 * **Device** sends **forward** message
/device/google/cuttlefish/common/libs/utils/
Dcontains.h100 return container.find(std::forward<U>(u)) != container.end();
110 std::find(std::begin(container), std::end(container), std::forward<U>(u));
117 return s.find(std::forward<T>(t)) != std::string::npos;
122 return s.find(std::forward<T>(t)) != std::string_view::npos;
Dresult.h97 message_ << std::forward<T>(message_ext);
102 message_ << std::forward<T>(message_ext);
324 return std::forward<T>(value);
Dsubprocess.h266 return std::move(AddParameter(std::forward<Args>(args)...)); in AddParameter()
280 return std::move(AppendToLastParameter(std::forward<Args>(args)...)); in AppendToLastParameter()
Dcollect.h58 return {std::forward<S>(s)}; in AtMostN()
/device/google/cuttlefish/guest/commands/bt_vhci_forwarder/
Dmain.cpp60 ssize_t forward(int from_fd, int to_fd, unsigned char* buf) { in forward() function
177 ssize_t transferred = forward(vhci_fd, virtio_fd, buf); in main()
/device/google/cuttlefish/host/frontend/webrtc_operator/assets/js/
Dserver_connector.js305 let device_messages = await this.#forward(msg);
321 async #forward(msg) { method in PollingConnector
/device/google/cuttlefish/host/libs/location/
DStringParse.h46 return ::SscanfWithCLocale(string, format, std::forward<Args>(args)...); in SscanfWithCLocale()
DGpxParser.cpp30 snprintf(buf, sizeof(buf) - 1, format, std::forward<Args>(args)...); in formatError()
/device/google/cuttlefish/host/commands/console_forwarder/
DREADME.md4 executable runs to forward data from a serial console to a virtual terminal
/device/google/cuttlefish/common/libs/concurrency/
Dmultiplexer.h36 auto raw_ptr = new Queue(std::forward<Args>(args)...); in CreateQueue()
Dthread_safe_queue.h72 items_.push_back(std::forward<U>(u)); in Push()
/device/generic/goldfish-opengl/system/hwc3/
DLruCache.h51 std::forward<Value>(value), in set()
/device/google/cuttlefish/
Diwyu.imp15 { symbol: ["std::forward", "private", "<utility>", "public" ] },
/device/google/cuttlefish/guest/hals/keymint/remote/
Dservice.cpp52 ndk::SharedRefBase::make<T>(std::forward<Args>(args)...); in addService()
/device/google/cuttlefish/guest/hals/confirmationui/
Dguest_session.h94 return f(fd, std::forward<Args>(args)...); in SerializedSend()
/device/google/coral/
DWCNSS_qcom_cfg.ini365 # Based on below config firmware will decide whether to forward BTM frame to host or
369 # 01 no scan and forward to host
/device/google/sunfish/
DWCNSS_qcom_cfg.ini365 # Based on below config firmware will decide whether to forward BTM frame to host or
369 # 01 no scan and forward to host
/device/sample/frameworks/PlatformLibrary/
DREADME.txt44 Other than that, the library is very straight-forward, and you can write
/device/google/cuttlefish/common/libs/fs/
Dshared_fd.h363 android::base::Append(fds, std::forward<int>(sent_fds->fd_)...); in SendFileDescriptors()
/device/google/redbull/
DWCNSS_qcom_cfg.ini378 # Based on below config firmware will decide whether to forward BTM frame to host or
382 # 01 no scan and forward to host
/device/google/sunfish/json-c/
DChangeLog160 * Add escaping of forward slash on tokenizing and output

12345