Home
last modified time | relevance | path

Searched refs:monitor_thread (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
DIPACM_Main.cpp780 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/
Dsndmonitor.c92 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/
DIPACM_Main.cpp850 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/
DIPACM_Main.cpp882 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/
Dsound_trigger_hw_iaxxx.c135 pthread_t monitor_thread; member
3498 pthread_create(&stdev->monitor_thread, (const pthread_attr_t *) NULL, in stdev_open()