/device/google/cuttlefish/common/libs/confui/ |
D | packet.h | 67 (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()
|
D | protocol_types.h | 90 return "[" + ArgsToStringWithDelim(",", std::forward<Args>(args)...) + "]"; in CreateString() 96 std::forward<Args>(args)...); in Send_()
|
D | utils.h | 52 return ArgsToStringWithDelim("", std::forward<Args>(args)...); in ArgsToString()
|
/device/google/cuttlefish/host/frontend/webrtc_operator/ |
D | Readme.md | 26 * {"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/ |
D | contains.h | 100 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;
|
D | result.h | 97 message_ << std::forward<T>(message_ext); 102 message_ << std::forward<T>(message_ext); 324 return std::forward<T>(value);
|
D | subprocess.h | 266 return std::move(AddParameter(std::forward<Args>(args)...)); in AddParameter() 280 return std::move(AppendToLastParameter(std::forward<Args>(args)...)); in AppendToLastParameter()
|
D | collect.h | 58 return {std::forward<S>(s)}; in AtMostN()
|
/device/google/cuttlefish/guest/commands/bt_vhci_forwarder/ |
D | main.cpp | 60 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/ |
D | server_connector.js | 305 let device_messages = await this.#forward(msg); 321 async #forward(msg) { method in PollingConnector
|
/device/google/cuttlefish/host/libs/location/ |
D | StringParse.h | 46 return ::SscanfWithCLocale(string, format, std::forward<Args>(args)...); in SscanfWithCLocale()
|
D | GpxParser.cpp | 30 snprintf(buf, sizeof(buf) - 1, format, std::forward<Args>(args)...); in formatError()
|
/device/google/cuttlefish/host/commands/console_forwarder/ |
D | README.md | 4 executable runs to forward data from a serial console to a virtual terminal
|
/device/google/cuttlefish/common/libs/concurrency/ |
D | multiplexer.h | 36 auto raw_ptr = new Queue(std::forward<Args>(args)...); in CreateQueue()
|
D | thread_safe_queue.h | 72 items_.push_back(std::forward<U>(u)); in Push()
|
/device/generic/goldfish-opengl/system/hwc3/ |
D | LruCache.h | 51 std::forward<Value>(value), in set()
|
/device/google/cuttlefish/ |
D | iwyu.imp | 15 { symbol: ["std::forward", "private", "<utility>", "public" ] },
|
/device/google/cuttlefish/guest/hals/keymint/remote/ |
D | service.cpp | 52 ndk::SharedRefBase::make<T>(std::forward<Args>(args)...); in addService()
|
/device/google/cuttlefish/guest/hals/confirmationui/ |
D | guest_session.h | 94 return f(fd, std::forward<Args>(args)...); in SerializedSend()
|
/device/google/coral/ |
D | WCNSS_qcom_cfg.ini | 365 # 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/ |
D | WCNSS_qcom_cfg.ini | 365 # 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/ |
D | README.txt | 44 Other than that, the library is very straight-forward, and you can write
|
/device/google/cuttlefish/common/libs/fs/ |
D | shared_fd.h | 363 android::base::Append(fds, std::forward<int>(sent_fds->fd_)...); in SendFileDescriptors()
|
/device/google/redbull/ |
D | WCNSS_qcom_cfg.ini | 378 # 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/ |
D | ChangeLog | 160 * Add escaping of forward slash on tokenizing and output
|