Searched refs:skip_count (Results 1 – 4 of 4) sorted by relevance
32 BacktraceCollector(uintptr_t* out_frames, size_t max_depth, size_t skip_count) in BacktraceCollector() argument33 : out_frames_(out_frames), max_depth_(max_depth), skip_count_(skip_count) {} in BacktraceCollector()57 void Collect(size_t skip_count) { in Collect() argument58 BacktraceCollector collector(frames_, kMaxFrames, skip_count); in Collect()
80 uint32_t skip_count = parameter_count - annotated_parameter_count; in Parameter_getAnnotationNative() local81 DCHECK_GE(2u, skip_count); in Parameter_getAnnotationNative()82 if (parameterIndex < static_cast<jint>(skip_count)) { in Parameter_getAnnotationNative()85 parameterIndex -= skip_count; in Parameter_getAnnotationNative()
264 optional SettingProto skip_count = 7 [ (android.privacy).dest = DEST_AUTOMATIC ]; field
5347 size_t skip_count = 0; in traceLayerTypes() local5355 skip_count++; in traceLayerTypes()5370 ATRACE_INT("HWComposer: DPU Cached Layer", skip_count); in traceLayerTypes()