Home
last modified time | relevance | path

Searched refs:protoOut (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/content/res/
DConfigurationTest.java111 final ProtoOutputStream protoOut = new ProtoOutputStream(fos); in writeToProto() local
112 final long token = protoOut.start(IntervalStatsProto.CONFIGURATIONS); in writeToProto()
113 config.writeToProto(protoOut, IntervalStatsProto.Configuration.CONFIG, false, false); in writeToProto()
114 protoOut.end(token); in writeToProto()
115 protoOut.flush(); in writeToProto()
/frameworks/base/cmds/statsd/tests/
DFieldValue_test.cpp251 android::util::ProtoOutputStream protoOut; in TEST() local
252 writeDimensionPathToProto(matchers, &protoOut); in TEST()
255 outData.resize(protoOut.size()); in TEST()
257 sp<ProtoReader> reader = protoOut.data(); in TEST()
342 android::util::ProtoOutputStream protoOut; in TEST() local
343 writeDimensionToProto(dim, nullptr /* include strings */, &protoOut); in TEST()
346 outData.resize(protoOut.size()); in TEST()
348 sp<ProtoReader> reader = protoOut.data(); in TEST()
404 android::util::ProtoOutputStream protoOut; in TEST() local
405 writeDimensionLeafNodesToProto(dim, 1, nullptr /* include strings */, &protoOut); in TEST()
[all …]
/frameworks/base/cmds/statsd/src/logd/
DLogEvent.cpp651 std::vector<uint8_t>* protoOut) { in writeExperimentIdsToProto() argument
658 protoOut->resize(proto.size()); in writeExperimentIdsToProto()
663 std::memcpy(protoOut->data() + pos, reader->readBuffer(), toRead); in writeExperimentIdsToProto()
DLogEvent.h235 …iteExperimentIdsToProto(const std::vector<int64_t>& experimentIds, std::vector<uint8_t>* protoOut);
/frameworks/base/services/core/java/com/android/server/
DBluetoothManagerService.java2595 boolean protoOut = (args.length > 0) && args[0].startsWith("--proto"); in dump()
2597 if (!protoOut) { in dump()
2662 if (protoOut) { in dump()