Home
last modified time | relevance | path

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

/aosp12/hardware/ril/libril/
H A Dril.cpp288 pthread_rwlock_t *radioServiceRwlockPtr = radio::getRadioServiceRwlock( in resendLastNITZTimeData() local
290 int rwlockRet = pthread_rwlock_rdlock(radioServiceRwlockPtr); in resendLastNITZTimeData()
301 rwlockRet = pthread_rwlock_unlock(radioServiceRwlockPtr); in resendLastNITZTimeData()
577 pthread_rwlock_t *radioServiceRwlockPtr = radio::getRadioServiceRwlock( in RIL_onRequestAck() local
579 int rwlockRet = pthread_rwlock_rdlock(radioServiceRwlockPtr); in RIL_onRequestAck()
584 rwlockRet = pthread_rwlock_unlock(radioServiceRwlockPtr); in RIL_onRequestAck()
635 int rwlockRet = pthread_rwlock_rdlock(radioServiceRwlockPtr); in RIL_onRequestComplete()
641 rwlockRet = pthread_rwlock_unlock(radioServiceRwlockPtr); in RIL_onRequestComplete()
785 rwlockRet = pthread_rwlock_wrlock(radioServiceRwlockPtr); in RIL_onUnsolicitedResponse()
789 rwlockRet = pthread_rwlock_rdlock(radioServiceRwlockPtr); in RIL_onUnsolicitedResponse()
[all …]
H A Dril_service.cpp737 int ret = pthread_rwlock_unlock(radioServiceRwlockPtr); in checkReturnStatus()
741 ret = pthread_rwlock_wrlock(radioServiceRwlockPtr); in checkReturnStatus()
757 ret = pthread_rwlock_unlock(radioServiceRwlockPtr); in checkReturnStatus()
761 ret = pthread_rwlock_rdlock(radioServiceRwlockPtr); in checkReturnStatus()
776 int ret = pthread_rwlock_wrlock(radioServiceRwlockPtr); in setResponseFunctions()
790 ret = pthread_rwlock_unlock(radioServiceRwlockPtr); in setResponseFunctions()
8441 int ret = pthread_rwlock_wrlock(radioServiceRwlockPtr); in registerService()
8450 ret = pthread_rwlock_unlock(radioServiceRwlockPtr); in registerService()
8460 pthread_rwlock_t *radioServiceRwlockPtr = &radioServiceRwlock; in getRadioServiceRwlock() local
8463 if (slotId == 2) radioServiceRwlockPtr = &radioServiceRwlock2; in getRadioServiceRwlock()
[all …]