Searched refs:startTimer (Results 1 – 6 of 6) sorted by relevance
/hardware/nxp/keymint/transport/ |
D | SBAccessController.cpp | 54 void SBAccessController::startTimer(bool isStart, IntervalTimer& t, int timeout, in startTimer() function in keymint::javacard::SBAccessController 69 startTimer(true, mTimer, SB_ACCESS_BLOCK_TIMER, AccessTimerFunc); in parseResponse() 73 startTimer(false, mTimer, 0, nullptr); in parseResponse() 123 startTimer(true, mTimerCrypto, CRYPTO_OP_SESSION_TIMEOUT, CryptoOpTimerFunc); in isOperationAllowed() 126 startTimer(false, mTimerCrypto, 0, nullptr); in isOperationAllowed()
|
/hardware/nxp/secure_element/snxxx/libese-spi/p73/pal/ |
D | NxpTimer.h | 33 void startTimer();
|
D | NxpTimer.cpp | 30 void NxpTimer::startTimer() { in startTimer() function in NxpTimer
|
D | phNxpEsePal.cpp | 381 timer->startTimer(); in phPalEse_startTimer()
|
/hardware/nxp/keymint/transport/include/ |
D | SBAccessController.h | 99 void startTimer(bool isStart, IntervalTimer& t, int timeout,
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/ |
D | genvk.py | 50 def startTimer(timeit): function 1165 startTimer(args.time) 1223 startTimer(args.time) 1235 startTimer(args.time)
|