Home
last modified time | relevance | path

Searched refs:getRadioServiceRwlock (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril.cpp305 pthread_rwlock_t *radioServiceRwlockPtr = radio_1_6::getRadioServiceRwlock( in resendLastNITZTimeData()
608 pthread_rwlock_t *radioServiceRwlockPtr = radio_1_6::getRadioServiceRwlock( in RIL_onRequestAck()
666 pthread_rwlock_t *radioServiceRwlockPtr = radio_1_6::getRadioServiceRwlock((int) socket_id); in RIL_onRequestComplete()
825 pthread_rwlock_t *radioServiceRwlockPtr = radio_1_6::getRadioServiceRwlock((int) soc_id); in RIL_onUnsolicitedResponse()
Dril_config.cpp115 pthread_rwlock_t *radioServiceRwlockPtr = radio_1_6::getRadioServiceRwlock(RIL_SOCKET_1); in setResponseFunctions()
275 pthread_rwlock_t *radioServiceRwlockPtr = getRadioServiceRwlock(0); in registerConfigService()
312 pthread_rwlock_t *radioServiceRwlockPtr = radio_1_6::getRadioServiceRwlock(0); in checkReturnStatus()
Dril_service.h834 pthread_rwlock_t * getRadioServiceRwlock(int slotId);
Dril_service.cpp995 pthread_rwlock_t *radioServiceRwlockPtr = radio_1_6::getRadioServiceRwlock(slotId); in checkReturnStatus()
1047 pthread_rwlock_t *radioServiceRwlockPtr = radio_1_6::getRadioServiceRwlock(mSlotId); in setResponseFunctions()
4794 pthread_rwlock_t *radioServiceRwlockPtr = radio_1_6::getRadioServiceRwlock(mSlotId); in setResponseFunctions()
13483 pthread_rwlock_t *radioServiceRwlockPtr = getRadioServiceRwlock(i); in registerService()
13530 pthread_rwlock_t * radio_1_6::getRadioServiceRwlock(int slotId) { in getRadioServiceRwlock() function in radio_1_6