Home
last modified time | relevance | path

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

/bootable/recovery/
Dui.cpp149 key_timer_t* info = new key_timer_t; in ProcessKey() local
150 info->ui = this; in ProcessKey()
151 info->key_code = key_code; in ProcessKey()
152 info->count = key_down_count; in ProcessKey()
154 pthread_create(&thread, nullptr, &RecoveryUI::time_key_helper, info); in ProcessKey()
189 key_timer_t* info = (key_timer_t*) cookie; in time_key_helper() local
190 info->ui->time_key(info->key_code, info->count); in time_key_helper()
191 delete info; in time_key_helper()
/bootable/recovery/tools/ota/
Dconvert-to-bmp.py54 info = struct.pack(BITMAPINFO_HEADER_FMT, variable
69 f.write(info)