Searched refs:Bytes (Results 1 – 11 of 11) sorted by relevance
/frameworks/av/media/libstagefright/rtsp/include/media/stagefright/rtsp/ |
D | TrafficRecorder.h | 27 template <class Time, class Bytes> 36 Bytes *mBytesArray = NULL; 45 Bytes mAccuBytes; 53 Bytes readBytesForTotal(); 54 Bytes readBytesForLastPeriod(Time period); 55 void writeBytes(Bytes bytes); 59 template <class Time, class Bytes> 60 TrafficRecorder<Time, Bytes>::TrafficRecorder(size_t size, Time recordLimit) in TrafficRecorder() 78 mBytesArray = new Bytes[mSize]; in TrafficRecorder() 83 template <class Time, class Bytes> [all …]
|
D | ARTPWriter.h | 122 typedef uint64_t Bytes; typedef 123 sp<TrafficRecorder<uint32_t /* Time */, Bytes> > mTrafficRec;
|
/frameworks/base/cmds/incidentd/testdata/ |
D | kmsg.txt | 5 D - 104829 - APPSBL Image Loaded, Delta - (2498816 Bytes) 8 S - Flash Throughput, 129000 KB/s (4729638 Bytes, 36613 us) 17 D - 3386 - QSEE Dev Config Image Loaded, Delta - (46232 Bytes) 20 D - 2166 - APDP Image Loaded, Delta - (7696 Bytes) 23 D - 50782 - QSEE Image Loaded, Delta - (1648640 Bytes) 25 D - 244 - SEC Image Loaded, Delta - (4096 Bytes) 32 D - 11010 - QHEE Image Loaded, Delta - (258280 Bytes) 35 D - 10736 - RPM Image Loaded, Delta - (224104 Bytes) 37 D - 0 - STI Image Loaded, Delta - (0 Bytes) 45 D - 104828 - APPSBL Image Loaded, Delta - (2498816 Bytes)
|
D | kmsg.txt.gz |
|
/frameworks/base/libs/hwui/jni/ |
D | GIFMovie.cpp | 82 const uint8_t* b = (const uint8_t*)image->ExtensionBlocks[j].Bytes; in savedimage_duration() 239 bool has_transparency = ((eb->Bytes[0] & 1) == 1); in drawFrame() 241 transparent = (unsigned char)eb->Bytes[3]; in drawFrame() 274 int disposal = ((eb->Bytes[0] >> 2) & 7); in checkIfWillBeCleared() 291 *trans = ((eb->Bytes[0] & 1) == 1); in getTransparencyAndDisposalMethod() 292 *disposal = ((eb->Bytes[0] >> 2) & 7); in getTransparencyAndDisposalMethod()
|
/frameworks/base/core/proto/android/os/ |
D | batterystats.proto | 231 // Total Bytes received on mobile connections. 233 // Total Bytes transmitted on mobile connections. 235 // Total Bytes received on wifi connections. 237 // Total Bytes transmitted on wifi connections. 247 // Total Bytes received on bluetooth connections. 249 // Total Bytes transmitted on bluetooth connections.
|
/frameworks/av/media/libstagefright/rtsp/ |
D | ARTPWriter.cpp | 80 mTrafficRec(new TrafficRecorder<uint32_t /* Time */, Bytes>( in ARTPWriter() 133 mTrafficRec(new TrafficRecorder<uint32_t /* Time */, Bytes>( in ARTPWriter()
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.cpp | 3446 StreamingMemoryObject &Bytes = *OwnedBytes; in InitLazyStream() local 3451 if (Bytes.readBytes(buf, 16, 0) != 16) in InitLazyStream() 3461 Bytes.dropLeadingBytes(bitcodeStart - buf); in InitLazyStream() 3462 Bytes.setKnownObjectSize(bitcodeEnd - bitcodeStart); in InitLazyStream()
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitcodeReader.cpp | 3788 StreamingMemoryObject &Bytes = *OwnedBytes; in InitLazyStream() local 3793 if (Bytes.readBytes(buf, 16, 0) != 16) in InitLazyStream() 3803 Bytes.dropLeadingBytes(bitcodeStart - buf); in InitLazyStream() 3804 Bytes.setKnownObjectSize(bitcodeEnd - bitcodeStart); in InitLazyStream()
|
/frameworks/base/core/api/ |
D | system-lint-baseline.txt | 545 Expected method name units to be `Bytes`, was `Space` in `getColorSpace`
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 14705 // Bytes and packets sent by the client for the layer 14709 // Bytes and packets received by the client for the layer 14713 // Bytes and packets dropped due to client error
|