/system/media/audio_utils/ |
D | fifo.cpp | 69 int32_t audio_utils_fifo_base::diff(uint32_t rear, uint32_t front, size_t *lost, bool flush) const in diff() argument 73 if (lost != NULL) { in diff() 74 *lost = 0; in diff() 96 if (lost != NULL) { in diff() 100 *lost = diff - (flush ? 0 : mFrameCount) - mFudgeFactor * (genDiff/mFrameCountP2); in diff() 114 if (lost != NULL) { in diff() 115 *lost = diff - (flush ? 0 : mFrameCount); in diff() 436 size_t *lost) in read() argument 440 ssize_t availToRead = obtain(iovec, count, timeout, lost); in read() 515 const struct timespec *timeout, size_t *lost) in obtain() argument [all …]
|
/system/netd/server/ |
D | TcpSocketMonitor.cpp | 124 stats.second.lost, in dump() 245 lostPackets.push_back(stats.second.lost); in poll() 285 .lost = TCPINFO_GET(tcpinfo, tcpi_lost, tcpinfoLen, 0), in updateSocketStats() 298 .lost = diff.lost, in updateSocketStats() 305 diff.lost -= previous.lost; in updateSocketStats() 312 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 | 95 int32_t diff(uint32_t rear, uint32_t front, size_t *lost = NULL, bool flush = false) const; 513 size_t *lost = NULL); 532 size_t *lost); 548 ssize_t available(size_t *lost); 564 ssize_t flush(size_t *lost = NULL);
|
/system/extras/simpleperf/ |
D | report_sample.proto | 47 // and sample lost rate. 50 // same thread. However, if there are lost samples between current sample and previous 51 // sample, the event_count is the count of events from the last lost sample. 91 LostSituation lost = 2; field
|
D | cmd_report_sample.cpp | 359 auto& lost = proto_record.lost(); in DumpProtobufReport() local 362 lost.sample_count()); in DumpProtobufReport() 364 lost.lost_count()); in DumpProtobufReport() 478 lost_count_ += static_cast<const LostRecord*>(record.get())->lost; in ProcessRecord() 599 proto::LostSituation* lost = proto_record.mutable_lost(); in PrintLostSituationInProtobuf() local 600 lost->set_sample_count(sample_count_); in PrintLostSituationInProtobuf() 601 lost->set_lost_count(lost_count_); in PrintLostSituationInProtobuf()
|
D | record.h | 367 uint64_t lost; member
|
D | cmd_record.cpp | 1269 lost_record_count_ += static_cast<LostRecord*>(record)->lost; in SaveRecordAfterUnwinding() 1288 lost_record_count_ += static_cast<LostRecord*>(record)->lost; in SaveRecordWithoutUnwinding()
|
D | record.cpp | 413 MoveFromBinaryFormat(lost, p); in LostRecord() 419 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 | README.md | 697 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 | 113 the alternate slot metadata and previous content will be lost.
|
/system/core/rootdir/ |
D | init.rc | 398 # create the lost+found directories, so as to enforce our permissions 399 mkdir /cache/lost+found 0770 root root 554 # create the lost+found directories, so as to enforce our permissions 555 mkdir /data/lost+found 0770 root root
|
/system/chre/platform/shared/idl/ |
D | host_messages.fbs | 120 /// If any request fragment is lost, then the entire load request will be
|
/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/private/ |
D | file_contexts | 24 /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
|