| /system/chre/platform/slpi/see/ |
| D | see_helper.cc | 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() [all …]
|
| /system/chre/apps/test/common/chre_cross_validator_sensor/src/ |
| D | chre_cross_validator_sensor_manager.cc | 42 bool decodeSensorName(pb_istream_t *stream, const pb_field_s *field, in decodeSensorName() 132 bool Manager::encodeThreeAxisSensorDatapointValues(pb_ostream_t *stream, in encodeThreeAxisSensorDatapointValues() 163 bool Manager::encodeFloatSensorDatapointValue(pb_ostream_t *stream, in encodeFloatSensorDatapointValue() 180 bool Manager::encodeProximitySensorDatapointValue(pb_ostream_t *stream, in encodeProximitySensorDatapointValue() 198 bool Manager::encodeStepCounterSensorDatapointValue(pb_ostream_t *stream, in encodeStepCounterSensorDatapointValue() 221 bool Manager::encodeThreeAxisSensorDatapoints(pb_ostream_t *stream, in encodeThreeAxisSensorDatapoints() 249 bool Manager::encodeFloatSensorDatapoints(pb_ostream_t *stream, in encodeFloatSensorDatapoints() 276 bool Manager::encodeProximitySensorDatapoints(pb_ostream_t *stream, in encodeProximitySensorDatapoints() 304 bool Manager::encodeStepCounterSensorDatapoints(pb_ostream_t *stream, in encodeStepCounterSensorDatapoints()
|
| /system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/ |
| D | app_manager.cc | 221 pb_istream_t stream = pb_istream_from_buffer(message, message_size); in HandleHostConfigRequest() local 288 auto stream = pb_ostream_from_buffer(static_cast<pb_byte_t *>(msg_buf), in SendFilterResultsToHost() local 318 auto stream = pb_ostream_from_buffer(static_cast<pb_byte_t *>(msg_buf), in SendFilterResultToHost() local 347 static bool EncodeFilterResultCallback(pb_ostream_t *stream, in EncodeFilterResultCallback() 390 pb_ostream_t *stream, size_t *msg_size) { in EncodeFilterResults() 413 pb_ostream_t *stream, size_t *msg_size) { in EncodeFilterResult()
|
| D | filter.cc | 43 pb_istream_t stream = pb_istream_from_buffer(message, message_size); in Update() local
|
| /system/libziparchive/ |
| D | zip_archive_stream_entry.cc | 148 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/ |
| D | cow_decompress.h | 49 void set_stream(IByteStream* stream) { stream_ = stream; } in set_stream()
|
| /system/chre/apps/test/common/shared/src/ |
| D | send_message.cc | 35 bool encodeErrorMessage(pb_ostream_t *stream, const pb_field_t * /*field*/, in encodeErrorMessage() 106 pb_ostream_t stream = pb_ostream_from_buffer(bytes, size); in sendMessageToHost() local
|
| /system/chre/apps/test/common/chre_cross_validator_wifi/src/ |
| D | chre_cross_validator_wifi_manager.cc | 69 pb_istream_t stream = pb_istream_from_buffer( in handleMessageFromHost() local 132 pb_istream_t stream = in handleDataMessage() local 261 bool Manager::encodeErrorMessage(pb_ostream_t *stream, in encodeErrorMessage()
|
| D | wifi_scan_result.cc | 60 bool WifiScanResult::decodeString(pb_istream_t *stream, in decodeString()
|
| /system/tools/hidl/metadata/ |
| D | parser.cpp | 32 std::ifstream stream(path); in main() local
|
| /system/nvram/core/ |
| D | persistence.cpp | 47 BlobOutputStreamBuffer stream(blob); in EncodeObject() local 68 InputStreamBuffer stream(blob.data(), blob.size()); in DecodeObject() local
|
| /system/tools/aidl/metadata/ |
| D | parser.cpp | 32 std::ifstream stream(path); in main() local
|
| /system/nvram/messages/ |
| D | nvram_messages.cpp | 178 BlobOutputStreamBuffer stream(blob); in Encode() local 184 ArrayOutputStreamBuffer stream(buffer, *size); in Encode() local 194 InputStreamBuffer stream(data, size); in Decode() local
|
| /system/gsid/aidl/android/gsi/ |
| D | IGsiService.aidl | 51 boolean commitGsiChunkFromStream(in ParcelFileDescriptor stream, long bytes); in commitGsiChunkFromStream() 66 boolean setGsiAshmem(in ParcelFileDescriptor stream, long size); in setGsiAshmem()
|
| /system/tools/hidl/hashing/ |
| D | Hash.cpp | 55 std::ifstream stream(path); in sha256File() local 113 std::ifstream stream(path); in readHashFile() local
|
| /system/core/healthd/ |
| D | charger_test.cpp | 78 std::ofstream stream(path); in createFile() local 89 std::ifstream stream(path); in openToString() local
|
| /system/media/audio_utils/ |
| D | tinysndfile.c | 33 FILE *stream; member 67 FILE *stream = fopen(path, "rb"); in sf_open_read() local 309 FILE *stream = fopen(path, "w+b"); in sf_open_write() local
|
| /system/gsid/tests/ |
| D | DsuGsiIntegrationTest.java | 83 InputStream stream = null; in setUp() local
|
| /system/chre/host/common/include/chre_host/ |
| D | log.h | 35 #define CHRE_LOG(level, stream, format, ...) \ argument
|
| /system/chre/apps/test/pts/audio_enable_disable_test/src/ |
| D | audio_enable_disable_test.cc | 79 pb_ostream_t stream = pb_ostream_from_buffer(bytes, size); in sendTestResult() local
|
| /system/tools/aidl/ |
| D | code_writer.cpp | 104 std::unique_ptr<std::ostream> stream; in ForFile() local
|
| /system/libhidl/base/ |
| D | Status.cpp | 102 std::ostream& operator<< (std::ostream& stream, const Status& s) { in operator <<()
|
| /system/chre/core/ |
| D | telemetry_manager.cc | 56 pb_ostream_t stream = pb_ostream_from_buffer(bytes, size); in sendMetricToHost() local
|
| /system/update_engine/ |
| D | libcurl_http_fetcher.h | 210 void* stream) { in StaticLibcurlWrite()
|
| /system/core/fs_mgr/liblp/ |
| D | super_layout_builder.cpp | 219 std::ostream& operator<<(std::ostream& stream, const SuperImageExtent& extent) { in operator <<()
|