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

  /external/chromium_org/content/browser/media/
webrtc_internals.cc 78 int this_pid = 0; local
80 dict->GetInteger("pid", &this_pid);
83 if (this_pid != static_cast<int>(pid) || this_lid != lid)
106 int this_pid = 0, this_lid = 0; local
107 record->GetInteger("pid", &this_pid);
110 if (this_pid != static_cast<int>(pid) || this_lid != lid)
  /external/chromium_org/remoting/tools/
me2me_virtual_host.py 464 this_pid = os.getpid()
475 if process.pid == this_pid:
    [all...]

Completed in 797 milliseconds