Lines Matching refs:PatchCommandThread
29 PatchCommandThread::~PatchCommandThread() { in ~PatchCommandThread()
36 void PatchCommandThread::onFirstRef() { in onFirstRef()
40 void PatchCommandThread::addListener(const sp<PatchCommandListener>& listener) { in addListener()
46 void PatchCommandThread::createAudioPatch(audio_patch_handle_t handle, in createAudioPatch()
56 void PatchCommandThread::releaseAudioPatch(audio_patch_handle_t handle) { in releaseAudioPatch()
61 void PatchCommandThread::updateAudioPatch(audio_patch_handle_t oldHandle, in updateAudioPatch()
71 bool PatchCommandThread::threadLoop() in threadLoop()
148 void PatchCommandThread::sendCommand(const sp<Command>& command) { in sendCommand()
154 void PatchCommandThread::createAudioPatchCommand( in createAudioPatchCommand()
165 void PatchCommandThread::releaseAudioPatchCommand(audio_patch_handle_t handle) { in releaseAudioPatchCommand()
172 void PatchCommandThread::updateAudioPatchCommand( in updateAudioPatchCommand()
182 void PatchCommandThread::exit() { in exit()