Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/fuzzer/
Dmain.cpp57 uint8_t parcelType = options & 0x3; in fuzz() local
59 switch (parcelType) { in fuzz()
74 LOG_ALWAYS_FATAL("unknown parcel type %d", static_cast<int>(parcelType)); in fuzz()