Home
last modified time | relevance | path

Searched refs:destination (Results 1 – 19 of 19) sorted by relevance

/device/google/cuttlefish/common/libs/utils/
Dtee_logging.cpp231 for (const auto& destination : destinations_) { in operator ()() local
234 switch (destination.metadata_level) { in operator ()()
250 if (severity >= destination.severity) { in operator ()()
251 if (destination.target->IsATTY()) { in operator ()()
252 WriteAll(destination.target, output_string); in operator ()()
254 WriteAll(destination.target, StripColorCodes(output_string)); in operator ()()
Dfiles.cpp96 const std::string& destination) { in CanHardLink() argument
98 CF_EXPECT(FileDeviceId(destination)); in CanHardLink()
112 const std::string& destination) { in AreHardLinked() argument
114 CF_EXPECT(FileDeviceId(destination))) && in AreHardLinked()
116 CF_EXPECT(FileInodeNumber(destination))); in AreHardLinked()
Dfiles.h32 const std::string& destination);
35 const std::string& destination);
/device/google/cuttlefish/host/libs/config/
Dkernel_args.cpp35 void AppendVector(std::vector<T>* destination, const std::vector<T>& source) { in AppendVector() argument
36 destination->insert(destination->end(), source.begin(), source.end()); in AppendVector()
Desp.cpp158 const std::string& destination) { in CopyToMsdos() argument
161 Execute({mcopy, "-o", "-i", image, "-s", path, destination}); in CopyToMsdos()
/device/amlogic/yukawa/hal/hdmicec/
Dhdmi_cec_test_hal.c82 send_msg.destination = CEC_ADDR_PLAYBACK_1; in main()
90 send_msg.destination = CEC_ADDR_TV; in main()
99 send_msg.destination = CEC_ADDR_TV; in main()
Dhdmi_cec.c182 cec_msg.msg[0] = (msg->initiator << 4) | msg->destination; in hdmicec_send_message()
430 event.cec.destination = msg.msg[0] & 0xf; in event_thread()
/device/google/cuttlefish/guest/commands/setup_wifi/
Dmain.cpp49 const std::string& destination) { in CreateWifiWrapper() argument
84 link_add_request.AddString(IFLA_IFNAME, destination); in CreateWifiWrapper()
95 LOG(ERROR) << "setup_network: could not add link " << destination; in CreateWifiWrapper()
/device/google/contexthub/util/nanotool/
Dnanopacket_impl.h24 bool NanoPacket::DeserializeWord(T *destination, uint8_t byte) { in DeserializeWord() argument
25 *destination |= byte << (8 * parsing_progress_); in DeserializeWord()
Dnanopacket.h116 bool DeserializeWord(T *destination, uint8_t byte);
/device/generic/goldfish/dhcp/client/
Ddhcpclient.h75 void sendDhcpRequest(in_addr_t destination);
77 Result send(in_addr_t source, in_addr_t destination,
Ddhcpclient.cpp521 void DhcpClient::sendDhcpRequest(in_addr_t destination) { in sendDhcpRequest() argument
525 destination); in sendDhcpRequest()
/device/google/cuttlefish/host/frontend/webrtc/html_client/js/
Dadb.js79 let destination = utf8Encoder.encode('shell:' + command);
81 let arrayBuffer = createAdbMessage(A_OPEN, kLocalChannelId, 0, destination);
/device/google/cuttlefish/host/commands/assemble_cvd/
Dbootconfig_args.cpp40 void AppendMapWithReplacement(T* destination, const T& source) { in AppendMapWithReplacement() argument
42 (*destination)[k] = v; in AppendMapWithReplacement()
/device/google/contexthub/firmware/lib/builtins/
Dfp_extend_impl.inc73 // Extend to the destination type by shifting the significand and
92 // the correct adjusted exponent in the destination type.
/device/generic/goldfish/dhcp/common/
Dsocket.cpp168 in_addr_t destination, in sendRawUdp() argument
185 ip.daddr = destination; in sendRawUdp()
/device/generic/goldfish/dhcp/common/include/
Dsocket.h56 in_addr_t destination,
/device/sample/apps/tv/SetupCustomizationSample/gradle/wrapper/
Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/device/sample/apps/tv/SetupValidation/gradle/wrapper/
Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...