/system/media/audio_utils/ |
D | fifo.cpp | 70 int32_t audio_utils_fifo_base::diff(uint32_t rear, uint32_t front, size_t *lost, bool flush) const in diff() argument 74 if (lost != NULL) { in diff() 75 *lost = 0; in diff() 97 if (lost != NULL) { in diff() 101 *lost = diff - (flush ? 0 : mFrameCount) - mFudgeFactor * (genDiff/mFrameCountP2); in diff() 115 if (lost != NULL) { in diff() 116 *lost = diff - (flush ? 0 : mFrameCount); in diff() 453 size_t *lost) in read() argument 457 ssize_t availToRead = obtain(iovec, count, timeout, lost); in read() 538 const struct timespec *timeout, size_t *lost) in obtain() argument [all …]
|
/system/netd/server/ |
D | TcpSocketMonitor.cpp | 125 stats.second.lost, in dump() 246 lostPackets.push_back(stats.second.lost); in poll() 286 .lost = TCPINFO_GET(tcpinfo, tcpi_lost, tcpinfoLen, 0), in updateSocketStats() 299 .lost = diff.lost, in updateSocketStats() 306 diff.lost -= previous.lost; in updateSocketStats() 313 stats.lost += diff.lost; in updateSocketStats()
|
D | TcpSocketMonitor.h | 53 uint32_t lost; member 68 uint32_t lost; member
|
/system/media/audio_utils/include/audio_utils/ |
D | fifo.h | 100 int32_t diff(uint32_t rear, uint32_t front, size_t *lost = NULL, bool flush = false) const; 523 size_t *lost = NULL); 542 size_t *lost); 558 ssize_t available(size_t *lost); 574 ssize_t flush(size_t *lost = NULL);
|
/system/extras/simpleperf/ |
D | cmd_report_sample.proto | 73 // and sample lost rate. 76 // same thread. However, if there are lost samples between current sample and previous 77 // sample, the event_count is the count of events from the last lost sample. 159 LostSituation lost = 2; field
|
D | cmd_report_sample.cpp | 435 auto& lost = proto_record.lost(); in DumpProtobufReport() local 437 FprintIndented(report_fp_, 1, "sample_count: %" PRIu64 "\n", lost.sample_count()); in DumpProtobufReport() 438 FprintIndented(report_fp_, 1, "lost_count: %" PRIu64 "\n", lost.lost_count()); in DumpProtobufReport() 616 lost_count_ += static_cast<const LostRecord*>(record.get())->lost; in ProcessRecord() 796 proto::LostSituation* lost = proto_record.mutable_lost(); in PrintLostSituationInProtobuf() local 797 lost->set_sample_count(sample_count_); in PrintLostSituationInProtobuf() 798 lost->set_lost_count(lost_count_); in PrintLostSituationInProtobuf()
|
D | RecordReadThread_test.cpp | 472 bool lost; member 474 FakeAuxData(size_t buf1_size, size_t buf2_size, char c, size_t pad_size, bool lost) in FakeAuxData() 475 : buf1(buf1_size, c), buf2(buf2_size, c), pad(pad_size, 0), lost(lost) {} in FakeAuxData() 535 if (aux_data[test_index].lost) { in TEST_F() 564 if (aux.lost) { in TEST_F()
|
D | record.h | 376 uint64_t lost; member
|
D | RecordReadThread.cpp | 609 stat_.kernelspace_lost_records += static_cast<size_t>(r.lost); in PushRecordToRecordBuffer()
|
D | record.cpp | 452 MoveFromBinaryFormat(lost, p); in Parse() 457 PrintIndented(indent, "id %" PRIu64 ", lost %" PRIu64 "\n", id, lost); in DumpData()
|
/system/sepolicy/ |
D | NOTICE | 16 lost profits, cost of cover, or other special, incidental,
|
/system/extras/simpleperf/doc/ |
D | debug_dwarf_unwinding.md | 30 simpleperf I cmd_record.cpp:762] Samples recorded: 22026. Samples lost: 0. 61 simpleperf I cmd_record.cpp:762] Samples recorded: 9923. Samples lost: 0.
|
D | inferno.md | 95 ### High percentage of lost samples 97 If simpleperf reports a lot of lost sample it is probably because you are
|
D | executable_commands_reference.md | 349 simpleperf I cmd_record.cpp:316] Samples recorded: 21430. Samples lost: 0. 518 **note**: In reality, switch on records and samples may lost. To mitigate the loss of accuracy, we
|
D | README.md | 181 simpleperf I cmd_record.cpp:809] Samples recorded: 105584 (cut 86291). Samples lost: 6501.
|
/system/core/fastboot/ |
D | README.md | 277 to ensure no packets are lost, but the general concept of wrapping the fastboot 472 0x03 0x00 0x00 0x00 getvar:version [lost] 473 0x03 0x00 0x00 0x00 getvar:version [lost] 484 0x03 0x00 0x00 0x00 [lost] 486 0x03 0x00 0x00 0x00 [lost]
|
/system/sepolicy/microdroid/system/private/ |
D | file_contexts | 16 /lost\+found u:object_r:rootfs:s0
|
/system/core/fs_mgr/ |
D | README.overlayfs.md | 105 the alternate slot metadata and previous content will be lost.
|
/system/core/rootdir/ |
D | init.rc | 619 # create the lost+found directories, so as to enforce our permissions 620 mkdir /cache/lost+found 0770 root root 901 # Ensure that lost+found exists and has the correct permissions. Linux 905 mkdir /data/lost+found 0770 root root encryption=None
|
/system/chre/platform/shared/idl/ |
D | host_messages.fbs | 151 /// If any request fragment is lost, then the entire load request will be
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | file_contexts | 24 /lost\+found u:object_r:rootfs:s0
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | file_contexts | 24 /lost\+found u:object_r:rootfs:s0
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | file_contexts | 24 /lost\+found u:object_r:rootfs:s0
|
/system/sepolicy/prebuilts/api/32.0/private/ |
D | file_contexts | 24 /lost\+found u:object_r:rootfs:s0
|
/system/sepolicy/prebuilts/api/34.0/private/ |
D | file_contexts | 25 /lost\+found u:object_r:rootfs:s0
|