Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/audiocontrol/1.0/default/
DAudioControl.cpp31 static const unsigned sContextCount = sContextMapSize - 1; // Less one for the INVALID entry variable
32 static const unsigned sContextNumberMax = sContextCount; // contextNumber is counted from 1
42 ALOGE("Unexpected context number %d (max expected is %d)", contextNumber, sContextCount); in getBusForContext()