/aosp_15_r20/external/perfetto/src/profiling/memory/ |
H A D | heapprofd_producer.h | 176 struct ProcessState { struct 185 ProcessState(GlobalCallstackTrie* c, bool d) in ProcessState() function 187 bool disconnected = false; 188 SharedRingBuffer::ErrorState error_state = 190 bool buffer_corrupted = false; 192 uint64_t heap_samples = 0; 193 uint64_t map_reparses = 0; 194 uint64_t unwinding_errors = 0; 196 uint64_t total_unwinding_time_us = 0; 197 uint64_t client_spinlock_blocked_us = 0; [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/os/ |
D | exec_plan9.go | 109 type ProcessState struct { struct 110 pid int // The process's id. 111 status *syscall.Waitmsg // System-dependent status info. 115 func (p *ProcessState) Pid() int { 119 func (p *ProcessState) exited() bool { 123 func (p *ProcessState) success() bool { 127 func (p *ProcessState) sys() any { 131 func (p *ProcessState) sysUsage() any { 135 func (p *ProcessState) userTime() time.Duration { 139 func (p *ProcessState) systemTime() time.Duration { [all …]
|
D | exec_posix.go | 81 type ProcessState struct { struct 82 pid int // The process's id. 83 status syscall.WaitStatus // System-dependent status info. 84 rusage *syscall.Rusage 88 func (p *ProcessState) Pid() int { 92 func (p *ProcessState) exited() bool { 96 func (p *ProcessState) success() bool { 100 func (p *ProcessState) sys() any { 104 func (p *ProcessState) sysUsage() any { 108 func (p *ProcessState) String() string { [all …]
|
/aosp_15_r20/frameworks/libs/native_bridge_support/android_api/libOpenSLES/proxy/ |
D | sles_trampolines.cc | 113 ProcessState* /* state */) { in DoCustomTrampoline_SLAndroidBufferQueueItf_RegisterCallback() argument 195 ProcessState* /* state */) { in DoCustomTrampoline_SLAudioIODeviceCapabilitiesItf_RegisterAvailableAudioInputsChangedCallback() argument 203 ProcessState* /* state */) { in DoCustomTrampoline_SLAudioIODeviceCapabilitiesItf_RegisterAvailableAudioOutputsChangedCallback() argument 211 ProcessState* /* state */) { in DoCustomTrampoline_SLAudioIODeviceCapabilitiesItf_RegisterDefaultDeviceIDMapChangedCallback() argument 266 ProcessState* /* state */) { in DoCustomTrampoline_SLDynamicInterfaceManagementItf_RegisterCallback() argument 367 ProcessState* /* state */) { in DoCustomTrampoline_SLMIDIMessageItf_RegisterMetaEventCallback() argument 372 ProcessState* /* state */) { in DoCustomTrampoline_SLMIDIMessageItf_RegisterMIDIMessageCallback() argument 475 ProcessState* /* state */) { in DoCustomTrampoline_SLOutputMixItf_RegisterDeviceChangeCallback() argument 611 ProcessState* /* state */) { in DoCustomTrampoline_SLVisualizationItf_RegisterVisualizationCallback() argument
|
/aosp_15_r20/external/perfetto/src/profiling/perf/ |
H A D | unwinding.h | 131 struct ProcessState { struct 156 std::map<pid_t, ProcessState> process_states; argument
|
/aosp_15_r20/frameworks/native/libs/binder/rust/src/ |
H A D | state.rs | 22 pub struct ProcessState; struct 24 impl ProcessState { implementation
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/ |
D | state_machine.rs | 45 pub enum ProcessState { enum 219 pub fn get_process_state(&self, hci: VirtualHciIndex) -> ProcessState { in get_process_state() 1334 fn get_process_state(&self, hci: VirtualHciIndex) -> ProcessState { in get_process_state() 1402 ) -> (ProcessState, CommandTimeoutAction) { in action_start_bluetooth() 1428 ) -> (ProcessState, CommandTimeoutAction) { in action_stop_bluetooth() 1454 ) -> (ProcessState, CommandTimeoutAction) { in action_restart_bluetooth() 1486 ) -> (ProcessState, CommandTimeoutAction) { in action_on_bluetooth_started() 1520 ) -> (ProcessState, CommandTimeoutAction) { in action_on_bluetooth_stopped() 1691 ) -> (ProcessState, AdapterChangeAction, CommandTimeoutAction) { in action_on_hci_presence_changed()
|
/aosp_15_r20/frameworks/base/core/proto/android/os/ |
H A D | batteryusagestats.proto | 74 enum ProcessState { enum 101 enum ProcessState { enum
|
/aosp_15_r20/external/crosvm/sandbox/ |
H A D | bindings.rs | 262 pub struct ProcessState { struct 263 _unused: [u8; 0], 305 pub fn sbox_get_state(target: *mut TargetServices) -> *mut ProcessState; in sbox_get_state()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/os/exec/ |
D | exec.go | 227 ProcessState *os.ProcessState member 862 *os.ProcessState anonMember
|
/aosp_15_r20/external/google-breakpad/src/processor/ |
H A D | stackwalk_common.h | 38 class ProcessState; variable
|
/aosp_15_r20/art/runtime/ |
H A D | process_state.h | 26 enum ProcessState { enum
|
/aosp_15_r20/external/google-breakpad/src/google_breakpad/processor/ |
H A D | microdump_processor.h | 43 class ProcessState; variable
|
/aosp_15_r20/external/deqp/framework/delibs/deutil/ |
H A D | deProcess.c | 48 } ProcessState; typedef 517 } ProcessState; typedef
|
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/frameworks/native/libs/binder/include/binder/ |
D | Stability.h | 25 class ProcessState; variable
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/frameworks/native/libs/binder/include/binder/ |
D | Stability.h | 25 class ProcessState; variable
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/frameworks/native/libs/binder/include/binder/ |
D | Stability.h | 25 class ProcessState; variable
|
/aosp_15_r20/prebuilts/vndk/v30/arm/include/frameworks/native/libs/binder/include/binder/ |
D | Stability.h | 25 class ProcessState; variable
|
/aosp_15_r20/frameworks/libs/binary_translation/guest_state/include/berberis/guest_state/ |
D | guest_state_opaque.h | 32 using ProcessState = ThreadState; variable
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/native/libs/binder/include/binder/ |
D | Stability.h | 25 class ProcessState; variable
|
/aosp_15_r20/frameworks/native/include/binder/ |
H A D | Stability.h | 26 class ProcessState; variable
|
/aosp_15_r20/frameworks/native/libs/binder/include/binder/ |
H A D | Stability.h | 26 class ProcessState; variable
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/frameworks/native/libs/binder/include/binder/ |
D | Stability.h | 25 class ProcessState; variable
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/frameworks/native/libs/binder/include/binder/ |
D | Stability.h | 25 class ProcessState; variable
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/frameworks/native/libs/binder/include/binder/ |
D | Stability.h | 25 class ProcessState; variable
|