Searched refs:getTid (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/include/utils/
H A DThread.h73 pid_t getTid() const;
102 // legacy for debugging, not used by getTid() as it is set by the child thread
/frameworks/native/libs/utils/
H A DThreads.cpp875 pid_t Thread::getTid() const function in class:android::Thread
884 ALOGW("Thread (this=%p): getTid() is undefined before run()", this);
/frameworks/av/media/libmedia/
H A DAudioTrack.cpp875 tid = mAudioTrackThread->getTid();
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp1281 snprintf(buffer, SIZE, "TID: %d\n", getTid());
2359 pid_t tid = mFastMixer->getTid();
2371 tid = mAudioWatchdog->getTid();

Completed in 76 milliseconds