Searched refs:radioServiceRwlockPtr (Results 1 – 2 of 2) sorted by relevance
290 pthread_rwlock_t *radioServiceRwlockPtr = radio_1_4::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_1_4::getRadioServiceRwlock( in RIL_onRequestAck() local581 int rwlockRet = pthread_rwlock_rdlock(radioServiceRwlockPtr); in RIL_onRequestAck()586 rwlockRet = pthread_rwlock_unlock(radioServiceRwlockPtr); in RIL_onRequestAck()637 pthread_rwlock_t *radioServiceRwlockPtr = radio_1_4::getRadioServiceRwlock((int) socket_id); in RIL_onRequestComplete() local638 int rwlockRet = pthread_rwlock_rdlock(radioServiceRwlockPtr); in RIL_onRequestComplete()644 rwlockRet = pthread_rwlock_unlock(radioServiceRwlockPtr); in RIL_onRequestComplete()783 pthread_rwlock_t *radioServiceRwlockPtr = radio_1_4::getRadioServiceRwlock((int) soc_id); in RIL_onUnsolicitedResponse() local[all …]
832 pthread_rwlock_t *radioServiceRwlockPtr = radio_1_4::getRadioServiceRwlock(slotId); in checkReturnStatus() local833 int ret = pthread_rwlock_unlock(radioServiceRwlockPtr); in checkReturnStatus()837 ret = pthread_rwlock_wrlock(radioServiceRwlockPtr); in checkReturnStatus()862 ret = pthread_rwlock_unlock(radioServiceRwlockPtr); in checkReturnStatus()866 ret = pthread_rwlock_rdlock(radioServiceRwlockPtr); in checkReturnStatus()880 pthread_rwlock_t *radioServiceRwlockPtr = radio_1_4::getRadioServiceRwlock(mSlotId); in setResponseFunctions() local881 int ret = pthread_rwlock_wrlock(radioServiceRwlockPtr); in setResponseFunctions()909 ret = pthread_rwlock_unlock(radioServiceRwlockPtr); in setResponseFunctions()3475 pthread_rwlock_t *radioServiceRwlockPtr = radio_1_4::getRadioServiceRwlock(mSlotId); in setResponseFunctions() local3476 int ret = pthread_rwlock_wrlock(radioServiceRwlockPtr); in setResponseFunctions()[all …]