Home
last modified time | relevance | path

Searched refs:streamType (Results 1 – 3 of 3) sorted by relevance

/system/chre/platform/slpi/see/
Dplatform_sensor.cc512 bool isStreamTypeCorrect(SensorType sensorType, uint8_t streamType) { in isStreamTypeCorrect() argument
515 && 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()
Dsee_helper.cc661 attrData->streamType = data->attrArg.int64; in decodeSnsStrAttr()
/system/chre/platform/slpi/include/chre/platform/slpi/see/
Dsee_helper.h105 uint8_t streamType; member