Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/occupant_awareness/aidl/mock/
DDetectionGenerator.h34 static int getSupportedRoles() { in getSupportedRoles() function
DOccupantAwareness.cpp74 if ((intVal & DetectionGenerator::getSupportedRoles()) == intVal) { in getCapabilityForRole()
100 if (((roleVal & DetectionGenerator::getSupportedRoles()) != roleVal) || in getState()
DDetectionGenerator.cpp38 int remainingRoles = getSupportedRoles(); in GetNextDetections()