Home
last modified time | relevance | path

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

/system/nfc/src/gki/common/
Dgki_time.cc186 int32_t reload; in GKI_start_timer() local
197 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()
/system/sepolicy/prebuilts/api/26.0/public/
Dsgdisk.te16 # Used to probe kernel to reload partition tables
/system/sepolicy/prebuilts/api/27.0/public/
Dsgdisk.te16 # Used to probe kernel to reload partition tables
/system/sepolicy/prebuilts/api/28.0/public/
Dsgdisk.te16 # Used to probe kernel to reload partition tables
/system/core/libpixelflinger/codeflinger/
Dtexturing.cpp60 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 …]
DGGLAssembler.cpp313 if (parts.reload != 3) { in scanline_core()
634 const int reload = parts.reload; in build_smooth_shade() local
642 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()
DGGLAssembler.h307 uint32_t reload : 2; member
/system/sepolicy/prebuilts/api/30.0/private/
Dnetutils_wrapper.te23 # For vendor code that update the iptables rules at runtime. They need to reload
Datrace.te25 # SYSPROPS_TRANSACTION, to tell them to reload the debug.atrace.* properties.
/system/sepolicy/prebuilts/api/29.0/private/
Dnetutils_wrapper.te23 # For vendor code that update the iptables rules at runtime. They need to reload
Datrace.te25 # SYSPROPS_TRANSACTION, to tell them to reload the debug.atrace.* properties.
/system/sepolicy/prebuilts/api/28.0/private/
Dnetutils_wrapper.te21 # For vendor code that update the iptables rules at runtime. They need to reload
Datrace.te20 # SYSPROPS_TRANSACTION, to tell them to reload the debug.atrace.* properties.
/system/sepolicy/private/
Dnetutils_wrapper.te23 # For vendor code that update the iptables rules at runtime. They need to reload
Datrace.te25 # SYSPROPS_TRANSACTION, to tell them to reload the debug.atrace.* properties.
/system/sepolicy/prebuilts/api/29.0/public/
Dsgdisk.te28 # Used to probe kernel to reload partition tables
/system/sepolicy/public/
Dsgdisk.te30 # Used to probe kernel to reload partition tables
/system/sepolicy/prebuilts/api/30.0/public/
Dsgdisk.te30 # Used to probe kernel to reload partition tables
/system/incremental_delivery/incfs/include/
DMountRegistry.h108 void reload();
/system/core/libcutils/
Dtrace-dev.inc76 * changes and we need to reload the enabled tags.
/system/incremental_delivery/incfs/
DMountRegistry.cpp258 void MountRegistry::reload() { in reload() function in android::incfs::MountRegistry