HAL: Restrict calls to ADM for low-latency and ultra low-latency usecase

Stream must be registered for AUDIO_OUTPUT_FLAG_FAST and AUDIO_INPUT_FLAG_FAST.
The others are not intended to take this path. If all streams are registered,
they wait for focus which leads to underruns.
Added extra condition for ultra low latency usecase (AUDIO_OUTPUT_FLAG_RAW and
AUDIO_INPUT_FLAG_RAW) to avoid delay.

Change-Id: Ib8886d83e33aa0e8aa7bae1bec6472b4381557bf
1 file changed