Searched refs:streamType (Results 1 – 3 of 3) sorted by relevance
381 bool isStreamTypeCorrect(uint8_t sensorType, uint8_t streamType) { in isStreamTypeCorrect() argument384 streamType != SNS_STD_SENSOR_STREAM_TYPE_STREAMING) || in isStreamTypeCorrect()386 streamType != SNS_STD_SENSOR_STREAM_TYPE_ON_CHANGE) in isStreamTypeCorrect()391 streamType != SNS_STD_SENSOR_STREAM_TYPE_SINGLE_OUTPUT) in isStreamTypeCorrect()396 static_cast<uint8_t>(sensorType), streamType); in isStreamTypeCorrect()424 attr.streamType, attr.passiveRequest); in getSuidAndAttrs()485 if (isStreamTypeCorrect(sensorType, attr.streamType)) { in findAndAddSensorsForType()
659 attrData->streamType = data->attrArg.int64; in decodeSnsStrAttr()
104 uint8_t streamType; member