Searched defs:timerId (Results 1 - 6 of 6) sorted by relevance

/system/chre/platform/shared/
H A Dchre_api_re.cc53 DLL_EXPORT bool chreTimerCancel(uint32_t timerId) { argument
56 .cancelTimer(nanoapp, timerId);
/system/chre/apps/chqts/src/general_test/
H A Dtimer_cancel_test.h42 uint32_t timerId; member in struct:general_test::TimerCancelTest::Stage
46 // Leave timerId invalid.
48 stage(stage_), timerId(CHRE_TIMER_INVALID), oneShot(oneShot_),
/system/chre/build/app_support/qcom_nanohub/
H A Dapp_support.cc84 uint32_t timerId; member in struct:TimerEvent
/system/nfc/halimpl/pn54x/hal/
H A DphNxpNciHal_NfcDepSWPrio.c67 static void cleanup_timer_handler(uint32_t timerId, void* pContext) { argument
89 static void custom_poll_timer_handler(uint32_t timerId, void* pContext) { argument
H A DphNxpNciHal_ext.c926 static void hal_extns_write_rsp_timeout_cb(uint32_t timerId, void* pContext) { argument
927 UNUSED(timerId);
/system/nfc/halimpl/pn54x/self-test/
H A DphNxpNciHal_SelfTest.c937 static void hal_write_rsp_timeout_cb(uint32_t timerId, void* pContext) { argument
938 UNUSED(timerId);

Completed in 240 milliseconds