Home
last modified time | relevance | path

Searched defs:proto (Results 26 – 50 of 317) sorted by relevance

12345678910>>...13

/aosp14/frameworks/base/core/tests/batterystatstests/BatteryUsageStatsProtoTests/src/com/android/internal/os/
H A DBatteryUsageStatsPulledTest.java56 BatteryUsageStatsAtomsProto proto; in testGetStatsProto() local
211 @BatteryConsumer.PowerModel int powerModel, BatteryUsageStatsAtomsProto proto) { in assertPowerComponentModel()
361 BatteryUsageStatsAtomsProto proto; in testLargeAtomTruncated() local
/aosp14/frameworks/base/cmds/incident_helper/src/parsers/
H A DCpuInfoParser.cpp26 static void writeSuffixLine(ProtoOutputStream* proto, uint64_t fieldId, in writeSuffixLine()
56 ProtoOutputStream proto; in Parse() local
H A DBatteryTypeParser.cpp33 ProtoOutputStream proto; in Parse() local
H A DKernelWakesParser.cpp35 ProtoOutputStream proto; in Parse() local
H A DEventLogTagsParser.cpp30 ProtoOutputStream proto; in Parse() local
/aosp14/frameworks/base/core/java/android/nfc/cardemulation/
H A DUtils.java31 @NonNull ComponentName componentName, @NonNull ProtoOutputStream proto, long fieldId) { in dumpDebugComponentName()
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_thread_skeleton.cpp195 IRemoteInvoker *IPCThreadSkeleton::GetRemoteInvoker(int proto) in GetRemoteInvoker()
277 void IPCThreadSkeleton::JoinWorkThread(int proto) in JoinWorkThread()
285 void IPCThreadSkeleton::StopWorkThread(int proto) in StopWorkThread()
H A Dipc_thread_pool.cpp76 bool IPCWorkThreadPool::SpawnThread(int policy, int proto) in SpawnThread()
115 std::string IPCWorkThreadPool::MakeThreadName(int proto, int &threadIndex) in MakeThreadName()
/aosp14/frameworks/base/libs/hwui/service/
H A DGraphicsStatsService.cpp162 bool mergeProfileDataIntoProto(protos::GraphicsStatsProto* proto, const std::string& package, in mergeProfileDataIntoProto()
254 static int32_t findPercentile(protos::GraphicsStatsProto* proto, int percentile) { in findPercentile()
266 static int32_t findGPUPercentile(protos::GraphicsStatsProto* proto, int percentile) { in findGPUPercentile()
282 void dumpAsTextToFd(protos::GraphicsStatsProto* proto, int fd) { in dumpAsTextToFd()
380 protos::GraphicsStatsServiceDumpProto& proto() { return mProto; } in proto() function in android::uirenderer::GraphicsStatsService::Dump
495 util::ProtoOutputStream proto; in writeCpuHistogram() local
515 util::ProtoOutputStream proto; in writeGpuHistogram() local
/ohos5.0/foundation/communication/ipc/ipc/native/test/fuzztest/mock/binderinvoker_fuzzer/
H A Dbinderinvoker_fuzzer.cpp61 int proto; in AddDeathRecipientTest() local
91 int proto; in FlattenObjectTest() local
214 int proto; in TranslateIRemoteObjectTest002() local
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/idle/
H A DIdlenessTracker.java51 void dump(ProtoOutputStream proto, long fieldId); in dump()
/aosp14/frameworks/base/services/core/java/com/android/server/power/
H A DSuspendBlocker.java68 void dumpDebug(ProtoOutputStream proto, long fieldId); in dumpDebug()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/coap_discover/
H A Dcoap_client.h31 coap_proto_t proto; member
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/test/
H A D3d_widget_adapter_test.h38 void Clone(IEngine *proto) override{}; in Clone()
/aosp14/frameworks/base/cmds/am/src/com/android/commands/am/
H A DInstrument.java260 final ProtoOutputStream proto = new ProtoOutputStream(); in onInstrumentationStatusLocked() local
285 final ProtoOutputStream proto = new ProtoOutputStream(); in onInstrumentationFinishedLocked() local
299 final ProtoOutputStream proto = new ProtoOutputStream(); in onError() local
310 private void writeBundle(ProtoOutputStream proto, long fieldId, Bundle bundle) { in writeBundle()
349 private void outputProto(ProtoOutputStream proto) { in outputProto()
/aosp14/frameworks/base/core/java/com/android/internal/app/procstats/
H A DDumpUtils.java333 public static void printProcStateTagProto(ProtoOutputStream proto, long screenId, long memId, in printProcStateTagProto()
346 public static void printProcStateAdjTagProto(ProtoOutputStream proto, long screenId, long memId, in printProcStateAdjTagProto()
353 public static void printProcStateDurationProto(ProtoOutputStream proto, long fieldId, in printProcStateDurationProto()
509 public static int printProto(ProtoOutputStream proto, long fieldId, in printProto()
563 public static void printAggregatedProcStateTagProto(ProtoOutputStream proto, long screenId, in printAggregatedProcStateTagProto()
/aosp14/frameworks/base/services/core/java/com/android/server/utils/quota/
H A DCategory.java72 void dumpDebug(ProtoOutputStream proto, long fieldId) { in dumpDebug()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DSharedLibrariesRead.java85 void dumpProto(@NonNull ProtoOutputStream proto); in dumpProto()
/aosp14/frameworks/base/services/core/java/com/android/server/uri/
H A DNeededUriGrants.java38 public void dumpDebug(ProtoOutputStream proto, long fieldId) { in dumpDebug()
/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DLocalLog.java69 public void dumpDebug(ProtoOutputStream proto, long fieldId) { in dumpDebug()
/aosp14/frameworks/base/core/java/com/android/internal/inputmethod/
H A DImeTracing.java104 public abstract void addToBuffer(ProtoOutputStream proto, int source); in addToBuffer()
128 void dumpToProto(ProtoOutputStream proto, @Nullable byte[] icProto); in dumpToProto()
/aosp14/system/core/storaged/
H A Dstoraged.cpp244 StoragedProto proto; in load_proto() local
264 char* storaged_t:: prepare_proto(userid_t user_id, StoragedProto* proto) { in prepare_proto()
351 void storaged_t::flush_proto(userid_t user_id, StoragedProto* proto) { in flush_proto()
/aosp14/frameworks/base/core/java/android/os/
H A DPowerComponents.java208 void writeStatsProto(@NonNull ProtoOutputStream proto) { in writeStatsProto()
216 private boolean writeStatsProtoImpl(@Nullable ProtoOutputStream proto) { in writeStatsProtoImpl()
273 private void writePowerUsageSlice(ProtoOutputStream proto, int componentId, in writePowerUsageSlice()
310 private void writePowerComponentUsage(ProtoOutputStream proto, long tag, int componentId, in writePowerComponentUsage()
/aosp14/frameworks/base/core/java/android/util/
H A DKeyValueListParser.java266 public void dumpProto(ProtoOutputStream proto, long tag) { in dumpProto()
319 public void dumpProto(ProtoOutputStream proto, long tag) { in dumpProto()
372 public void dumpProto(ProtoOutputStream proto, long tag) { in dumpProto()
425 public void dumpProto(ProtoOutputStream proto, long tag) { in dumpProto()
/aosp14/frameworks/base/core/java/android/view/
H A DInsetsAnimationControlRunner.java92 void dumpDebug(ProtoOutputStream proto, long fieldId); in dumpDebug()

12345678910>>...13