Searched defs:DumpState (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/services/vr/performanced/
H A Dperformance_service.cpp112 std::string PerformanceService::DumpState(size_t /*max_length*/) { function in class:android::dvr::PerformanceService
113 return cpuset_.DumpState();
H A Dcpu_set.cpp106 std::string CpuSetManager::DumpState() const { function in class:android::dvr::CpuSetManager
/frameworks/native/libs/vr/libvrflinger/
H A Ddisplay_service.cpp37 std::string DisplayService::DumpState(size_t /*max_length*/) { function in class:android::dvr::DisplayService
/frameworks/native/services/vr/bufferhubd/
H A Dbuffer_hub.cpp36 std::string BufferHubService::DumpState(size_t /*max_length*/) { function in class:android::dvr::BufferHubService
/frameworks/native/libs/vr/libpdx/
H A Dservice.cpp580 std::string Service::DumpState(size_t /*max_length*/) { return ""; } function in class:android::pdx::Service
617 auto response = DumpState(message.GetReceiveLength());
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java21635 static class DumpState { class in class:PackageManagerService
21725 DumpState dumpState = new DumpState();
21776 dumpState.setOptionEnabled(DumpState.OPTION_SHOW_FILTERS);
21794 dumpState.setOptionEnabled(DumpState.OPTION_SHOW_FILTERS);
21826 dumpState.setDump(DumpState.DUMP_LIBS);
21828 dumpState.setDump(DumpState.DUMP_FEATURES);
21831 dumpState.setDump(DumpState.DUMP_ACTIVITY_RESOLVERS
21832 | DumpState.DUMP_SERVICE_RESOLVERS
21833 | DumpState
[all...]

Completed in 604 milliseconds