Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/occupant_awareness/aidl/mock/
DDetectionGenerator.cpp38 int remainingRoles = getSupportedRoles(); in GetNextDetections() local
39 while (remainingRoles) { in GetNextDetections()
40 int currentRole = remainingRoles & (~(remainingRoles - 1)); in GetNextDetections()
41 remainingRoles = remainingRoles & (remainingRoles - 1); in GetNextDetections()