Home
last modified time | relevance | path

Searched refs:origWorkSource (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/os/
DLooper.java199 long origWorkSource = ThreadLocalWorkSource.setUid(msg.workSourceUid); in loopOnce() local
212 ThreadLocalWorkSource.restore(origWorkSource); in loopOnce()
DBinder.java1141 final long origWorkSource = ThreadLocalWorkSource.setUid(callingUid); in execTransact() local
1145 ThreadLocalWorkSource.restore(origWorkSource); in execTransact()
/frameworks/native/libs/binder/
DIPCThreadState.cpp1236 const int32_t origWorkSource = mWorkSource; in executeCommand() local
1317 mWorkSource = origWorkSource; in executeCommand()