Home
last modified time | relevance | path

Searched refs:pb_ostream_t (Results 1 – 9 of 9) sorted by relevance

/system/chre/apps/test/common/chre_cross_validator_sensor/inc/
Dchre_cross_validator_sensor_manager.h111 bool (*encodeFunc)(pb_ostream_t *, const pb_field_t *, void *const *),
123 static bool encodeThreeAxisSensorDatapointValues(pb_ostream_t *stream,
135 static bool encodeThreeAxisSensorDatapoints(pb_ostream_t *stream,
147 static bool encodeFloatSensorDatapoints(pb_ostream_t *stream,
159 static bool encodeProximitySensorDatapoints(pb_ostream_t *stream,
171 static bool encodeStepCounterSensorDatapoints(pb_ostream_t *stream,
183 static bool encodeFloatSensorDatapointValue(pb_ostream_t *stream,
197 static bool encodeProximitySensorDatapointValue(pb_ostream_t *stream,
210 static bool encodeStepCounterSensorDatapointValue(pb_ostream_t *stream,
/system/chre/apps/test/common/chre_cross_validator_sensor/src/
Dchre_cross_validator_sensor_manager.cc108 bool Manager::encodeThreeAxisSensorDatapointValues(pb_ostream_t *stream, in encodeThreeAxisSensorDatapointValues()
130 bool (*encodeFunc)(pb_ostream_t *, const pb_field_t *, void *const *), in makeDatapoint() argument
139 bool Manager::encodeFloatSensorDatapointValue(pb_ostream_t *stream, in encodeFloatSensorDatapointValue()
156 bool Manager::encodeProximitySensorDatapointValue(pb_ostream_t *stream, in encodeProximitySensorDatapointValue()
174 bool Manager::encodeStepCounterSensorDatapointValue(pb_ostream_t *stream, in encodeStepCounterSensorDatapointValue()
195 bool Manager::encodeThreeAxisSensorDatapoints(pb_ostream_t *stream, in encodeThreeAxisSensorDatapoints()
223 bool Manager::encodeFloatSensorDatapoints(pb_ostream_t *stream, in encodeFloatSensorDatapoints()
250 bool Manager::encodeProximitySensorDatapoints(pb_ostream_t *stream, in encodeProximitySensorDatapoints()
278 bool Manager::encodeStepCounterSensorDatapoints(pb_ostream_t *stream, in encodeStepCounterSensorDatapoints()
581 pb_ostream_t ostream = pb_ostream_from_buffer(buffer, encodedSize); in sendMessageToHost()
/system/chre/apps/test/common/shared/src/
Dsend_message.cc32 bool encodeErrorMessage(pb_ostream_t *stream, const pb_field_t * /*field*/, in encodeErrorMessage()
72 pb_ostream_t stream = pb_ostream_from_buffer(bytes, size); in sendTestResultWithMsgToHost()
/system/chre/apps/test/common/chre_settings_test/src/
Dchre_settings_test_util.cc53 pb_ostream_t stream = pb_ostream_from_buffer(bytes, size); in sendTestResultToHost()
/system/chre/apps/test/common/chre_cross_validator_wifi/inc/
Dchre_cross_validator_wifi_manager.h208 static bool encodeErrorMessage(pb_ostream_t *stream,
/system/chre/apps/test/common/chre_cross_validator_wifi/src/
Dchre_cross_validator_wifi_manager.cc240 bool Manager::encodeErrorMessage(pb_ostream_t *stream, in encodeErrorMessage()
287 pb_ostream_t ostream = pb_ostream_from_buffer(buffer, encodedSize); in encodeAndSendMessageToHost()
/system/chre/apps/test/pts/audio_enable_disable_test/src/
Daudio_enable_disable_test.cc78 pb_ostream_t stream = pb_ostream_from_buffer(bytes, size); in sendTestResult()
/system/chre/platform/slpi/see/
Dsns_qmi_client.c216 pb_ostream_t stream; in sns_client_send()
Dsee_helper.cc144 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()
235 pb_ostream_t stream = pb_ostream_from_buffer(msg->get(), *msgLen); in encodeSnsSuidReq()
284 pb_ostream_t stream = pb_ostream_from_buffer(msg->get(), *msgLen); in encodeSnsResamplerConfig()
326 pb_ostream_t stream = pb_ostream_from_buffer(msg->get(), *msgLen); in encodeSnsStdSensorConfig()
347 pb_ostream_t stream = pb_ostream_from_buffer(msgBuffer, msgBufferSize); in encodeSnsRemoteProcSensorConfig()