Home
last modified time | relevance | path

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

/hardware/google/pixel/power-libperfmgr/
DPower.cpp261 if (data == static_cast<int32_t>(AUDIO_STREAMING_HINT::AUDIO_STREAMING_ON)) { in powerHintAsync_1_2()
264 static_cast<int32_t>(AUDIO_STREAMING_HINT::AUDIO_STREAMING_OFF)) { in powerHintAsync_1_2()
266 } else if (data == static_cast<int32_t>(AUDIO_STREAMING_HINT::TPU_BOOST_SHORT)) { in powerHintAsync_1_2()
269 } else if (data == static_cast<int32_t>(AUDIO_STREAMING_HINT::TPU_BOOST_LONG)) { in powerHintAsync_1_2()
272 } else if (data == static_cast<int32_t>(AUDIO_STREAMING_HINT::TPU_BOOST_OFF)) { in powerHintAsync_1_2()
DAudioStreaming.h20 enum AUDIO_STREAMING_HINT { enum