Searched refs:max_stalling_streams (Results 1 – 3 of 3) sorted by relevance
129 uint32_t max_stalling_streams = 0; member
215 if (characteristics.max_stalling_streams > kMaxStallingStreams) { in AreCharacteristicsSupported()217 __FUNCTION__, characteristics.max_stalling_streams, in AreCharacteristicsSupported()322 if (stalling_stream_count > sensor_chars.max_stalling_streams) { in IsStreamCombinationSupported()325 sensor_chars.max_stalling_streams); in IsStreamCombinationSupported()
69 sensor_chars->max_stalling_streams = entry.data.i32[2]; in GetSensorCharacteristics()