OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getStrictModePolicy
(Results
1 - 6
of
6
) sorted by null
/frameworks/native/include/binder/
IPCThreadState.h
47
int32_t
getStrictModePolicy
() const;
/frameworks/base/core/jni/
android_util_Binder.cpp
271
const int strict_policy_before = thread_state->
getStrictModePolicy
();
295
const int strict_policy_after = thread_state->
getStrictModePolicy
();
763
return IPCThreadState::self()->
getStrictModePolicy
();
[
all
...]
android_os_Parcel.cpp
596
const int32_t oldPolicy = threadState->
getStrictModePolicy
();
602
const int32_t newPolicy = threadState->
getStrictModePolicy
();
AndroidRuntime.cpp
334
return state && state->
getStrictModePolicy
() != 0;
[
all
...]
/frameworks/native/libs/binder/
IPCThreadState.cpp
391
int32_t IPCThreadState::
getStrictModePolicy
() const
[
all
...]
Parcel.cpp
475
writeInt32(IPCThreadState::self()->
getStrictModePolicy
() |
[
all
...]
Completed in 499 milliseconds