Home
last modified time | relevance | path

Searched defs:stream (Results 1 – 25 of 51) 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.cc41 bool decodeSensorName(pb_istream_t *stream, const pb_field_s *field, in decodeSensorName()
131 bool Manager::encodeThreeAxisSensorDatapointValues(pb_ostream_t *stream, in encodeThreeAxisSensorDatapointValues()
162 bool Manager::encodeFloatSensorDatapointValue(pb_ostream_t *stream, in encodeFloatSensorDatapointValue()
179 bool Manager::encodeProximitySensorDatapointValue(pb_ostream_t *stream, in encodeProximitySensorDatapointValue()
197 bool Manager::encodeStepCounterSensorDatapointValue(pb_ostream_t *stream, in encodeStepCounterSensorDatapointValue()
220 bool Manager::encodeThreeAxisSensorDatapoints(pb_ostream_t *stream, in encodeThreeAxisSensorDatapoints()
248 bool Manager::encodeFloatSensorDatapoints(pb_ostream_t *stream, in encodeFloatSensorDatapoints()
275 bool Manager::encodeProximitySensorDatapoints(pb_ostream_t *stream, in encodeProximitySensorDatapoints()
303 bool Manager::encodeStepCounterSensorDatapoints(pb_ostream_t *stream, in encodeStepCounterSensorDatapoints()
/system/chre/apps/test/common/shared/src/
Dsend_message.cc34 bool encodeErrorMessage(pb_ostream_t *stream, const pb_field_t * /*field*/, in encodeErrorMessage()
75 pb_ostream_t stream = pb_ostream_from_buffer(bytes, size); in sendTestResultWithMsgToHost() local
/system/libziparchive/
Dzip_archive_stream_entry.cc144 static inline int zlib_inflateInit2(z_stream* stream, int window_bits) { in zlib_inflateInit2()
295 ZipArchiveStreamEntry* stream = nullptr; in Create() local
311 ZipArchiveStreamEntry* stream = nullptr; in CreateRaw() local
/system/core/fs_mgr/libsnapshot/
Dcow_decompress.h48 void set_stream(IByteStream* stream) { stream_ = stream; } in set_stream()
/system/tools/hidl/metadata/
Dparser.cpp32 std::ifstream stream(path); in main() local
/system/chre/apps/test/common/chre_cross_validator_wifi/src/
Dchre_cross_validator_wifi_manager.cc68 pb_istream_t stream = pb_istream_from_buffer( in handleMessageFromHost() local
132 pb_istream_t stream = in handleDataMessage() local
258 bool Manager::encodeErrorMessage(pb_ostream_t *stream, in encodeErrorMessage()
Dwifi_scan_result.cc61 bool WifiScanResult::decodeString(pb_istream_t *stream, in decodeString()
/system/nvram/core/
Dpersistence.cpp47 BlobOutputStreamBuffer stream(blob); in EncodeObject() local
68 InputStreamBuffer stream(blob.data(), blob.size()); in DecodeObject() local
/system/tools/aidl/metadata/
Dparser.cpp32 std::ifstream stream(path); in main() local
/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() 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/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/tools/hidl/hashing/
DHash.cpp55 std::ifstream stream(path); in sha256File() local
113 std::ifstream stream(path); in readHashFile() local
/system/core/healthd/
Dcharger_test.cpp78 std::ofstream stream(path); in createFile() local
89 std::ifstream stream(path); in openToString() local
/system/media/audio_utils/
Dtinysndfile.c33 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/chre/host/common/include/chre_host/
Dlog.h35 #define CHRE_LOG(level, stream, format, ...) \ argument
/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.cpp104 std::unique_ptr<std::ostream> stream; in ForFile() local
/system/update_engine/
Dlibcurl_http_fetcher.h215 void* stream) { in StaticLibcurlWrite()
/system/libhidl/base/
DStatus.cpp102 std::ostream& operator<< (std::ostream& stream, const Status& s) { in operator <<()
/system/chre/core/
Dtelemetry_manager.cc56 pb_ostream_t stream = pb_ostream_from_buffer(bytes, size); in sendMetricToHost() local
/system/libvintf/
DAssembleVintf.cpp52 NamedIstream(const std::string& name, std::unique_ptr<std::istream>&& stream) in NamedIstream()
55 std::istream& stream() { return *mStream; } in stream() function in android::vintf::NamedIstream
221 static bool parseFileForKernelConfigs(std::basic_istream<char>& stream, in parseFileForKernelConfigs()
/system/netd/server/
DControllers.cpp141 std::stringstream stream(output); in findExistingChildChains() local
/system/nvram/messages/include/nvram/messages/
Dproto.hpp458 bool Encode(const Struct& object, OutputStreamBuffer* stream) { in Encode()
470 bool Decode(Struct* object, InputStreamBuffer* stream) { in Decode()

123