HomeSort by relevance Sort by last modified time
    Searched defs:monitor_thread (Results 1 - 3 of 3) sorted by null

  /external/webrtc/talk/session/media/
audiomonitor.cc 40 rtc::Thread *monitor_thread) {
42 monitoring_thread_ = monitor_thread;
117 rtc::Thread *AudioMonitor::monitor_thread() { function in class:cricket::AudioMonitor
  /system/chre/host/msm/daemon/
chre_daemon.cc 283 pthread_t monitor_thread; local
293 if (!start_thread(&monitor_thread, chre_monitor_thread, NULL)) {
311 ret = pthread_join(monitor_thread, NULL);
  /hardware/qcom/audio/hal/audio_extn/
sndmonitor.c 86 pthread_t monitor_thread; member in struct:__anon41643
584 pthread_join(sndmonitor.monitor_thread, (void **) NULL);
616 int ret = pthread_create(&sndmonitor.monitor_thread,

Completed in 206 milliseconds