Lines Matching refs:getTid
670 ALOGI("AudioFlinger's thread %p tid=%d ready to run", this, getTid()); in readyToRun()
700 audio_utils::mutex::scoped_join_wait_check sjw(getTid()); in exit()
733 _l, std::chrono::nanoseconds(kConfigEventTimeoutNs), getTid()) in sendConfigEvent_l()
1037 this, mThreadName, getTid(), type(), threadTypeToString(type())); in dump()
2259 mThreadSnapshot.setTid(getTid()); in onFirstRef()
3976 const pid_t tid = getTid(); in threadLoop()
3990 const pid_t tid = getTid(); in threadLoop()
5231 pid_t tid = mFastMixer->getTid(); in MixerThread()
5240 tid = mAudioWatchdog->getTid(); in MixerThread()
6491 dprintf(fd, " FastMixer thread %p tid=%d", mFastMixer.get(), mFastMixer->getTid()); in dumpInternals_l()
8204 pid_t tid = mFastCapture->getTid(); in RecordThread()
9213 mStartStopCV.wait(_l, getTid()); in stop()