Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/ril/libril/
Dril.cpp149 static UserCallbackInfo *s_last_wake_timeout_info = NULL; variable
344 if (s_last_wake_timeout_info != NULL && s_last_wake_timeout_info == p_info) { in userTimerCallback()
345 s_last_wake_timeout_info = NULL; in userTimerCallback()
662 if (s_last_wake_timeout_info != NULL) { in grabPartialWakeLock()
663 s_last_wake_timeout_info->userParam = (void *)1; in grabPartialWakeLock()
665 s_last_wake_timeout_info = p_info; in grabPartialWakeLock()
686 if (s_last_wake_timeout_info != NULL) { in releaseWakeLock()
687 s_last_wake_timeout_info->userParam = (void *)1; in releaseWakeLock()
815 if (s_last_wake_timeout_info != NULL) { in RIL_onUnsolicitedResponse()
816 s_last_wake_timeout_info->userParam = (void *)1; in RIL_onUnsolicitedResponse()
[all …]
/device/generic/goldfish/radio/libril/
Dril.cpp149 static UserCallbackInfo *s_last_wake_timeout_info = NULL; variable
344 if (s_last_wake_timeout_info != NULL && s_last_wake_timeout_info == p_info) { in userTimerCallback()
345 s_last_wake_timeout_info = NULL; in userTimerCallback()
661 if (s_last_wake_timeout_info != NULL) { in grabPartialWakeLock()
662 s_last_wake_timeout_info->userParam = (void *)1; in grabPartialWakeLock()
664 s_last_wake_timeout_info = p_info; in grabPartialWakeLock()
685 if (s_last_wake_timeout_info != NULL) { in releaseWakeLock()
686 s_last_wake_timeout_info->userParam = (void *)1; in releaseWakeLock()
811 if (s_last_wake_timeout_info != NULL) { in RIL_onUnsolicitedResponse()
812 s_last_wake_timeout_info->userParam = (void *)1; in RIL_onUnsolicitedResponse()
[all …]
/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 …]