Home
last modified time | relevance | path

Searched refs:getTid (Results 1 – 13 of 13) sorted by relevance

/frameworks/av/media/utils/
DThreadSnapshot.cpp26 pid_t ThreadSnapshot::getTid() const { in getTid() function in android::mediautils::ThreadSnapshot
43 std::string sched = getThreadSchedAsString(getTid()); // tid could race here, in onBegin()
/frameworks/av/media/utils/include/mediautils/
DThreadSnapshot.h37 pid_t getTid() const;
/frameworks/native/services/inputflinger/
DInputThread.cpp58 return gettid() == mThread->getTid(); in isCallingThread()
/frameworks/base/libs/hwui/tests/common/
DTestUtils.h261 static pid_t getRenderThreadTid() { return renderthread::RenderThread::getInstance().getTid(); } in getRenderThreadTid()
/frameworks/base/libs/hwui/renderthread/
DRenderThread.cpp515 return gettid() == getInstance().getTid(); in isCurrent()
DRenderProxy.cpp366 return mRenderThread.getTid(); in getRenderThreadTid()
/frameworks/av/media/codec2/sfplugin/
DC2NodeImpl.cpp91 androidSetThreadPriority(getTid(), priority); in setPriority()
/frameworks/av/services/audioflinger/
DThreads.cpp670 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()
[all …]
/frameworks/av/media/libaudioclient/
DAudioRecord.cpp832 input.clientInfo.clientTid = mAudioRecordThread->getTid(); in createRecord_l()
DAudioTrack.cpp1859 input.clientInfo.clientTid = mAudioTrackThread->getTid(); in createTrack_l()
/frameworks/av/services/audiopolicy/service/
DAudioPolicyService.cpp2373 ul, std::chrono::nanoseconds(timeOutNs), getTid()) == std::cv_status::timeout) { in sendCommand()
/frameworks/native/services/sensorservice/
DSensorService.cpp294 if (sched_setscheduler(getTid(), SCHED_FIFO | SCHED_RESET_ON_FORK, &param) != 0) { in enableSchedFifoMode()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.cpp2637 pid_t requestThreadTid = mRequestThread->getTid(); in configureStreamsLocked()