OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setStrictModePolicy
(Results
1 - 4
of
4
) sorted by null
/frameworks/native/include/binder/
IPCThreadState.h
46
void
setStrictModePolicy
(int32_t policy);
/frameworks/base/core/jni/
android_util_Binder.cpp
298
thread_state->
setStrictModePolicy
(strict_policy_before);
758
IPCThreadState::self()->
setStrictModePolicy
(policyMask);
[
all
...]
/frameworks/native/libs/binder/
Parcel.cpp
499
threadState->
setStrictModePolicy
(0);
501
threadState->
setStrictModePolicy
(strictPolicy);
[
all
...]
IPCThreadState.cpp
386
void IPCThreadState::
setStrictModePolicy
(int32_t policy)
[
all
...]
Completed in 184 milliseconds