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.cpp1055 if (header != kHeader && !mServiceFuzzing) { in enforceInterface()
1074 if (mServiceFuzzing) { in enforceInterface()
1094 mServiceFuzzing = true; in setServiceFuzzing()
1098 return mServiceFuzzing; in isServiceFuzzing()
1869 if (!mServiceFuzzing) { in validateReadData()
2242 if (!mServiceFuzzing) { in readString8()
2286 if (!mServiceFuzzing) { in readString16()
2329 if (!mServiceFuzzing) { in readStrongBinder()
2398 if (!mServiceFuzzing) { in readFileDescriptor()
2664 if (!mServiceFuzzing) { in readObject()
[all …]
/frameworks/native/include/binder/
DParcel.h1387 bool mServiceFuzzing;
/frameworks/native/libs/binder/include/binder/
DParcel.h1387 bool mServiceFuzzing;