Home
last modified time | relevance | path

Searched defs:readFromProto (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/services/core/java/com/android/server/apphibernation/
DProtoReadWriter.java41 @Nullable T readFromProto(@NonNull ProtoInputStream stream) throws IOException; in readFromProto() method
DUserLevelHibernationProto.java49 public @Nullable List<UserLevelState> readFromProto(@NonNull ProtoInputStream stream) in readFromProto() method in UserLevelHibernationProto
DGlobalLevelHibernationProto.java50 public @Nullable List<GlobalLevelState> readFromProto(@NonNull ProtoInputStream stream) in readFromProto() method in GlobalLevelHibernationProto
/frameworks/native/services/surfaceflinger/
DLayerProtoHelper.cpp78 void LayerProtoHelper::readFromProto(const perfetto::protos::RegionProto& regionProto, in readFromProto() function in android::surfaceflinger::LayerProtoHelper
102 void LayerProtoHelper::readFromProto(const perfetto::protos::RectProto& proto, Rect& outRect) { in readFromProto() function in android::surfaceflinger::LayerProtoHelper
229 void LayerProtoHelper::readFromProto( in readFromProto() function in android::surfaceflinger::LayerProtoHelper
252 void LayerProtoHelper::readFromProto(const perfetto::protos::BlurRegion& proto, in readFromProto() function in android::surfaceflinger::LayerProtoHelper
/frameworks/base/core/tests/coretests/src/android/content/res/
DConfigurationTest.java192 private void readFromProto(File f, Configuration config) throws Exception { in readFromProto() method in ConfigurationTest
/frameworks/base/services/people/java/com/android/server/people/data/
DEvent.java162 static Event readFromProto(@NonNull ProtoInputStream protoInputStream) throws IOException { in readFromProto() method in Event
DEventIndex.java284 static EventIndex readFromProto(@NonNull ProtoInputStream protoInputStream) throws IOException { in readFromProto() method in EventIndex
DConversationInfo.java387 static ConversationInfo readFromProto(@NonNull ProtoInputStream protoInputStream) in readFromProto() method in ConversationInfo
/frameworks/base/services/tests/servicestests/src/com/android/server/apphibernation/
DHibernationStateDiskStoreTest.java124 public List<String> readFromProto(@NonNull ProtoInputStream stream) in readFromProto() method in HibernationStateDiskStoreTest.MockProtoReadWriter
/frameworks/base/graphics/java/android/graphics/
DRect.java261 public void readFromProto(@NonNull ProtoInputStream proto, long fieldId) throws IOException, in readFromProto() method in Rect
/frameworks/base/core/java/android/app/
DWindowConfiguration.java742 public void readFromProto(ProtoInputStream proto, long fieldId) in readFromProto() method in WindowConfiguration
DApplicationStartInfo.java800 public void readFromProto(ProtoInputStream proto, long fieldId) in readFromProto() method in ApplicationStartInfo
DApplicationExitInfo.java1454 public void readFromProto(ProtoInputStream proto, long fieldId) in readFromProto() method in ApplicationExitInfo
/frameworks/base/services/core/java/com/android/server/am/
DAppStartInfoTracker.java1329 int readFromProto(ProtoInputStream proto, long fieldId) in readFromProto() method in AppStartInfoTracker.AppStartInfoContainer
DAppExitInfoTracker.java1528 int readFromProto(ProtoInputStream proto, long fieldId) in readFromProto() method in AppExitInfoTracker.AppExitInfoContainer
/frameworks/base/core/java/android/content/res/
DConfiguration.java1369 public void readFromProto(ProtoInputStream protoInputStream, long fieldId) throws IOException { in readFromProto() method in Configuration