| /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 | 43 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/ |
| D | app_manager.cc | 241 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
|
| D | filter.cc | 44 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 | 64 void set_stream(IByteStream* stream) { stream_ = stream; } in set_stream()
|
| /system/nvram/core/ |
| D | persistence.cpp | 47 BlobOutputStreamBuffer stream(blob); in EncodeObject() local 68 InputStreamBuffer stream(blob.data(), blob.size()); in DecodeObject() local
|
| /system/chre/apps/test/common/shared/src/ |
| D | send_message.cc | 33 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/ |
| D | log.cc | 23 void outputHostLog(int priority, FILE *stream, const char *format, in outputHostLog()
|
| /system/tools/hidl/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/tools/aidl/metadata/ |
| D | parser.cpp | 32 std::ifstream stream(path); in main() 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/chre/apps/test/common/chre_cross_validator_wifi/src/ |
| D | chre_cross_validator_wifi_manager.cc | 60 pb_istream_t stream = pb_istream_from_buffer( in handleMessageFromHost() local 127 pb_istream_t stream = in handleDataMessage() local
|
| D | wifi_scan_result.cc | 60 bool WifiScanResult::decodeString(pb_istream_t *stream, in decodeString()
|
| /system/core/healthd/ |
| D | charger_test.cpp | 78 std::ofstream stream(path); in createFile() local 89 std::ifstream stream(path); in openToString() local
|
| /system/tools/hidl/hashing/ |
| D | Hash.cpp | 55 std::ifstream stream(path); in sha256File() local 113 std::ifstream stream(path); in readHashFile() local
|
| /system/media/audio_utils/ |
| D | tinysndfile.c | 33 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/ |
| D | DsuGsiIntegrationTest.java | 83 InputStream stream = null; in setUp() local
|
| /system/chre/apps/test/common/chre_cross_validator_wwan/src/ |
| D | chre_cross_validator_wwan_manager.cc | 385 bool EncodeWwanCellInfos(pb_ostream_t *stream, const pb_field_t *field, in EncodeWwanCellInfos()
|
| /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 | 100 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/update_engine/ |
| D | libcurl_http_fetcher.h | 210 void* stream) { in StaticLibcurlWrite()
|
| /system/chre/core/ |
| D | telemetry_manager.cc | 61 pb_ostream_t stream = pb_ostream_from_buffer(bytes, size); in sendMetricToHost() local
|