Searched refs:type_ (Results 1 – 6 of 6) sorted by relevance
/device/google/cuttlefish/host/libs/process_monitor/ |
D | process_monitor_channel.cc | 29 : type_(type) {} in ParentToChildMessage() 34 const auto n_bytes = WriteAllBinary(fd, &type_); in Write() 36 CF_EXPECTF(n_bytes == sizeof(type_), in Write() 38 fd->StrError(), sizeof(type_), n_bytes); in Write() 56 : type_(type) {} in ChildToParentResponse() 61 const auto n_bytes = WriteAllBinary(fd, &type_); in Write() 63 CF_EXPECTF(n_bytes == sizeof(type_), in Write() 65 fd->StrError(), sizeof(type_), n_bytes); in Write()
|
D | process_monitor_channel.h | 44 bool Stop() const { return type_ == ParentToChildMessageType::kStop; } in Stop() 45 auto Type() const { return type_; } in Type() 48 ParentToChildMessageType type_; 56 bool Success() const { return type_ == ChildToParentResponseType::kSuccess; } in Success() 59 ChildToParentResponseType type_;
|
/device/google/cuttlefish/host/libs/audio_connector/ |
D | commands.h | 29 AudioCommandType type() const { return type_; } in type() 33 AudioCommand(AudioCommandType type) : type_(type) {} in AudioCommand() 39 const AudioCommandType type_; variable
|
/device/google/cuttlefish/common/libs/confui/ |
D | protocol.cpp | 56 const auto confui_cmd = ToCmd(confui_packet.type_); in ToConfUiMessage() 164 auto type = ToCmd(message.type_); in ToConfUiMessage()
|
D | packet_types.cpp | 25 ss << "[" << packet.session_id_ << "," << packet.type_ << ","; in ToString()
|
D | packet_types.h | 42 std::string type_; member
|