Searched refs:max_raw_streams (Results 1 – 3 of 3) sorted by relevance
210 if (characteristics.max_raw_streams > kMaxRAWStreams) { in AreCharacteristicsSupported()212 __FUNCTION__, characteristics.max_raw_streams, kMaxRAWStreams); in AreCharacteristicsSupported()435 unsigned int max_raw_streams = in IsStreamCombinationSupported() local436 sensor_chars.at(raw_count.first).max_raw_streams + in IsStreamCombinationSupported()440 if (raw_count.second > max_raw_streams) { in IsStreamCombinationSupported()442 __FUNCTION__, raw_count.second, max_raw_streams); in IsStreamCombinationSupported()
129 uint32_t max_raw_streams = 0; member
60 sensor_chars->max_raw_streams = entry.data.i32[0]; in GetSensorCharacteristics()