Searched refs:streamType (Results 1 – 3 of 3) sorted by relevance
512 bool isStreamTypeCorrect(SensorType sensorType, uint8_t streamType) { in isStreamTypeCorrect() argument515 && streamType != SNS_STD_SENSOR_STREAM_TYPE_STREAMING) in isStreamTypeCorrect()517 && streamType != SNS_STD_SENSOR_STREAM_TYPE_ON_CHANGE) in isStreamTypeCorrect()522 && streamType != SNS_STD_SENSOR_STREAM_TYPE_SINGLE_OUTPUT) in isStreamTypeCorrect()527 static_cast<uint8_t>(sensorType), streamType); in isStreamTypeCorrect()555 attr.streamType, attr.passiveRequest); in getSuidAndAttrs()613 if (isStreamTypeCorrect(sensorType, attr.streamType)) { in findAndAddSensorsForType()
661 attrData->streamType = data->attrArg.int64; in decodeSnsStrAttr()
105 uint8_t streamType; member