Home
last modified time | relevance | path

Searched refs:ReadThread (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/base/
H A Dfile_source.cpp72 std::thread t1(std::bind(&FileSource::ReadThread, this)); in Start()
77 void FileSource::ReadThread() in ReadThread() function in OHOS::IntellVoiceEngine::FileSource
H A Daudio_source.cpp82 std::thread t1(std::bind(&AudioSource::ReadThread, this)); in Start()
87 void AudioSource::ReadThread() in ReadThread() function in OHOS::IntellVoiceEngine::AudioSource
H A Dfile_source.h46 void ReadThread();
H A Daudio_source.h47 void ReadThread();
/ohos5.0/drivers/peripheral/usb/sample/device/liteos/
H A Dacm_test.c77 static void ReadThread(void *arg) in ReadThread() function
91 if ((pthread_create(&tid, NULL, ReadThread, NULL)) == -1) { in StartPThreadRead()
/ohos5.0/drivers/peripheral/usb/sample/device/linux/
H A Dacm_test.c86 static int32_t ReadThread(void *arg) in ReadThread() function
105 ret = OsalThreadCreate(&g_thread, (OsalThreadEntry)ReadThread, NULL); in StartThreadRead()
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/wakeup/headset/
H A Dheadset_wakeup_engine_impl.h64 void ReadThread();
H A Dheadset_wakeup_engine_impl.cpp265 void HeadsetWakeupEngineImpl::ReadThread() in ReadThread() function in OHOS::IntellVoiceEngine::HeadsetWakeupEngineImpl
294 std::thread t1(std::bind(&HeadsetWakeupEngineImpl::ReadThread, this)); in StartAudioSource()