Searched refs:monitor_thread (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
D | IPACM_Main.cpp | 780 pthread_t netlink_thread = 0, monitor_thread = 0, ipa_driver_thread = 0; in main() local 842 if (IPACM_SUCCESS == monitor_thread) in main() 844 ret = pthread_create(&monitor_thread, NULL, firewall_monitor, NULL); in main() 851 if(pthread_setname_np(monitor_thread, "firewall cfg process") != 0) in main() 875 pthread_join(monitor_thread, NULL); in main()
|
/hardware/qcom/audio/hal/audio_extn/ |
D | sndmonitor.c | 92 pthread_t monitor_thread; member 635 pthread_join(sndmonitor.monitor_thread, (void **) NULL); in audio_extn_snd_mon_deinit() 667 int ret = pthread_create(&sndmonitor.monitor_thread, in audio_extn_snd_mon_init()
|
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/ |
D | IPACM_Main.cpp | 965 pthread_t netlink_thread = 0, monitor_thread = 0, ipa_driver_thread = 0; in main() local 1040 if (IPACM_SUCCESS == monitor_thread) in main() 1042 ret = pthread_create(&monitor_thread, NULL, firewall_monitor, NULL); in main() 1049 if(pthread_setname_np(monitor_thread, "firewall cfg process") != 0) in main() 1073 pthread_join(monitor_thread, NULL); in main()
|
/hardware/knowles/athletico/sound_trigger_hal/ |
D | sound_trigger_hw_iaxxx.c | 145 pthread_t monitor_thread; member 3630 pthread_create(&stdev->monitor_thread, (const pthread_attr_t *) NULL, in stdev_open()
|