/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 | 99 int32_t diff(uint32_t rear, uint32_t front, size_t *lost = NULL, bool flush = false) const; 522 size_t *lost = NULL); 541 size_t *lost); 557 ssize_t available(size_t *lost); 573 ssize_t flush(size_t *lost = NULL);
|
/system/extras/simpleperf/ |
D | cmd_report_sample.proto | 58 // and sample lost rate. 61 // same thread. However, if there are lost samples between current sample and previous 62 // sample, the event_count is the count of events from the last lost sample. 128 LostSituation lost = 2; field
|
D | cmd_report_sample.cpp | 424 auto& lost = proto_record.lost(); in DumpProtobufReport() local 426 FprintIndented(report_fp_, 1, "sample_count: %" PRIu64 "\n", lost.sample_count()); in DumpProtobufReport() 427 FprintIndented(report_fp_, 1, "lost_count: %" PRIu64 "\n", lost.lost_count()); in DumpProtobufReport() 539 lost_count_ += static_cast<const LostRecord*>(record.get())->lost; in ProcessRecord() 691 proto::LostSituation* lost = proto_record.mutable_lost(); in PrintLostSituationInProtobuf() local 692 lost->set_sample_count(sample_count_); in PrintLostSituationInProtobuf() 693 lost->set_lost_count(lost_count_); in PrintLostSituationInProtobuf()
|
D | RecordReadThread_test.cpp | 453 bool lost; member 455 FakeAuxData(size_t buf1_size, size_t buf2_size, char c, size_t pad_size, bool lost) in FakeAuxData() 456 : buf1(buf1_size, c), buf2(buf2_size, c), pad(pad_size, 0), lost(lost) {} in FakeAuxData() 515 if (aux_data[test_index].lost) { in TEST_F() 544 if (aux.lost) { in TEST_F()
|
D | record.h | 365 uint64_t lost; member
|
D | cmd_record.cpp | 1422 lost_record_count_ += static_cast<LostRecord*>(record)->lost; in SaveRecordAfterUnwinding() 1441 lost_record_count_ += static_cast<LostRecord*>(record)->lost; in SaveRecordWithoutUnwinding()
|
D | record.cpp | 406 MoveFromBinaryFormat(lost, p); in LostRecord() 412 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 | inferno.md | 90 #### High percentage of lost samples 92 If simpleperf reports a lot of lost sample it is probably because you are
|
D | executable_commands_reference.md | 338 simpleperf I cmd_record.cpp:316] Samples recorded: 21430. Samples lost: 0.
|
/system/core/fastboot/ |
D | README.md | 268 to ensure no packets are lost, but the general concept of wrapping the fastboot 463 0x03 0x00 0x00 0x00 getvar:version [lost] 464 0x03 0x00 0x00 0x00 getvar:version [lost] 475 0x03 0x00 0x00 0x00 [lost] 477 0x03 0x00 0x00 0x00 [lost]
|
/system/core/fs_mgr/ |
D | README.overlayfs.md | 105 the alternate slot metadata and previous content will be lost.
|
/system/chre/platform/shared/idl/ |
D | host_messages.fbs | 135 /// If any request fragment is lost, then the entire load request will be
|
/system/core/rootdir/ |
D | init.rc | 558 # create the lost+found directories, so as to enforce our permissions 559 mkdir /cache/lost+found 0770 root root 809 # create the lost+found directories, so as to enforce our permissions 810 mkdir /data/lost+found 0770 root root encryption=None
|
/system/sepolicy/prebuilts/api/27.0/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/sepolicy/prebuilts/api/28.0/private/ |
D | file_contexts | 25 /lost\+found u:object_r:rootfs:s0
|
/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/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
|