Searched refs:monitor_thread (Results 1 – 5 of 5) 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/sdm845/data/ipacfg-mgr/ipacm/src/ |
D | IPACM_Main.cpp | 850 pthread_t netlink_thread = 0, monitor_thread = 0, ipa_driver_thread = 0; in main() local 915 if (IPACM_SUCCESS == monitor_thread) in main() 917 ret = pthread_create(&monitor_thread, NULL, firewall_monitor, NULL); in main() 924 if(pthread_setname_np(monitor_thread, "firewall cfg process") != 0) in main() 948 pthread_join(monitor_thread, NULL); in main()
|
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/ |
D | IPACM_Main.cpp | 882 pthread_t netlink_thread = 0, monitor_thread = 0, ipa_driver_thread = 0; in main() local 950 if (IPACM_SUCCESS == monitor_thread) in main() 952 ret = pthread_create(&monitor_thread, NULL, firewall_monitor, NULL); in main() 959 if(pthread_setname_np(monitor_thread, "firewall cfg process") != 0) in main() 983 pthread_join(monitor_thread, NULL); in main()
|
/hardware/knowles/athletico/sound_trigger_hal/ |
D | sound_trigger_hw_iaxxx.c | 135 pthread_t monitor_thread; member 3498 pthread_create(&stdev->monitor_thread, (const pthread_attr_t *) NULL, in stdev_open()
|