Home
last modified time | relevance | path

Searched defs:stream (Results 1 – 25 of 61) sorted by relevance

123

/system/chre/platform/slpi/see/
Dsee_helper.cc57 #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()
[all …]
/system/chre/apps/test/common/chre_cross_validator_sensor/src/
Dchre_cross_validator_sensor_manager.cc43 bool decodeSensorName(pb_istream_t *stream, const pb_field_s *field, in decodeSensorName()
61 bool encodeSensorName(pb_ostream_t *stream, const pb_field_t *field, in encodeSensorName()
141 bool Manager::encodeThreeAxisSensorDatapointValues(pb_ostream_t *stream, in encodeThreeAxisSensorDatapointValues()
172 bool Manager::encodeFloatSensorDatapointValue(pb_ostream_t *stream, in encodeFloatSensorDatapointValue()
185 bool Manager::encodeProximitySensorDatapointValue(pb_ostream_t *stream, in encodeProximitySensorDatapointValue()
200 pb_ostream_t *stream, const pb_field_t * /*field*/, void *const *arg) { in encodeStepCounterSensorDatapointValue()
215 bool Manager::encodeThreeAxisSensorDatapoints(pb_ostream_t *stream, in encodeThreeAxisSensorDatapoints()
243 bool Manager::encodeFloatSensorDatapoints(pb_ostream_t *stream, in encodeFloatSensorDatapoints()
270 bool Manager::encodeProximitySensorDatapoints(pb_ostream_t *stream, in encodeProximitySensorDatapoints()
298 bool Manager::encodeStepCounterSensorDatapoints(pb_ostream_t *stream, in encodeStepCounterSensorDatapoints()
/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/
Dapp_manager.cc241 pb_istream_t stream = pb_istream_from_buffer(message, message_size); in HandleHostConfigRequest() local
308 auto stream = pb_ostream_from_buffer(static_cast<pb_byte_t *>(msg_buf), in SendFilterResultsToHost() local
345 auto stream = pb_ostream_from_buffer(static_cast<pb_byte_t *>(msg_buf), in SendFilterResultToHost() local
374 static bool EncodeFilterResultCallback(pb_ostream_t *stream, in EncodeFilterResultCallback()
417 pb_ostream_t *stream, size_t *msg_size) { in EncodeFilterResults()
440 pb_ostream_t *stream, size_t *msg_size) { in EncodeFilterResult()
460 pb_istream_t stream = in HandleHostExtConfigRequest() local
Dfilter.cc44 pb_istream_t stream = pb_istream_from_buffer(message, message_size); in Update() local
/system/libziparchive/
Dzip_archive_stream_entry.cc148 static inline int zlib_inflateInit2(z_stream* stream, int window_bits) { in zlib_inflateInit2()
298 ZipArchiveStreamEntry* stream = nullptr; in Create() local
314 ZipArchiveStreamEntry* stream = nullptr; in CreateRaw() local
/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
Dcow_decompress.h64 void set_stream(IByteStream* stream) { stream_ = stream; } in set_stream()
/system/nvram/core/
Dpersistence.cpp47 BlobOutputStreamBuffer stream(blob); in EncodeObject() local
68 InputStreamBuffer stream(blob.data(), blob.size()); in DecodeObject() local
/system/chre/apps/test/common/shared/src/
Dsend_message.cc33 bool encodeErrorMessage(pb_ostream_t *stream, const pb_field_t * /*field*/, in encodeErrorMessage()
121 pb_ostream_t stream = pb_ostream_from_buffer(bytes, size); in sendMessageToHostWithPermissions() local
/system/chre/host/common/
Dlog.cc23 void outputHostLog(int priority, FILE *stream, const char *format, in outputHostLog()
/system/tools/hidl/metadata/
Dparser.cpp32 std::ifstream stream(path); in main() local
/system/nvram/messages/
Dnvram_messages.cpp178 BlobOutputStreamBuffer stream(blob); in Encode() local
184 ArrayOutputStreamBuffer stream(buffer, *size); in Encode() local
194 InputStreamBuffer stream(data, size); in Decode() local
/system/tools/aidl/metadata/
Dparser.cpp32 std::ifstream stream(path); in main() local
/system/gsid/aidl/android/gsi/
DIGsiService.aidl51 boolean commitGsiChunkFromStream(in ParcelFileDescriptor stream, long bytes); in commitGsiChunkFromStream()
66 boolean setGsiAshmem(in ParcelFileDescriptor stream, long size); in setGsiAshmem()
/system/chre/apps/test/common/chre_cross_validator_wifi/src/
Dchre_cross_validator_wifi_manager.cc60 pb_istream_t stream = pb_istream_from_buffer( in handleMessageFromHost() local
127 pb_istream_t stream = in handleDataMessage() local
Dwifi_scan_result.cc60 bool WifiScanResult::decodeString(pb_istream_t *stream, in decodeString()
/system/core/healthd/
Dcharger_test.cpp78 std::ofstream stream(path); in createFile() local
89 std::ifstream stream(path); in openToString() local
/system/tools/hidl/hashing/
DHash.cpp55 std::ifstream stream(path); in sha256File() local
113 std::ifstream stream(path); in readHashFile() local
/system/media/audio_utils/
Dtinysndfile.c33 FILE *stream; member
67 FILE *stream = fopen(path, "rb"); in sf_open_read() local
308 FILE *stream = fopen(path, "w+b"); in sf_open_write() local
/system/gsid/tests/
DDsuGsiIntegrationTest.java83 InputStream stream = null; in setUp() local
/system/chre/apps/test/common/chre_cross_validator_wwan/src/
Dchre_cross_validator_wwan_manager.cc385 bool EncodeWwanCellInfos(pb_ostream_t *stream, const pb_field_t *field, in EncodeWwanCellInfos()
/system/chre/apps/test/pts/audio_enable_disable_test/src/
Daudio_enable_disable_test.cc79 pb_ostream_t stream = pb_ostream_from_buffer(bytes, size); in sendTestResult() local
/system/tools/aidl/
Dcode_writer.cpp100 std::unique_ptr<std::ostream> stream; in ForFile() local
/system/libhidl/base/
DStatus.cpp102 std::ostream& operator<< (std::ostream& stream, const Status& s) { in operator <<()
/system/update_engine/
Dlibcurl_http_fetcher.h210 void* stream) { in StaticLibcurlWrite()
/system/chre/core/
Dtelemetry_manager.cc61 pb_ostream_t stream = pb_ostream_from_buffer(bytes, size); in sendMetricToHost() local

123