HomeSort by relevance Sort by last modified time
    Searched refs:pid_state (Results 1 - 6 of 6) sorted by null

  /external/lldb/tools/debugserver/source/
RNBContext.cpp 180 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;
libdebugserver.cpp 161 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), ctx.GetProcessStopCount(), prev_pid_stop_count)
    [all...]
debugserver.cpp 296 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 = %s pid_stop_count %llu (old %llu)) Notify??? YES!!!", __FUNCTION__, (int)initialize, DNBStateAsS (…)
    [all...]
DNB.cpp 358 nub_state_t pid_state = DNBProcessGetState (pid); local
360 __FUNCTION__, pid, DNBStateAsString(pid_state));
362 switch (pid_state)
    [all...]
RNBRemote.cpp 2550 nub_state_t pid_state = DNBProcessGetState (pid); local
    [all...]
  /external/chromium_org/media/formats/mp2t/
mp2t_stream_parser.cc 201 PidState* pid_state = it->second; local
202 pid_state->Flush();
203 delete pid_state;
302 PidState* pid_state = it->second; local
303 if (pid_state->pid_type() == PidState::kPidPmt) {
382 PidState* pid_state = it->second; local
383 if (pid_state->pid_type() == PidState::kPidAudioPes &&
386 if (pid_state->pid_type() == PidState::kPidVideoPes &&
405 PidState* pid_state = it->second; local
407 (pid_state->pid_type() == PidState::kPidAudioPes |
    [all...]

Completed in 423 milliseconds