Searched refs:pb_ostream_t (Results 1 – 9 of 9) sorted by relevance
/system/chre/apps/test/common/chre_cross_validator_sensor/inc/ |
D | chre_cross_validator_sensor_manager.h | 111 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/ |
D | chre_cross_validator_sensor_manager.cc | 108 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/ |
D | send_message.cc | 32 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/ |
D | chre_settings_test_util.cc | 53 pb_ostream_t stream = pb_ostream_from_buffer(bytes, size); in sendTestResultToHost()
|
/system/chre/apps/test/common/chre_cross_validator_wifi/inc/ |
D | chre_cross_validator_wifi_manager.h | 208 static bool encodeErrorMessage(pb_ostream_t *stream,
|
/system/chre/apps/test/common/chre_cross_validator_wifi/src/ |
D | chre_cross_validator_wifi_manager.cc | 240 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/ |
D | audio_enable_disable_test.cc | 78 pb_ostream_t stream = pb_ostream_from_buffer(bytes, size); in sendTestResult()
|
/system/chre/platform/slpi/see/ |
D | sns_qmi_client.c | 216 pb_ostream_t stream; in sns_client_send()
|
D | see_helper.cc | 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() 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()
|