Home
last modified time | relevance | path

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

/bootable/recovery/
Dui.cpp202 key_timer_t* info = new key_timer_t; in ProcessKey() local
203 info->ui = this; in ProcessKey()
204 info->key_code = key_code; in ProcessKey()
205 info->count = key_down_count; in ProcessKey()
207 pthread_create(&thread, nullptr, &RecoveryUI::time_key_helper, info); in ProcessKey()
243 key_timer_t* info = static_cast<key_timer_t*>(cookie); in time_key_helper() local
244 info->ui->time_key(info->key_code, info->count); in time_key_helper()
245 delete info; in time_key_helper()
Dinterlace-frames.py74 num_frames = int(img.info.get('Frames', 1))
85 out.info = img.info
/bootable/recovery/tests/component/
Dupdater_test.cpp49 UpdaterInfo* info = nullptr) { in expect() argument
55 State state(expr_str, info); in expect()