Home
last modified time | relevance | path

Searched defs:ProcessState (Results 1 – 17 of 17) sorted by relevance

/aosp12/frameworks/native/libs/binder/rust/src/
H A Dstate.rs22 pub struct ProcessState; struct
24 impl ProcessState { implementation
/aosp12/art/runtime/
H A Dprocess_state.h24 enum ProcessState { enum
/aosp12/frameworks/native/include/binder/
H A DStability.h25 class ProcessState; variable
H A DParcel.h52 class ProcessState; variable
/aosp12/frameworks/native/libs/binder/include/binder/
H A DStability.h25 class ProcessState; variable
H A DParcel.h52 class ProcessState; variable
H A DBpBinder.h36 class ProcessState; variable
/aosp12/system/libprocinfo/include/procinfo/
H A Dprocess.h39 enum ProcessState { enum
/aosp12/build/soong/ui/metrics/
H A Devent.go118 func (t *EventTracer) AddProcResInfo(name string, state *os.ProcessState) {
/aosp12/system/libhwbinder/include/hwbinder/
H A DParcel.h51 class ProcessState; variable
/aosp12/frameworks/proto_logging/stats/enums/service/
H A Dprocstats_enum.proto40 enum ProcessState { enum
/aosp12/frameworks/native/libs/binder/
H A DProcessState.cpp412 ProcessState::ProcessState(const char *driver) in ProcessState() function in android::ProcessState
/aosp12/system/libhwbinder/
H A DProcessState.cpp396 ProcessState::ProcessState(size_t mmapSize) in ProcessState() function in android::hardware::ProcessState
H A DParcel.cpp182 status_t flatten_binder(const sp<ProcessState>& /*proc*/, in flatten_binder()
/aosp12/frameworks/base/core/java/com/android/internal/app/procstats/
H A DProcessState.java77 public final class ProcessState { class
178 public ProcessState(ProcessStats processStats, String pkg, int uid, long vers, String name) { in ProcessState() method in ProcessState
194 public ProcessState(ProcessState commonProcess, String pkg, int uid, long vers, String name, in ProcessState() method in ProcessState
/aosp12/frameworks/base/core/proto/android/os/
H A Dbatterystats.proto591 enum ProcessState { enum
/aosp12/frameworks/base/core/java/android/app/
H A DActivityManager.java502 public @interface ProcessState {} annotation in ActivityManager