Home
last modified time | relevance | path

Searched defs:ostream (Results 1 – 5 of 5) sorted by relevance

/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/
Dfilter_extension.cc169 pb_ostream_t ostream = pb_ostream_from_buffer(data_buf.data, data_buf.length); in EncodeConfigResponse() local
221 pb_ostream_t ostream = pb_ostream_from_buffer(data_buf.data, data_buf.length); in EncodeAdvReport() local
Dtracker_filter.cc177 pb_ostream_t ostream = pb_ostream_from_buffer(data_buf.data, data_buf.length); in EncodeTrackerReport() local
/system/tools/aidl/
Dcode_writer.cpp34 CodeWriter::CodeWriter(std::unique_ptr<std::ostream> ostream) : ostream_(std::move(ostream)) {} in CodeWriter()
/system/core/fs_mgr/libsnapshot/
Dsnapshot_stub.cpp109 bool SnapshotManagerStub::Dump(std::ostream&) { in Dump()
/system/incremental_delivery/incfs/incfsdump/
Ddump.cpp266 auto ostream = out() << "flags: " << hex(header.fh_flags); in run() local
339 auto ostream = out() << i << " @ " << hex(mIn.tellg()) << ": [ "; in dumpBlockmap() local