Home
last modified time | relevance | path

Searched defs:write_command (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/system/logging/logd/
H A Dlogd_test.cpp50 static bool write_command(int sock, const char* command) { in write_command() function
66 static bool write_command(int sock, const std::string& command) { in write_command() function
/aosp_15_r20/external/flashrom/
H A Dmediatek_i2c_spi.c100 static int write_command(const struct mediatek_data *port, uint16_t addr, in write_command() function
/aosp_15_r20/external/crosvm/devices/src/
H A Dpit.rs951 fn write_command(pit: &mut Pit, command: u8) { in write_command() function