/device/google/cuttlefish/host/libs/websocket/ |
D | websocket_handler.h | 31 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
|
D | websocket_handler.cpp | 36 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/ |
D | signal_handler.cpp | 33 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()
|
D | signal_handler.h | 31 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/ |
D | boot_image_utils.cc | 107 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/ |
D | LICENSE | 5 * 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/ |
D | server_connection.cpp | 84 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()
|
D | data_channels.cpp | 31 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/ |
D | README | 28 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/ |
D | edk2-licenses.txt | 6 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/ |
D | edk2-licenses.txt | 6 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/ |
D | pixel_dump.cpp | 98 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/ |
D | Android.bp | 48 // 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/ |
D | LICENSE_BSD | 1 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/ |
D | LICENSE | 5 * 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/ |
D | LICENSE | 4 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/ |
D | TracingClient.cpp | 45 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/ |
D | LICENSE | 4 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/ |
D | init-qti-keymaster-sh.te | 3 # 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/ |
D | init-qti-keymaster-sh.te | 3 # 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/ |
D | NOTICE | 5 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/ |
D | init-qti-keymaster-sh.te | 3 # 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/ |
D | json_serializable.cpp | 109 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()
|
D | tpm_keymaster_context.cpp | 603 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/ |
D | DumpstateDevice.cpp | 103 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()
|