Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril.cpp149 static UserCallbackInfo *s_last_wake_timeout_info = NULL; variable
361 if (s_last_wake_timeout_info != NULL && s_last_wake_timeout_info == p_info) { in userTimerCallback()
362 s_last_wake_timeout_info = NULL; in userTimerCallback()
693 if (s_last_wake_timeout_info != NULL) { in grabPartialWakeLock()
694 s_last_wake_timeout_info->userParam = (void *)1; in grabPartialWakeLock()
696 s_last_wake_timeout_info = p_info; in grabPartialWakeLock()
717 if (s_last_wake_timeout_info != NULL) { in releaseWakeLock()
718 s_last_wake_timeout_info->userParam = (void *)1; in releaseWakeLock()
857 if (s_last_wake_timeout_info != NULL) { in RIL_onUnsolicitedResponse()
858 s_last_wake_timeout_info->userParam = (void *)1; in RIL_onUnsolicitedResponse()
[all …]