Home
last modified time | relevance | path

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

/hardware/libhardware/modules/soundtrigger/
Dsound_trigger_hw.c49 #define COMMAND_CLOSE "close" // Close just closes the network port, keeps thread running. macro
557 } else if (strncmp(command, COMMAND_CLOSE, 5) == 0) { in parse_socket_data()