Home
last modified time | relevance | path

Searched refs:binary (Results 1 – 25 of 91) sorted by relevance

1234

/device/google/cuttlefish/host/libs/websocket/
Dwebsocket_handler.h31 virtual void OnReceive(const uint8_t* msg, size_t len, bool binary) = 0;
32 virtual void OnReceive(const uint8_t* msg, size_t len, bool binary, in OnReceive() argument
34 OnReceive(msg, len, binary); in OnReceive()
39 void EnqueueMessage(const uint8_t* data, size_t len, bool binary = false);
40 void EnqueueMessage(const char* data, size_t len, bool binary = false) {
41 EnqueueMessage(reinterpret_cast<const uint8_t*>(data), len, binary);
48 WsBuffer(std::vector<uint8_t> data, bool binary) in WsBuffer()
49 : data(std::move(data)), binary(binary) {} in WsBuffer()
51 bool binary; member
Dwebsocket_handler.cpp36 bool binary) { in EnqueueMessage() argument
39 buffer_queue_.emplace_front(std::move(buffer), binary); in EnqueueMessage()
50 ws_buffer.binary ? LWS_WRITE_BINARY : LWS_WRITE_TEXT, true, true); in WriteWsBuffer()
/device/google/cuttlefish/host/frontend/webrtc_operator/
Dsignal_handler.cpp33 void SignalHandler::OnReceive(const uint8_t* msg, size_t len, bool binary) { in OnReceive() argument
34 if (binary) { in OnReceive()
63 void SignalHandler::OnReceive(const uint8_t* msg, size_t len, bool binary, in OnReceive() argument
68 OnReceive(msg, len, binary); in OnReceive()
72 OnReceive(receive_buffer_.data(), receive_buffer_.size(), binary); in OnReceive()
Dsignal_handler.h31 void OnReceive(const uint8_t* msg, size_t len, bool binary) override;
32 void OnReceive(const uint8_t* msg, size_t len, bool binary,
/device/google/cuttlefish/host/commands/assemble_cvd/
Dboot_image_utils.cc107 std::ofstream final_rd(new_ramdisk_path, std::ios_base::binary | std::ios_base::trunc); in RepackVendorRamdisk()
108 std::ifstream ramdisk_a(stripped_ramdisk_path, std::ios_base::binary); in RepackVendorRamdisk()
109 std::ifstream ramdisk_b(kernel_modules_ramdisk_path, std::ios_base::binary); in RepackVendorRamdisk()
379 std::ios_base::binary | std::ios_base::trunc); in RepackGem5BootImage()
382 std::ios_base::binary); in RepackGem5BootImage()
392 std::ios_base::binary); in RepackGem5BootImage()
395 std::ios_base::binary | in RepackGem5BootImage()
402 std::ios_base::binary | in RepackGem5BootImage()
/device/linaro/dragonboard/shared/utils/pd-mapper/
DLICENSE5 * Redistribution and use in source and binary forms, with or without
11 * 2. Redistributions in binary form must reproduce the above copyright notice,
35 * Redistribution and use in source and binary forms, with or without
41 * 2. Redistributions in binary form must reproduce the above copyright notice,
/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dserver_connection.cpp84 WsBuffer(const uint8_t* data, size_t len, bool binary) in WsBuffer()
85 : buffer_(LWS_PRE + len), is_binary_(binary) { in WsBuffer()
97 bool Send(const uint8_t* data, size_t len, bool binary = false);
485 bool WsConnection::Send(const uint8_t* data, size_t len, bool binary) { in Send() argument
490 WsBuffer buffer(data, len, binary); in Send()
Ddata_channels.cpp31 bool Send(const uint8_t *msg, size_t size, bool binary);
83 CF_EXPECT(!msg.binary, "Received invalid (binary) data on input channel"); in OnMessageInner()
387 bool DataChannelHandler::Send(const uint8_t *msg, size_t size, bool binary) { in Send() argument
388 webrtc::DataBuffer buffer(rtc::CopyOnWriteBuffer(msg, size), binary); in Send()
/device/amlogic/yukawa/bootloader/
DREADME28 Generate fip binary
47 ./generate-bins-new.sh <fip-collect-directory> <target-bl33-binary>
80 - to generate fip bin cf "Generate fip binary"
/device/google/cuttlefish_vmm/qemu/aarch64-linux-gnu/usr/share/qemu/
Dedk2-licenses.txt6 Redistribution and use in source and binary forms, with or without
12 2. Redistributions in binary form must reproduce the above copyright notice,
26 non-copyrightable additions of contributors, in source or binary form)
112 Redistribution and use in source and binary forms, with or without
118 * Redistributions in binary form must reproduce the above copyright
300 Contribution in source and binary forms, with or without
306 ** Redistributions in binary form must reproduce the Contributor's
521 Contribution in source and binary forms, with or without
527 ** Redistributions in binary form must reproduce the Contributor's
603 Redistribution and use in source and binary forms, with or without
[all …]
/device/google/cuttlefish_vmm/qemu/x86_64-linux-gnu/usr/share/qemu/
Dedk2-licenses.txt6 Redistribution and use in source and binary forms, with or without
12 2. Redistributions in binary form must reproduce the above copyright notice,
26 non-copyrightable additions of contributors, in source or binary form)
112 Redistribution and use in source and binary forms, with or without
118 * Redistributions in binary form must reproduce the above copyright
300 Contribution in source and binary forms, with or without
306 ** Redistributions in binary form must reproduce the Contributor's
521 Contribution in source and binary forms, with or without
527 ** Redistributions in binary form must reproduce the Contributor's
603 Redistribution and use in source and binary forms, with or without
[all …]
/device/google/gs-common/gear/dumpstate/
Dpixel_dump.cpp98 std::ifstream src(SrcDir, std::ios::binary); in copyFile()
99 std::ofstream dst(DestDir, std::ios::binary); in copyFile()
/device/google/cuttlefish/guest/monitoring/tombstone_transmit/
DAndroid.bp48 // Same as tombstone_transmit, but place the binary in /system partition
49 // We are using the binary for microdroid, which does not have /product partition
/device/google/cuttlefish/shared/config/
DLICENSE_BSD1 Redistribution and use in source and binary forms, with or without
7 2. Redistributions in binary form must reproduce the above copyright notice,
/device/linaro/dragonboard/shared/utils/tqftpserv/
DLICENSE5 * Redistribution and use in source and binary forms, with or without
11 * 2. Redistributions in binary form must reproduce the above copyright notice,
/device/linaro/dragonboard/shared/utils/qrtr/
DLICENSE4 Redistribution and use in source and binary forms, with or without
8 * Redistributions in binary form must reproduce the above copyright
/device/google/trout/tools/tracing/client/
DTracingClient.cpp45 std::ifstream config_file_stream(host_config, std::fstream::binary); in StartTracing()
101 std::ofstream file_stream(file_path, std::fstream::binary); in GetTracingFile()
/device/linaro/dragonboard/shared/utils/rmtfs/
DLICENSE4 Redistribution and use in source and binary forms, with or without
10 2. Redistributions in binary form must reproduce the above copyright notice,
/device/google/sunfish-sepolicy/vendor/qcom/common/
Dinit-qti-keymaster-sh.te3 # Redistribution and use in source and binary forms, with or without
8 # * Redistributions in binary form must reproduce the above
/device/google/coral-sepolicy/vendor/qcom/common/
Dinit-qti-keymaster-sh.te3 # Redistribution and use in source and binary forms, with or without
8 # * Redistributions in binary form must reproduce the above
/device/linaro/poplar/wifi/wpa_supplicant_8_lib/
DNOTICE5 Redistribution and use in source and binary forms, with or without
10 * Redistributions in binary form must reproduce the above copyright
/device/google/redbull-sepolicy/vendor/qcom/common/
Dinit-qti-keymaster-sh.te3 # Redistribution and use in source and binary forms, with or without
8 # * Redistributions in binary form must reproduce the above
/device/google/cuttlefish/host/commands/secure_env/
Djson_serializable.cpp109 std::ofstream file_stream(filename, std::ios::trunc | std::ios::binary); in WriteProtectedJsonToFile()
120 std::ifstream file_stream(filename, std::ios::binary | std::ios::ate); in ReadProtectedJsonFromFile()
Dtpm_keymaster_context.cpp603 std::string ToHexString(const std::vector<uint8_t>& binary) { in ToHexString() argument
605 hex.reserve(binary.size() * 2); in ToHexString()
606 for (uint8_t byte : binary) { in ToHexString()
/device/google/trout/hal/dumpstate/1.1/
DDumpstateDevice.cpp103 std::fstream logFile(dumpPath, std::fstream::out | std::fstream::binary); in dumpRemoteLogs()
124 std::fstream logFile(dumpPath, std::fstream::out | std::fstream::binary); in dumpString()

1234