Home
last modified time | relevance | path

Searched defs:InfoMessage (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/system/core/fastboot/
H A Dfastboot_driver_test.cpp48 TEST_F(DriverTest, InfoMessage) { in TEST_F() argument
H A Dfastboot.cpp223 static void InfoMessage(const std::string& info) { in InfoMessage() function
/aosp_15_r20/external/deqp/execserver/
H A DxsProtocol.hpp198 class InfoMessage : public Message class
H A DxsProtocol.cpp256 InfoMessage::InfoMessage(const uint8_t *data, size_t dataSize) : Message(MESSAGETYPE_INFO) in InfoMessage() function in xs::InfoMessage