Home
last modified time | relevance | path

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

123456789

/aosp_15_r20/external/perfetto/src/profiling/memory/
H A Dheapprofd_producer.h176 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/
Dexec_plan9.go109 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 …]
Dexec_posix.go81 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/
Dsles_trampolines.cc113 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 Dunwinding.h131 struct ProcessState { struct
156 std::map<pid_t, ProcessState> process_states; argument
/aosp_15_r20/frameworks/native/libs/binder/rust/src/
H A Dstate.rs22 pub struct ProcessState; struct
24 impl ProcessState { implementation
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/
Dstate_machine.rs45 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 Dbatteryusagestats.proto74 enum ProcessState { enum
101 enum ProcessState { enum
/aosp_15_r20/external/crosvm/sandbox/
H A Dbindings.rs262 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/
Dexec.go227 ProcessState *os.ProcessState member
862 *os.ProcessState anonMember
/aosp_15_r20/external/google-breakpad/src/processor/
H A Dstackwalk_common.h38 class ProcessState; variable
/aosp_15_r20/art/runtime/
H A Dprocess_state.h26 enum ProcessState { enum
/aosp_15_r20/external/google-breakpad/src/google_breakpad/processor/
H A Dmicrodump_processor.h43 class ProcessState; variable
/aosp_15_r20/external/deqp/framework/delibs/deutil/
H A DdeProcess.c48 } ProcessState; typedef
517 } ProcessState; typedef
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/frameworks/native/libs/binder/include/binder/
DStability.h25 class ProcessState; variable
/aosp_15_r20/prebuilts/vndk/v30/x86/include/frameworks/native/libs/binder/include/binder/
DStability.h25 class ProcessState; variable
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/frameworks/native/libs/binder/include/binder/
DStability.h25 class ProcessState; variable
/aosp_15_r20/prebuilts/vndk/v30/arm/include/frameworks/native/libs/binder/include/binder/
DStability.h25 class ProcessState; variable
/aosp_15_r20/frameworks/libs/binary_translation/guest_state/include/berberis/guest_state/
Dguest_state_opaque.h32 using ProcessState = ThreadState; variable
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/native/libs/binder/include/binder/
DStability.h25 class ProcessState; variable
/aosp_15_r20/frameworks/native/include/binder/
H A DStability.h26 class ProcessState; variable
/aosp_15_r20/frameworks/native/libs/binder/include/binder/
H A DStability.h26 class ProcessState; variable
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/frameworks/native/libs/binder/include/binder/
DStability.h25 class ProcessState; variable
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/frameworks/native/libs/binder/include/binder/
DStability.h25 class ProcessState; variable
/aosp_15_r20/prebuilts/vndk/v34/x86/include/frameworks/native/libs/binder/include/binder/
DStability.h25 class ProcessState; variable

123456789