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

  /device/generic/car/emulator/audio/driver/
ext_pcm.h 39 pthread_t mixer_thread; member in struct:ext_pcm
ext_pcm.c 119 pthread_create(&shared_ext_pcm->mixer_thread, (const pthread_attr_t *)NULL,
155 pthread_kill(ext_pcm->mixer_thread, SIGINT);

Completed in 67 milliseconds