Home
last modified time | relevance | path

Searched refs:mServiceFuzzing (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/binder/ndk/
Dibinder_internal.h111 bool isServiceFuzzing() const { return mServiceFuzzing; } in isServiceFuzzing()
112 void setServiceFuzzing() { mServiceFuzzing = true; } in setServiceFuzzing()
120 bool mServiceFuzzing = false; member
/frameworks/native/libs/binder/
DParcel.cpp1066 if (header != kHeader && !mServiceFuzzing) { in enforceInterface()
1086 if (mServiceFuzzing) { in enforceInterface()
1106 mServiceFuzzing = true; in setServiceFuzzing()
1110 return mServiceFuzzing; in isServiceFuzzing()
1872 if (!mServiceFuzzing) { in validateReadData()
2250 if (!mServiceFuzzing) { in readString8()
2294 if (!mServiceFuzzing) { in readString16()
2337 if (!mServiceFuzzing) { in readStrongBinder()
2406 if (!mServiceFuzzing) { in readFileDescriptor()
2672 if (!mServiceFuzzing) { in readObject()
[all …]
/frameworks/native/libs/binder/include/binder/
DParcel.h1396 bool mServiceFuzzing;
/frameworks/native/include/binder/
DParcel.h1396 bool mServiceFuzzing;