Searched refs:ReadThread (Results 1 – 8 of 8) sorted by relevance
72 std::thread t1(std::bind(&FileSource::ReadThread, this)); in Start()77 void FileSource::ReadThread() in ReadThread() function in OHOS::IntellVoiceEngine::FileSource
82 std::thread t1(std::bind(&AudioSource::ReadThread, this)); in Start()87 void AudioSource::ReadThread() in ReadThread() function in OHOS::IntellVoiceEngine::AudioSource
46 void ReadThread();
47 void ReadThread();
77 static void ReadThread(void *arg) in ReadThread() function91 if ((pthread_create(&tid, NULL, ReadThread, NULL)) == -1) { in StartPThreadRead()
86 static int32_t ReadThread(void *arg) in ReadThread() function105 ret = OsalThreadCreate(&g_thread, (OsalThreadEntry)ReadThread, NULL); in StartThreadRead()
64 void ReadThread();
265 void HeadsetWakeupEngineImpl::ReadThread() in ReadThread() function in OHOS::IntellVoiceEngine::HeadsetWakeupEngineImpl294 std::thread t1(std::bind(&HeadsetWakeupEngineImpl::ReadThread, this)); in StartAudioSource()