Home
last modified time | relevance | path

Searched refs:kUnsetWorkSource (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/include/binder/
DIPCThreadState.h207 LIBBINDER_EXPORTED static const int32_t kUnsetWorkSource = -1; variable
/frameworks/native/libs/binder/include/binder/
DIPCThreadState.h207 LIBBINDER_EXPORTED static const int32_t kUnsetWorkSource = -1; variable
/frameworks/native/libs/binder/
DIPCThreadState.cpp540 return setCallingWorkSourceUid(kUnsetWorkSource); in clearCallingWorkSource()
959 mWorkSource(kUnsetWorkSource), in IPCThreadState()
DParcel.cpp969 : IPCThreadState::kUnsetWorkSource); in writeInterfaceToken()
1005 return IPCThreadState::kUnsetWorkSource; in readCallingWorkSourceUid()
/frameworks/base/core/jni/
Dandroid_os_Parcel.cpp825 return IPCThreadState::kUnsetWorkSource; in android_os_Parcel_readCallingWorkSourceUid()