HomeSort by relevance Sort by last modified time
    Searched refs:del_timer_sync (Results 1 - 17 of 17) sorted by null

  /bionic/libc/kernel/common/linux/
timer.h 36 #define del_timer_sync(t) del_timer(t) macro
37 #define del_singleshot_timer_sync(t) del_timer_sync(t)
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
timer.h 36 #define del_timer_sync(t) del_timer(t) macro
37 #define del_singleshot_timer_sync(t) del_timer_sync(t)
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
timer.h 36 #define del_timer_sync(t) del_timer(t) macro
37 #define del_singleshot_timer_sync(t) del_timer_sync(t)
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
timer.h 36 #define del_timer_sync(t) del_timer(t) macro
37 #define del_singleshot_timer_sync(t) del_timer_sync(t)
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
timer.h 36 #define del_timer_sync(t) del_timer(t) macro
37 #define del_singleshot_timer_sync(t) del_timer_sync(t)
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
timer.h 36 #define del_timer_sync(t) del_timer(t) macro
37 #define del_singleshot_timer_sync(t) del_timer_sync(t)
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
timer.h 36 #define del_timer_sync(t) del_timer(t) macro
37 #define del_singleshot_timer_sync(t) del_timer_sync(t)
  /external/kernel-headers/original/linux/
timer.h 88 extern int del_timer_sync(struct timer_list *timer);
91 # define del_timer_sync(t) del_timer(t) macro
94 #define del_singleshot_timer_sync(t) del_timer_sync(t)
workqueue.h 95 ret = del_timer_sync(&work->timer);
  /hardware/broadcom/wlan/bcm4329/src/include/
linuxver.h 311 #define del_timer_sync(timer) del_timer(timer) macro
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
osapi.c 255 del_timer_sync((TOsTimer *)TimerHandle);
  /system/wlan/ti/wilink_6_1/platforms/os/linux/src/
osapi.c 251 del_timer_sync((TOsTimer *)TimerHandle);
  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_linux.c     [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
osapi.c 418 del_timer_sync(&tmr->timer);
    [all...]
esta_drv.c     [all...]
  /hardware/broadcom/wlan/bcm4329/src/wl/sys/
wl_iw.c 741 del_timer_sync(&g_bt->timer);
    [all...]
  /external/grub/netboot/
tlan.c     [all...]

Completed in 1373 milliseconds