Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DProcessState.cpp503 uint32_t enableDetection = enable ? 1 : 0; in enableOnewaySpamDetection() local
504 if (ioctl(mDriverFD, BINDER_ENABLE_ONEWAY_SPAM_DETECTION, &enableDetection) == -1) { in enableOnewaySpamDetection()