Searched refs:self (Results 176 - 186 of 186) sorted by relevance

12345678

/frameworks/av/services/camera/libcameraservice/api1/
H A DCameraClient.cpp33 return IPCThreadState::self()->getCallingPid();
H A DCamera2Client.cpp44 return IPCThreadState::self()->getCallingPid();
/frameworks/base/core/jni/
H A Dandroid_os_Parcel.cpp663 IPCThreadState* threadState = IPCThreadState::self();
/frameworks/base/libs/common_time/
H A Dcommon_time_server.cpp191 IPCThreadState::self()->stopProcess();
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp2397 IPCThreadState* ipc = IPCThreadState::self();
2743 IPCThreadState* ipc = IPCThreadState::self();
2757 IPCThreadState* ipc = IPCThreadState::self();
2774 IPCThreadState* ipc = IPCThreadState::self();
/frameworks/av/media/libstagefright/
H A DAwesomePlayer.cpp1234 IPCThreadState::self()->flushCommands();
1353 IPCThreadState::self()->flushCommands();
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp757 mClientUid = IPCThreadState::self()->getCallingUid();
/frameworks/av/services/audioflinger/
H A DThreads.cpp1535 pid_t callingPid = IPCThreadState::self()->getCallingPid();
2494 IPCThreadState::self()->flushCommands();
4850 IPCThreadState::self()->getCallingUid());
5740 pid_t callingPid = IPCThreadState::self()->getCallingPid();
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStack.java2557 final void finishSubActivityLocked(ActivityRecord self, String resultWho, int requestCode) { argument
2562 if (r.resultTo == self && r.requestCode == requestCode) {
H A DActivityManagerService.java4418 Log.w(TAG, "crashApplication: trying to crash self!");
4527 ActivityRecord self = ActivityRecord.isInStackLocked(token);
4528 if (self == null) {
4534 if (self.state == ActivityState.RESUMED
4535 || self.state == ActivityState.PAUSING) {
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java1510 final ArrayList<StopwatchTimer> pool, StopwatchTimer self) {
1518 if (t == self) {
1509 refreshTimersLocked(long batteryRealtime, final ArrayList<StopwatchTimer> pool, StopwatchTimer self) argument

Completed in 370 milliseconds

12345678