Home
last modified time | relevance | path

Searched refs:lost (Results 1 – 25 of 27) sorted by relevance

12

/system/media/audio_utils/
Dfifo.cpp70 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/
DTcpSocketMonitor.cpp125 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()
DTcpSocketMonitor.h53 uint32_t lost; member
68 uint32_t lost; member
/system/media/audio_utils/include/audio_utils/
Dfifo.h100 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/
Dcmd_report_sample.proto73 // 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
Dcmd_report_sample.cpp435 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()
DRecordReadThread_test.cpp472 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()
Drecord.h376 uint64_t lost; member
DRecordReadThread.cpp609 stat_.kernelspace_lost_records += static_cast<size_t>(r.lost); in PushRecordToRecordBuffer()
Drecord.cpp452 MoveFromBinaryFormat(lost, p); in Parse()
457 PrintIndented(indent, "id %" PRIu64 ", lost %" PRIu64 "\n", id, lost); in DumpData()
/system/sepolicy/
DNOTICE16 lost profits, cost of cover, or other special, incidental,
/system/extras/simpleperf/doc/
Ddebug_dwarf_unwinding.md30 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.
Dinferno.md95 ### High percentage of lost samples
97 If simpleperf reports a lot of lost sample it is probably because you are
Dexecutable_commands_reference.md349 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
DREADME.md181 simpleperf I cmd_record.cpp:809] Samples recorded: 105584 (cut 86291). Samples lost: 6501.
/system/core/fastboot/
DREADME.md277 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/
Dfile_contexts16 /lost\+found u:object_r:rootfs:s0
/system/core/fs_mgr/
DREADME.overlayfs.md105 the alternate slot metadata and previous content will be lost.
/system/core/rootdir/
Dinit.rc619 # 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/
Dhost_messages.fbs151 /// If any request fragment is lost, then the entire load request will be
/system/sepolicy/prebuilts/api/29.0/private/
Dfile_contexts24 /lost\+found u:object_r:rootfs:s0
/system/sepolicy/prebuilts/api/30.0/private/
Dfile_contexts24 /lost\+found u:object_r:rootfs:s0
/system/sepolicy/prebuilts/api/31.0/private/
Dfile_contexts24 /lost\+found u:object_r:rootfs:s0
/system/sepolicy/prebuilts/api/32.0/private/
Dfile_contexts24 /lost\+found u:object_r:rootfs:s0
/system/sepolicy/prebuilts/api/34.0/private/
Dfile_contexts25 /lost\+found u:object_r:rootfs:s0

12