Searched refs:sContextCount (Results 1 – 1 of 1) sorted by relevance
31 static const unsigned sContextCount = sContextMapSize - 1; // Less one for the INVALID entry variable32 static const unsigned sContextNumberMax = sContextCount; // contextNumber is counted from 142 ALOGE("Unexpected context number %d (max expected is %d)", contextNumber, sContextCount); in getBusForContext()