• Home
  • Raw
  • Download

Lines Matching defs:stream

57 #define LOG_NANOPB_ERROR(stream) \  argument
144 bool copyPayload(pb_ostream_t *stream, const pb_field_t *field, in copyPayload()
188 pb_ostream_t stream = pb_ostream_from_buffer(msg->get(), *msgLen); in encodeSnsStdAttrReq() local
235 pb_ostream_t stream = pb_ostream_from_buffer(msg->get(), *msgLen); in encodeSnsSuidReq() local
284 pb_ostream_t stream = pb_ostream_from_buffer(msg->get(), *msgLen); in encodeSnsResamplerConfig() local
326 pb_ostream_t stream = pb_ostream_from_buffer(msg->get(), *msgLen); in encodeSnsStdSensorConfig() local
347 pb_ostream_t stream = pb_ostream_from_buffer(msgBuffer, msgBufferSize); in encodeSnsRemoteProcSensorConfig() local
402 bool decodeStringField(pb_istream_t *stream, const pb_field_t *field, in decodeStringField()
418 bool decodeSnsSuidEventSuid(pb_istream_t *stream, const pb_field_t *field, in decodeSnsSuidEventSuid()
431 bool decodeSnsSuidEvent(pb_istream_t *stream, const pb_field_t *field, in decodeSnsSuidEvent()
481 bool decodeSnsSuidProtoEvent(pb_istream_t *stream, const pb_field_t *field, in decodeSnsSuidProtoEvent()
567 bool decodeSnsStdAttrValue(pb_istream_t *stream, const pb_field_t *field, in decodeSnsStdAttrValue()
620 bool decodeSnsStrAttr(pb_istream_t *stream, const pb_field_t *field, in decodeSnsStrAttr()
675 bool decodeSnsStdAttrEvent(pb_istream_t *stream, const pb_field_t *field, in decodeSnsStdAttrEvent()
718 bool decodeSnsStdProtoEvent(pb_istream_t *stream, const pb_field_t *field, in decodeSnsStdProtoEvent()
917 bool decodeFloatData(pb_istream_t *stream, const pb_field_t *field, in decodeFloatData()
939 bool decodeSnsStdSensorPhysicalConfigEvent(pb_istream_t *stream, in decodeSnsStdSensorPhysicalConfigEvent()
984 bool decodeSnsStdSensorEvent(pb_istream_t *stream, const pb_field_t *field, in decodeSnsStdSensorEvent()
1005 bool decodeSnsStdSensorProtoEvent(pb_istream_t *stream, const pb_field_t *field, in decodeSnsStdSensorProtoEvent()
1050 bool decodeSnsCalEvent(pb_istream_t *stream, const pb_field_t *field, in decodeSnsCalEvent()
1096 bool decodeSnsCalProtoEvent(pb_istream_t *stream, const pb_field_t *field, in decodeSnsCalProtoEvent()
1112 bool decodeSnsProximityEvent(pb_istream_t *stream, const pb_field_t *field, in decodeSnsProximityEvent()
1130 bool decodeSnsProximityProtoEvent(pb_istream_t *stream, const pb_field_t *field, in decodeSnsProximityProtoEvent()
1146 bool decodeSnsResamplerConfigEvent(pb_istream_t *stream, in decodeSnsResamplerConfigEvent()
1165 bool decodeSnsResamplerProtoEvent(pb_istream_t *stream, const pb_field_t *field, in decodeSnsResamplerProtoEvent()
1181 bool decodeSnsRemoteProcStateEvent(pb_istream_t *stream, in decodeSnsRemoteProcStateEvent()
1198 bool decodeSnsRemoteProcProtoEvent(pb_istream_t *stream, in decodeSnsRemoteProcProtoEvent()
1214 bool decodeSnsAmdProtoEvent(pb_istream_t *stream, const pb_field_t *field, in decodeSnsAmdProtoEvent()
1296 bool decodeMsgIdAndTime(pb_istream_t *stream, uint32_t *msgId, in decodeMsgIdAndTime()
1314 bool decodeSnsClientEventMsg(pb_istream_t *stream, const pb_field_t *field, in decodeSnsClientEventMsg()
1543 pb_istream_t stream = pb_istream_from_buffer( in handleSnsClientEventMsg() local