Searched refs:radioServiceRwlockPtr (Results 1 – 2 of 2) sorted by relevance
288 pthread_rwlock_t *radioServiceRwlockPtr = radio::getRadioServiceRwlock( in resendLastNITZTimeData() local290 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() local579 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() local635 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 …]
736 pthread_rwlock_t *radioServiceRwlockPtr = radio::getRadioServiceRwlock(slotId); in checkReturnStatus() local737 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()775 pthread_rwlock_t *radioServiceRwlockPtr = radio::getRadioServiceRwlock(mSlotId); in setResponseFunctions() local776 int ret = pthread_rwlock_wrlock(radioServiceRwlockPtr); in setResponseFunctions()790 ret = pthread_rwlock_unlock(radioServiceRwlockPtr); in setResponseFunctions()8440 pthread_rwlock_t *radioServiceRwlockPtr = getRadioServiceRwlock(i); in registerService() local8441 int ret = pthread_rwlock_wrlock(radioServiceRwlockPtr); in registerService()[all …]