Home
last modified time | relevance | path

Searched refs:fcount (Results 1 – 3 of 3) sorted by relevance

/hardware/knowles/athletico/sound_trigger_hal/tests/
Dcrash_analyzer.c198 int fcount = 0; in analyse_crash_info() local
209 while ((tot_len + STEP_LENGTH - 1 < buf_len) && (fcount++ < FILE_MAX)) { in analyse_crash_info()
Dcrash_event_logger.c145 int fcount = 0; in split_crash_dump_buffer() local
158 (fcount++ < number_crashdump_files)) { in split_crash_dump_buffer()
370 int fcount = 0; in ssr_split_bin() local
380 (fcount++ < number_crashdump_files)) { in ssr_split_bin()
/hardware/google/aemu/host-common/
DMediaSnapshotState.cpp177 int fcount = stream->getBe32(); in load() local
179 for (int i = 0; i < fcount; ++i) { in load()