Home
last modified time | relevance | path

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

/device/google/dragon/audio/soundtrigger/
Dsound_trigger_hw.c211 int exit_sockets[2]; in callback_thread_loop() local
222 if (socketpair(AF_UNIX, SOCK_STREAM, 0, exit_sockets) == -1) in callback_thread_loop()
226 stdev->send_sock = exit_sockets[0]; in callback_thread_loop()
227 stdev->term_sock = exit_sockets[1]; in callback_thread_loop()