Searched refs:self (Results 151 - 167 of 167) sorted by relevance

1234567

/frameworks/av/cmds/stagefright/
H A Dsf2.cpp561 android::ProcessState::self()->startThreadPool();
H A Dstagefright.cpp659 android::ProcessState::self()->startThreadPool();
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorAudioPlayer.cpp143 IPCThreadState::self()->flushCommands();
H A DPreviewPlayer.cpp322 IPCThreadState::self()->flushCommands();
1803 IPCThreadState::self()->flushCommands();
/frameworks/av/media/libmedia/
H A DAudioRecord.cpp112 IPCThreadState::self()->flushCommands();
H A Dmediaplayer.cpp72 IPCThreadState::self()->flushCommands();
H A DAudioTrack.cpp181 IPCThreadState::self()->flushCommands();
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp313 IPCThreadState::self()->stopProcess();
/frameworks/base/core/jni/
H A Dandroid_os_Parcel.cpp595 IPCThreadState* threadState = IPCThreadState::self();
H A Dandroid_util_Process.cpp313 ALOGE("Thread marked fg-only put self in background!");
385 ProcessState::self()->setArgV0(name8.string());
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp361 IPCThreadState::self()->getCallingPid(),
362 IPCThreadState::self()->getCallingUid());
860 ioHandle, keyValuePairs.string(), gettid(), IPCThreadState::self()->getCallingPid());
945 // ioHandle, keys.string(), gettid(), IPCThreadState::self()->getCallingPid());
1051 pid_t pid = IPCThreadState::self()->getCallingPid();
1115 ALOGV("removeClient_l() pid %d, tid %d, calling tid %d", pid, gettid(), IPCThreadState::self()->getCallingPid());
1858 pid_t callingPid = IPCThreadState::self()->getCallingPid();
2603 IPCThreadState::self()->flushCommands();
4369 ALOGV("Track constructor name %d, calling pid %d", mName, IPCThreadState::self()->getCallingPid());
4578 mName, IPCThreadState::self()
[all...]
/frameworks/av/media/libstagefright/
H A DAwesomePlayer.cpp1100 IPCThreadState::self()->flushCommands();
1210 IPCThreadState::self()->flushCommands();
/frameworks/av/services/camera/libcameraservice/
H A DCamera2Client.cpp37 return IPCThreadState::self()->getCallingPid();
41 return IPCThreadState::self()->getCallingUid();
/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.cpp802 android::ProcessState::self()->startThreadPool();
/frameworks/base/services/common_time/
H A Dcommon_time_server.cpp191 IPCThreadState::self()->stopProcess();
/frameworks/base/services/java/com/android/server/am/
H A DActivityStack.java3653 ActivityRecord self = isInStackLocked(token);
3654 if (self == null) {
3661 if (r.resultTo == self && r.requestCode == requestCode) {
H A DActivityManagerService.java1441 public static ActivityManagerService self() { method in class:ActivityManagerService
2846 Log.w(TAG, "crashApplication: trying to crash self!");
2896 ActivityRecord self = mMainStack.isInStackLocked(token);
2897 if (self == null) {
2903 if (self.state == ActivityState.RESUMED
2904 || self.state == ActivityState.PAUSING) {

Completed in 1455 milliseconds

1234567