Home
last modified time | relevance | path

Searched defs:protoOut (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/core/tests/coretests/src/android/content/res/
H A DConfigurationTest.java164 final ProtoOutputStream protoOut = new ProtoOutputStream(fos); in dumpDebug() local
/aosp12/packages/modules/StatsD/statsd/tests/
H A DFieldValue_test.cpp252 android::util::ProtoOutputStream protoOut; in TEST() local
386 android::util::ProtoOutputStream protoOut; in TEST() local
448 android::util::ProtoOutputStream protoOut; in TEST() local
/aosp12/packages/modules/StatsD/statsd/src/logd/
H A DLogEvent.cpp598 std::vector<uint8_t>* protoOut) { in writeExperimentIdsToProto()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterService.java3560 try (FileOutputStream protoOut = new FileOutputStream(fd)) { in dumpMetrics()