Searched defs:pid_state (Results 1 - 6 of 6) sorted by relevance

/external/lldb/tools/debugserver/source/
H A DRNBContext.cpp180 nub_state_t pid_state = DNBProcessGetState(pid); local
181 DNBLogThreadedIf(LOG_RNB_PROC, "RNBContext::%s (pid=%4.4x) got process state change: %s", __FUNCTION__, pid, DNBStateAsString(pid_state));
188 switch (pid_state)
258 nub_state_t pid_state = DNBProcessGetState(m_pid); local
259 return pid_state == eStateRunning || pid_state == eStateStepping;
H A Dlibdebugserver.cpp161 nub_state_t pid_state = DNBProcessGetState (pid); local
163 DNBLogThreadedIf (LOG_RNB_MINIMAL, "%s (&remote, initialize=%i) pid_state = %s", __FUNCTION__, (int)initialize, DNBStateAsString (pid_state));
165 switch (pid_state)
192 DNBLogThreadedIf (LOG_RNB_MINIMAL, "%s (&remote, initialize=%i) pid_state = %s pid_stop_count %u (old %u)) Notify??? no, first stop...", __FUNCTION__, (int)initialize, DNBStateAsString (pid_state), ctx.GetProcessStopCount(), prev_pid_stop_count);
197 DNBLogThreadedIf (LOG_RNB_MINIMAL, "%s (&remote, initialize=%i) pid_state = %s pid_stop_count %u (old %u)) Notify??? YES!!!", __FUNCTION__, (int)initialize, DNBStateAsString (pid_state), ctx.GetProcessStopCount(), prev_pid_stop_count);
203 DNBLogThreadedIf (LOG_RNB_MINIMAL, "%s (&remote, initialize=%i) pid_state = %s pid_stop_count %u (old %u)) Notify??? skipping...", __FUNCTION__, (int)initialize, DNBStateAsString (pid_state), ct
[all...]
H A Ddebugserver.cpp296 nub_state_t pid_state = DNBProcessGetState (pid); local
297 DNBLogThreadedIf (LOG_RNB_EVENTS, "%s process %4.4x state changed (eEventProcessStateChanged): %s", __FUNCTION__, pid, DNBStateAsString(pid_state));
299 switch (pid_state)
418 nub_state_t pid_state = DNBProcessGetState (pid); local
420 DNBLogThreadedIf (LOG_RNB_MINIMAL, "%s (&remote, initialize=%i) pid_state = %s", __FUNCTION__, (int)initialize, DNBStateAsString (pid_state));
422 switch (pid_state)
453 DNBLogThreadedIf (LOG_RNB_MINIMAL, "%s (&remote, initialize=%i) pid_state = %s pid_stop_count %llu (old %llu)) Notify??? no, first stop...", __FUNCTION__, (int)initialize, DNBStateAsString (pid_state), (uint64_t)ctx.GetProcessStopCount(), (uint64_t)prev_pid_stop_count);
458 DNBLogThreadedIf (LOG_RNB_MINIMAL, "%s (&remote, initialize=%i) pid_state
[all...]
H A DDNB.cpp358 nub_state_t pid_state = DNBProcessGetState (pid); local
360 __FUNCTION__, pid, DNBStateAsString(pid_state));
362 switch (pid_state)
H A DRNBRemote.cpp2550 nub_state_t pid_state = DNBProcessGetState (pid); local
2552 switch (pid_state)
/external/chromium_org/media/formats/mp2t/
H A Dmp2t_stream_parser.cc201 PidState* pid_state = it->second; local
202 pid_state->Flush();
203 delete pid_state;
303 PidState* pid_state = it->second; local
304 if (pid_state->pid_type() == PidState::kPidPmt) {
394 PidState* pid_state = it->second; local
395 if (pid_state->pid_type() == PidState::kPidAudioPes &&
398 if (pid_state->pid_type() == PidState::kPidVideoPes &&
417 PidState* pid_state = it->second; local
419 (pid_state
[all...]

Completed in 1129 milliseconds