Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/guest/hals/ril/libril/
Dril.cpp290 pthread_rwlock_t *radioServiceRwlockPtr = radio_1_4::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_1_4::getRadioServiceRwlock( in RIL_onRequestAck() local
581 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() local
638 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 …]
Dril_service.cpp832 pthread_rwlock_t *radioServiceRwlockPtr = radio_1_4::getRadioServiceRwlock(slotId); in checkReturnStatus() local
833 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() local
881 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() local
3476 int ret = pthread_rwlock_wrlock(radioServiceRwlockPtr); in setResponseFunctions()
[all …]