HomeSort by relevance Sort by last modified time
    Searched refs:stream_close (Results 1 - 3 of 3) sorted by null

  /external/tinyalsa/
tinyhostless.c 53 static void stream_close(int sig) function
289 signal(SIGINT, stream_close);
290 signal(SIGHUP, stream_close);
291 signal(SIGTERM, stream_close);
tinyplay.c 67 void stream_close(int sig) function
259 signal(SIGINT, stream_close);
  /external/blktrace/btreplay/
btrecord.c 725 * stream_close - Release resources associated with an output stream
728 static void stream_close(struct io_stream *stream) function
770 stream_close(stream);

Completed in 270 milliseconds