Searched refs:info (Results 1 – 3 of 3) sorted by relevance
123 key_timer_t* info = new key_timer_t; in process_key() local124 info->ui = this; in process_key()125 info->key_code = key_code; in process_key()126 info->count = key_down_count; in process_key()127 pthread_create(&th, NULL, &RecoveryUI::time_key_helper, info); in process_key()160 key_timer_t* info = (key_timer_t*) cookie; in time_key_helper() local161 info->ui->time_key(info->key_code, info->count); in time_key_helper()162 delete info; in time_key_helper()
54 info = struct.pack(BITMAPINFO_HEADER_FMT, variable69 f.write(info)
70 static void dump_fde(fdevent *fde, const char *info) in dump_fde() argument77 info); in dump_fde()82 #define dump_fde(fde, info) do { } while(0) argument