Home
last modified time | relevance | path

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

/hardware/qcom/audio/legacy/alsa_sound/
DAudioUsbALSA.h91 status_t syncPtr(struct pcm *handle, bool *killThread);
101 status_t startDevice(pcm *handle, bool *killThread);
DAudioUsbALSA.cpp637 status_t AudioUsbALSA::startDevice(pcm *handle, bool *killThread) { in startDevice() argument
649 *killThread = true; in startDevice()
666 status_t AudioUsbALSA::syncPtr(struct pcm *handle, bool *killThread) { in syncPtr() argument
678 *killThread = true; in syncPtr()