Home
last modified time | relevance | path

Searched refs:sigval (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/vibrator/1.3/example/
DVibrator.h64 static void timerCallback(union sigval sigval);
DVibrator.cpp202 void Vibrator::timerCallback(union sigval sigval) { in timerCallback() argument
203 static_cast<Vibrator*>(sigval.sival_ptr)->timeout(); in timerCallback()
/hardware/nxp/nfc/snxxx/halimpl/tml/
DphOsalNfc_Timer.cc50 static void phOsalNfc_Timer_Expired(union sigval sv);
369 static void phOsalNfc_Timer_Expired(union sigval sv) { in phOsalNfc_Timer_Expired()
/hardware/nxp/nfc/pn8x/halimpl/tml/
DphOsalNfc_Timer.cc50 static void phOsalNfc_Timer_Expired(union sigval sv);
369 static void phOsalNfc_Timer_Expired(union sigval sv) { in phOsalNfc_Timer_Expired()
/hardware/broadcom/libbt/src/
Dupio.c197 static void proc_btwrite_timeout(union sigval arg) in proc_btwrite_timeout()