Home
last modified time | relevance | path

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

/hardware/ril/libril/
Dril.cpp288 pthread_rwlock_t *radioServiceRwlockPtr = radio::getRadioServiceRwlock( in resendLastNITZTimeData()
577 pthread_rwlock_t *radioServiceRwlockPtr = radio::getRadioServiceRwlock( in RIL_onRequestAck()
634 pthread_rwlock_t *radioServiceRwlockPtr = radio::getRadioServiceRwlock((int) socket_id); in RIL_onRequestComplete()
780 pthread_rwlock_t *radioServiceRwlockPtr = radio::getRadioServiceRwlock((int) soc_id); in RIL_onUnsolicitedResponse()
Dril_service.h732 pthread_rwlock_t * getRadioServiceRwlock(int slotId);
Dril_service.cpp736 pthread_rwlock_t *radioServiceRwlockPtr = radio::getRadioServiceRwlock(slotId); in checkReturnStatus()
775 pthread_rwlock_t *radioServiceRwlockPtr = radio::getRadioServiceRwlock(mSlotId); in setResponseFunctions()
8440 pthread_rwlock_t *radioServiceRwlockPtr = getRadioServiceRwlock(i); in registerService()
8459 pthread_rwlock_t * radio::getRadioServiceRwlock(int slotId) { in getRadioServiceRwlock() function in radio