Home
last modified time | relevance | path

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

/system/chre/platform/slpi/see/
Dplatform_sensor_manager.cc381 bool isStreamTypeCorrect(uint8_t sensorType, uint8_t streamType) { in isStreamTypeCorrect() argument
384 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()
Dsee_helper.cc659 attrData->streamType = data->attrArg.int64; in decodeSnsStrAttr()
/system/chre/platform/slpi/include/chre/platform/slpi/see/
Dsee_helper.h104 uint8_t streamType; member