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

  /frameworks/native/cmds/lshal/
ListCommand.h 96 virtual bool getPidInfo(pid_t serverPid, PidInfo *info) const;
97 // Retrieve from mCachedPidInfos and call getPidInfo if necessary.
147 // Cache for getPidInfo.
test.cpp 207 MOCK_CONST_METHOD2(getPidInfo, bool(pid_t, PidInfo*));
324 ON_CALL(*mockList, getPidInfo(_,_)).WillByDefault(Invoke(
384 EXPECT_CALL(*mockList, getPidInfo(5, _)).Times(1);
ListCommand.cpp 156 bool ListCommand::getPidInfo(
217 if (!getPidInfo(serverPid, &pair.first->second)) {
621 break; // skip getPidInfo
    [all...]

Completed in 484 milliseconds