Searched refs:DumpState (Results 1 - 14 of 14) sorted by relevance

/frameworks/native/services/vr/performanced/
H A Dperformance_service.h23 std::string DumpState(size_t max_length) override;
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.h84 std::string DumpState() const;
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.h28 std::string DumpState(size_t max_length) override;
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.h43 // Captures buffer info for use by BufferHubService::DumpState().
145 std::string DumpState(size_t max_length) override;
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_tests.cpp96 MOCK_METHOD1(DumpState, std::string(size_t max_length));
273 EXPECT_CALL(*service_, DumpState(kRecvBufSize)).WillOnce(Return(kReply));
294 EXPECT_CALL(*service_, DumpState(kRecvBufSize)).WillOnce(Return(kReply));
314 EXPECT_CALL(*service_, DumpState(kRecvBufSize)).WillOnce(Return(kReply));
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...]
H A DKeySetManagerService.java568 PackageManagerService.DumpState dumpState) {
H A DSettings.java92 import com.android.server.pm.PackageManagerService.DumpState;
4903 DumpState dumpState, boolean checkin) {
4986 DumpState dumpState) {
5029 DumpState dumpState, boolean checkin) {
5086 void dumpReadMessagesLPr(PrintWriter pw, DumpState dumpState) {
5091 void dumpRestoredPermissionGrantsLPr(PrintWriter pw, DumpState dumpState) {
/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dservice.h599 virtual std::string DumpState(size_t max_length);

Completed in 3179 milliseconds