Home
last modified time | relevance | path

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

/hardware/ril/libril/
Dril.cpp290 pthread_rwlock_t *radioServiceRwlockPtr = radio::getRadioServiceRwlock( in resendLastNITZTimeData() local
292 int rwlockRet = pthread_rwlock_rdlock(radioServiceRwlockPtr); in resendLastNITZTimeData()
303 rwlockRet = pthread_rwlock_unlock(radioServiceRwlockPtr); in resendLastNITZTimeData()
579 pthread_rwlock_t *radioServiceRwlockPtr = radio::getRadioServiceRwlock( in RIL_onRequestAck() local
581 int rwlockRet = pthread_rwlock_rdlock(radioServiceRwlockPtr); in RIL_onRequestAck()
586 rwlockRet = pthread_rwlock_unlock(radioServiceRwlockPtr); in RIL_onRequestAck()
636 pthread_rwlock_t *radioServiceRwlockPtr = radio::getRadioServiceRwlock((int) socket_id); in RIL_onRequestComplete() local
637 int rwlockRet = pthread_rwlock_rdlock(radioServiceRwlockPtr); in RIL_onRequestComplete()
643 rwlockRet = pthread_rwlock_unlock(radioServiceRwlockPtr); in RIL_onRequestComplete()
782 pthread_rwlock_t *radioServiceRwlockPtr = radio::getRadioServiceRwlock((int) soc_id); in RIL_onUnsolicitedResponse() local
[all …]
Dril_service.cpp765 pthread_rwlock_t *radioServiceRwlockPtr = radio::getRadioServiceRwlock(slotId); in checkReturnStatus() local
766 int ret = pthread_rwlock_unlock(radioServiceRwlockPtr); in checkReturnStatus()
770 ret = pthread_rwlock_wrlock(radioServiceRwlockPtr); in checkReturnStatus()
791 ret = pthread_rwlock_unlock(radioServiceRwlockPtr); in checkReturnStatus()
795 ret = pthread_rwlock_rdlock(radioServiceRwlockPtr); in checkReturnStatus()
809 pthread_rwlock_t *radioServiceRwlockPtr = radio::getRadioServiceRwlock(mSlotId); in setResponseFunctions() local
810 int ret = pthread_rwlock_wrlock(radioServiceRwlockPtr); in setResponseFunctions()
824 ret = pthread_rwlock_unlock(radioServiceRwlockPtr); in setResponseFunctions()
2915 pthread_rwlock_t *radioServiceRwlockPtr = radio::getRadioServiceRwlock(mSlotId); in setResponseFunctions() local
2916 int ret = pthread_rwlock_wrlock(radioServiceRwlockPtr); in setResponseFunctions()
[all …]