Searched refs:radioServiceRwlockPtr (Results 1 – 2 of 2) sorted by relevance
290 pthread_rwlock_t *radioServiceRwlockPtr = radio::getRadioServiceRwlock( in resendLastNITZTimeData() local292 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() local581 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() local637 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 …]
765 pthread_rwlock_t *radioServiceRwlockPtr = radio::getRadioServiceRwlock(slotId); in checkReturnStatus() local766 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() local810 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() local2916 int ret = pthread_rwlock_wrlock(radioServiceRwlockPtr); in setResponseFunctions()[all …]