Searched defs:PID (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/metrics/
H A DMetricsReaderTest.java29 private static final int PID = 1; field in class:MetricsReaderTest
41 PID,
97 assertEquals(PID, log.getProcessId());
/frameworks/av/media/libstagefright/
H A DMPEG2TSWriter.cpp669 // PID = b0000000000000 (13 bits)
721 // PID = b0 0001 1110 0000 (13 bits) [0x1e0]
798 // PID = b0 0001 1110 ???? (13 bits) [0x1e0 + 1 + sourceIndex]
832 const unsigned PID = 0x1e0 + sourceIndex + 1; local
860 *ptr++ = 0x40 | (PID >> 8);
861 *ptr++ = PID & 0xff;
904 // PID = b0 0001 1110 ???? (13 bits) [0x1e0 + 1 + sourceIndex]
917 *ptr++ = 0x00 | (PID >> 8);
918 *ptr++ = PID & 0xff;
/frameworks/av/media/libstagefright/wifi-display/source/
H A DTSPacketizer.cpp37 unsigned PID, unsigned streamType, unsigned streamID);
39 unsigned PID() const;
88 unsigned PID, unsigned streamType, unsigned streamID)
90 mPID(PID),
130 unsigned TSPacketizer::Track::PID() const { function in class:android::TSPacketizer::Track
419 unsigned PID = PIDStart; local
429 ++PID;
438 sp<Track> track = new Track(format, PID, streamType, streamID);
486 // PID
651 // PID
86 Track( const sp<AMessage> &format, unsigned PID, unsigned streamType, unsigned streamID) argument
[all...]
/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DBugreportReceiverTest.java133 private static final int PID = 42; field in class:BugreportReceiverTest
137 private static final String PROGRESS_PROPERTY = "dumpstate." + PID + ".progress";
138 private static final String MAX_PROPERTY = "dumpstate." + PID + ".max";
139 private static final String NAME_PROPERTY = "dumpstate." + PID + ".name";
257 assertActionSendMultiple(extras, BUGREPORT_CONTENT, SCREENSHOT_CONTENT, ID, PID, ZIP_FILE,
293 assertActionSendMultiple(extras, BUGREPORT_CONTENT, SCREENSHOT_CONTENT, ID, PID, ZIP_FILE,
313 assertActionSendMultiple(extras, BUGREPORT_CONTENT, NO_SCREENSHOT, ID, PID, ZIP_FILE,
359 assertActionSendMultiple(extras, BUGREPORT_CONTENT, SCREENSHOT_CONTENT, ID, PID, TITLE,
414 assertActionSendMultiple(extras, BUGREPORT_CONTENT, SCREENSHOT_CONTENT, ID, PID, TITLE,
443 assertActionSendMultiple(extras, BUGREPORT_CONTENT, SCREENSHOT_CONTENT, ID, PID, ZIP_FIL
[all...]
/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp409 // get the next PID for temp[i]->type() in the new PID map
412 // change the PID of the stream, and add it back
416 // removed the used PID
562 ALOGI("PID 0x%08x => type 0x%02x", stream->pid(), stream->type());
569 ALOGI("PID 0x%08x => type 0x%02x", info.mPID, info.mType);
730 ALOGV("new stream PID 0x%02x, type 0x%02x, scrambled %d, SampleEncrypted: %d",
778 ALOGE("stream PID 0x%02x has invalid stream type 0x%02x",
1511 ALOGV("Stream PID 0x%08x of type 0x%02x now has data.",
1524 ALOGV("onPayloadData: created AnotherPacketSource PID
1778 parsePID( ABitReader *br, unsigned PID, unsigned continuity_counter, unsigned payload_unit_start_indicator, unsigned transport_scrambling_control, unsigned random_access_indicator, SyncEvent *event) argument
1880 parseAdaptationField( ABitReader *br, unsigned PID, unsigned *random_access_indicator) argument
1969 unsigned PID = br->getBits(13); local
[all...]

Completed in 648 milliseconds