Home
last modified time | relevance | path

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

/device/linaro/hikey/gralloc/
Dalloc_device.cpp58 static unsigned int call_count = 0; in __ump_alloc_should_fail() local
63 ++call_count; in __ump_alloc_should_fail()
83 LOGI("iteration %u (fail=%u, period=%u)\n", call_count, first_fail, fail_period); in __ump_alloc_should_fail()
85 fail = (call_count == first_fail) || in __ump_alloc_should_fail()
86 … (call_count > first_fail && fail_period > 0 && 0 == (call_count - first_fail) % fail_period); in __ump_alloc_should_fail()
90 AERR("failed ump_ref_drv_allocate on iteration #%d\n", call_count); in __ump_alloc_should_fail()