/system/media/audio_utils/ |
D | fifo.cpp | 68 int32_t audio_utils_fifo_base::diff(uint32_t rear, uint32_t front, size_t *lost, bool flush) const in diff() argument 72 if (lost != NULL) { in diff() 73 *lost = 0; in diff() 95 if (lost != NULL) { in diff() 99 *lost = diff - (flush ? 0 : mFrameCount) - mFudgeFactor * (genDiff/mFrameCountP2); in diff() 113 if (lost != NULL) { in diff() 114 *lost = diff - (flush ? 0 : mFrameCount); in diff() 435 size_t *lost) in read() argument 439 ssize_t availToRead = obtain(iovec, count, timeout, lost); in read() 514 const struct timespec *timeout, size_t *lost) in obtain() argument [all …]
|
/system/media/audio_utils/include/audio_utils/ |
D | fifo.h | 95 int32_t diff(uint32_t rear, uint32_t front, size_t *lost = NULL, bool flush = false) const; 509 size_t *lost = NULL); 528 size_t *lost); 543 ssize_t available(size_t *lost); 559 ssize_t flush(size_t *lost = NULL);
|
/system/extras/simpleperf/ |
D | cmd_report_sample.cpp | 301 auto& lost = proto_record.lost(); in DumpProtobufReport() local 304 lost.sample_count()); in DumpProtobufReport() 306 lost.lost_count()); in DumpProtobufReport() 358 lost_count_ += static_cast<const LostRecord*>(record.get())->lost; in ProcessRecord() 473 proto::LostSituation* lost = proto_record.mutable_lost(); in PrintLostSituationInProtobuf() local 474 lost->set_sample_count(sample_count_); in PrintLostSituationInProtobuf() 475 lost->set_lost_count(lost_count_); in PrintLostSituationInProtobuf()
|
D | report_sample.proto | 39 // whether the last sample is lost). The event type is decided by '-e' option 71 LostSituation lost = 2; field
|
D | record.h | 356 uint64_t lost; member
|
D | README.md | 311 …mpleperf I 07-11 21:44:11 17522 17522 cmd_record.cpp:316] Samples recorded: 21430. Samples lost: 0. 605 …mpleperf I 04-27 20:41:11 6940 6940 cmd_record.cpp:357] Samples recorded: 40008. Samples lost: 0. 608 …mpleperf I 04-27 20:31:40 5999 5999 cmd_record.cpp:357] Samples recorded: 39949. Samples lost: 0. 910 #### High percentage of lost samples 912 If simpleperf reports a lot of lost sample it is probably because you are
|
D | record.cpp | 369 MoveFromBinaryFormat(lost, p); in LostRecord() 375 PrintIndented(indent, "id %" PRIu64 ", lost %" PRIu64 "\n", id, lost); in DumpData()
|
D | cmd_record.cpp | 868 lost_record_count_ += static_cast<LostRecord*>(record)->lost; in ProcessRecord()
|
/system/extras/perfprofd/quipper/kernel-headers/tools/perf/util/ |
D | event.h | 65 u64 lost; member 187 struct lost_event lost; member
|
/system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/ |
D | event.h | 49 u64 lost; member 178 struct lost_event lost; member
|
/system/sepolicy/ |
D | NOTICE | 16 lost profits, cost of cover, or other special, incidental,
|
/system/extras/perfprofd/quipper/ |
D | perf_utils.cc | 135 offset = sizeof(event.lost); in GetPerfSampleDataOffset()
|
D | perf_reader.cc | 1506 ByteSwap(&event_copy->lost.id); in ReadPerfEventBlock() 1507 ByteSwap(&event_copy->lost.lost); in ReadPerfEventBlock()
|
/system/core/fastboot/ |
D | README.md | 239 to ensure no packets are lost, but the general concept of wrapping the fastboot 434 0x03 0x00 0x00 0x00 getvar:version [lost] 435 0x03 0x00 0x00 0x00 getvar:version [lost] 446 0x03 0x00 0x00 0x00 [lost] 448 0x03 0x00 0x00 0x00 [lost]
|
/system/core/rootdir/ |
D | init.rc | 360 # create the lost+found directories, so as to enforce our permissions 361 mkdir /cache/lost+found 0770 root root 477 # create the lost+found directories, so as to enforce our permissions 478 mkdir /data/lost+found 0770 root root
|
/system/sepolicy/private/ |
D | file_contexts | 25 /lost\+found u:object_r:rootfs:s0
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | file_contexts | 25 /lost\+found u:object_r:rootfs:s0
|
/system/tpm/trunks/generator/ |
D | raw_structures.txt | 68 substitute goods or services, lost profits, loss of use, loss of data or any incidental, consequent…
|
D | raw_structures_fixed.txt | 68 substitute goods or services, lost profits, loss of use, loss of data or any incidental, consequent…
|
D | raw_commands_fixed.txt | 68 substitute goods or services, lost profits, loss of use, loss of data or any incidental, consequent…
|
D | raw_commands.txt | 68 substitute goods or services, lost profits, loss of use, loss of data or any incidental, consequent…
|