Searched refs:reload (Results 1 – 21 of 21) sorted by relevance
186 int32_t reload; in GKI_start_timer() local197 reload = ticks; in GKI_start_timer()199 reload = 0; in GKI_start_timer()233 gki_cb.com.OSTaskTmr0R[task_id] = reload; in GKI_start_timer()240 gki_cb.com.OSTaskTmr1R[task_id] = reload; in GKI_start_timer()247 gki_cb.com.OSTaskTmr2R[task_id] = reload; in GKI_start_timer()254 gki_cb.com.OSTaskTmr3R[task_id] = reload; in GKI_start_timer()
16 # Used to probe kernel to reload partition tables
60 if (optReload >= 3) parts.reload = 0; // reload nothing in init_iterated_color()61 else if (optReload == 2) parts.reload = 2; // reload iterators in init_iterated_color()62 else if (optReload == 1) parts.reload = 1; // reload colors in init_iterated_color()63 else if (optReload <= 0) parts.reload = 3; // reload both in init_iterated_color()68 parts.reload &= ~2; in init_iterated_color()72 const int t0 = (parts.reload & 1) ? scratches.obtain() : 0; in init_iterated_color()73 const int t1 = (parts.reload & 2) ? scratches.obtain() : 0; in init_iterated_color()80 const int c = (parts.reload & 1) ? t0 : obtainReg(); in init_iterated_color()88 parts.argb_dx[i].reg = (parts.reload & 2) ? t1 : obtainReg(); in init_iterated_color()107 if (parts.reload & 1) { in init_iterated_color()[all …]
313 if (parts.reload != 3) { in scanline_core()634 const int reload = parts.reload; in build_smooth_shade() local642 if (reload & 1) { in build_smooth_shade()646 if (reload & 2) { in build_smooth_shade()655 if (reload & 1) { in build_smooth_shade()659 if (reload & 2) { in build_smooth_shade()
307 uint32_t reload : 2; member
23 # For vendor code that update the iptables rules at runtime. They need to reload
25 # SYSPROPS_TRANSACTION, to tell them to reload the debug.atrace.* properties.
21 # For vendor code that update the iptables rules at runtime. They need to reload
20 # SYSPROPS_TRANSACTION, to tell them to reload the debug.atrace.* properties.
28 # Used to probe kernel to reload partition tables
30 # Used to probe kernel to reload partition tables
108 void reload();
76 * changes and we need to reload the enabled tags.
258 void MountRegistry::reload() { in reload() function in android::incfs::MountRegistry