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 95 int this_pid = 0; local
97 dict->GetInteger("pid", &this_pid);
100 if (this_pid != static_cast<int>(pid) || this_lid != lid)
123 int this_pid = 0, this_lid = 0; local
124 record->GetInteger("pid", &this_pid);
127 if (this_pid != static_cast<int>(pid) || this_lid != lid)
  /external/chromium_org/remoting/host/linux/
linux_me2me_host.py 513 this_pid = os.getpid()
531 if process.pid == this_pid:
    [all...]

Completed in 129 milliseconds