Searched refs:max_raw_streams (Results 1 – 3 of 3) sorted by relevance
127 uint32_t max_raw_streams = 0; member
202 if (characteristics.max_raw_streams > kMaxRAWStreams) { in AreCharacteristicsSupported()204 __FUNCTION__, characteristics.max_raw_streams, kMaxRAWStreams); in AreCharacteristicsSupported()309 if (raw_stream_count > sensor_chars.max_raw_streams) { in IsStreamCombinationSupported()311 __FUNCTION__, raw_stream_count, sensor_chars.max_raw_streams); in IsStreamCombinationSupported()
67 sensor_chars->max_raw_streams = entry.data.i32[0]; in GetSensorCharacteristics()