Searched refs:gettid (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/media/libmedia/
H A DIMediaMetadataRetriever.cpp32 /* desktop Linux needs a little help with gettid() */
37 _syscall0(pid_t,gettid)
39 pid_t gettid() { return syscall(__NR_gettid);}
46 return gettid();
H A DJetPlayer.cpp27 static pid_t myTid() { return gettid(); }
H A DAudioSystem.cpp27 // the sim build doesn't have gettid
30 # define gettid getpid macro
/frameworks/base/services/surfaceflinger/DisplayHardware/
H A DDisplayHardwareBase.cpp41 // the sim build doesn't have gettid
44 # define gettid getpid macro
278 sSignalCatcherPid = gettid();
310 sig, gettid(), sSignalCatcherPid);
/frameworks/base/services/audioflinger/
H A DAudioPolicyService.cpp39 // the sim build doesn't have gettid
42 # define gettid getpid macro
127 LOGV("setDeviceConnectionState() tid %d", gettid());
157 LOGV("setPhoneState() tid %d", gettid());
195 LOGV("setForceUse() tid %d", gettid());
224 LOGV("getOutput() tid %d", gettid());
236 LOGV("startOutput() tid %d", gettid());
248 LOGV("stopOutput() tid %d", gettid());
258 LOGV("releaseOutput() tid %d", gettid());
387 LOGW("binderDied() %p, tid %d, calling tid %d", who.unsafe_get(), gettid(),
[all...]
H A DAudioFlinger.cpp58 // the sim build doesn't have gettid
61 # define gettid getpid macro
635 ioHandle, keyValuePairs.string(), gettid(), IPCThreadState::self()->getCallingPid());
703 // ioHandle, keys.string(), gettid(), IPCThreadState::self()->getCallingPid());
831 LOGV("removeClient_l() pid %d, tid %d, calling tid %d", pid, gettid(), IPCThreadState::self()->getCallingPid());
1552 LOGV("MixerThread %p TID %d going to sleep\n", this, gettid());
1554 LOGV("MixerThread %p TID %d waking up\n", this, gettid());
2203 LOGV("DirectOutputThread %p TID %d going to sleep\n", this, gettid());
2205 LOGV("DirectOutputThread %p TID %d waking up in active mode\n", this, gettid());
2588 LOGV("DuplicatingThread %p TID %d going to sleep\n", this, gettid());
[all...]
/frameworks/base/media/libmediaplayerservice/
H A DMetadataRetrieverClient.cpp44 /* desktop Linux needs a little help with gettid() */
49 _syscall0(pid_t,gettid)
51 pid_t gettid() { return syscall(__NR_gettid);}
H A DMidiFile.cpp36 static pid_t myTid() { return gettid(); }
H A DMediaPlayerService.cpp65 /* desktop Linux needs a little help with gettid() */
70 _syscall0(pid_t,gettid)
72 pid_t gettid() { return syscall(__NR_gettid);}
362 return gettid();
/frameworks/base/libs/utils/
H A DThreads.cpp301 return gettid();
744 self->mTid = gettid();
/frameworks/base/core/jni/
H A Dandroid_util_Process.cpp42 /* desktop Linux needs a little help with gettid() */
47 _syscall0(pid_t,gettid)
49 pid_t gettid() { return syscall(__NR_gettid);}
H A Dandroid_util_Binder.cpp903 // have gettid, so we just ignore this and don't log if we can't
909 #warning no gettid(), so not logging Binder calls...
/frameworks/base/libs/rs/
H A DrsContext.cpp292 rsc->mNativeThreadId = gettid();

Completed in 569 milliseconds