Home
last modified time | relevance | path

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

/hardware/ril/libril/
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()
634 pthread_rwlock_t *radioServiceRwlockPtr = radio::getRadioServiceRwlock((int) socket_id); in RIL_onRequestComplete() local
635 int rwlockRet = pthread_rwlock_rdlock(radioServiceRwlockPtr); in RIL_onRequestComplete()
641 rwlockRet = pthread_rwlock_unlock(radioServiceRwlockPtr); in RIL_onRequestComplete()
780 pthread_rwlock_t *radioServiceRwlockPtr = radio::getRadioServiceRwlock((int) soc_id); in RIL_onUnsolicitedResponse() local
[all …]
Dril_service.cpp766 pthread_rwlock_t *radioServiceRwlockPtr = radio::getRadioServiceRwlock(slotId); in checkReturnStatus() local
767 int ret = pthread_rwlock_unlock(radioServiceRwlockPtr); in checkReturnStatus()
771 ret = pthread_rwlock_wrlock(radioServiceRwlockPtr); in checkReturnStatus()
792 ret = pthread_rwlock_unlock(radioServiceRwlockPtr); in checkReturnStatus()
796 ret = pthread_rwlock_rdlock(radioServiceRwlockPtr); in checkReturnStatus()
810 pthread_rwlock_t *radioServiceRwlockPtr = radio::getRadioServiceRwlock(mSlotId); in setResponseFunctions() local
811 int ret = pthread_rwlock_wrlock(radioServiceRwlockPtr); in setResponseFunctions()
825 ret = pthread_rwlock_unlock(radioServiceRwlockPtr); in setResponseFunctions()
2926 pthread_rwlock_t *radioServiceRwlockPtr = radio::getRadioServiceRwlock(mSlotId); in setResponseFunctions() local
2927 int ret = pthread_rwlock_wrlock(radioServiceRwlockPtr); in setResponseFunctions()
[all …]