OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mLastError
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/include/binder/
IPCThreadState.h
120
status_t
mLastError
;
/frameworks/compile/slang/
slang_rs_reflection.h
43
std::string
mLastError
;
46
inline void setError(const std::string &Error) {
mLastError
= Error; }
330
mLastError
(""),
343
if (
mLastError
.empty())
346
return
mLastError
.c_str();
/frameworks/base/services/java/com/android/server/connectivity/
Tethering.java
771
int
mLastError
;
806
res += " - lastError =" +
mLastError
;
812
return
mLastError
;
818
mLastError
= error;
[
all
...]
Completed in 546 milliseconds