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

  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ChildProcessConnection.java 107 private int mPID = 0; // Process ID of the corresponding child process.
218 int pid = mPID; // Stash the pid for DeathCallback since stop() will clear it.
330 mPID = 0;
392 mPID = mService.setupConnection(bundle, mConnectionParams.mCallback);
450 Log.w(TAG, "The connection is not bound for " + mPID);
474 Log.w(TAG, "The connection is not bound for " + mPID);
492 return mPID;
  /frameworks/av/media/libstagefright/mpeg2ts/
ATSParser.cpp 239 unsigned mPID;
325 info.mPID = elementaryPID;
338 ssize_t index = mStreams.indexOfKey(info.mPID);
360 ALOGI("PID 0x%08x => type 0x%02x", info.mPID, info.mType);
377 info1.mPID == s1->pid() && info1.mType == s2->type()
378 && info2.mPID == s2->pid() && info2.mType == s1->type();
381 info1.mPID == s2->pid() && info1.mType == s1->type()
382 && info2.mPID == s1->pid() && info2.mType == s2->type();
407 ssize_t index = mStreams.indexOfKey(info.mPID);
411 this, info.mPID, info.mType, PCR_PID)
    [all...]
  /frameworks/av/media/libstagefright/wifi-display/source/
TSPacketizer.cpp 69 unsigned mPID;
90 mPID(PID),
131 return mPID;

Completed in 1929 milliseconds