Home
last modified time | relevance | path

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

/hardware/ril/libril/
Dril.cpp454 pthread_mutex_t* pendingRequestsMutexHook = &s_pendingRequestsMutex; in issueLocalRequest() local
460 pendingRequestsMutexHook = &s_pendingRequestsMutex_socket2; in issueLocalRequest()
476 ret = pthread_mutex_lock(pendingRequestsMutexHook); in issueLocalRequest()
482 ret = pthread_mutex_unlock(pendingRequestsMutexHook); in issueLocalRequest()
502 pthread_mutex_t* pendingRequestsMutexHook = &s_pendingRequestsMutex; in processCommandBuffer() local
514 pendingRequestsMutexHook = &s_pendingRequestsMutex_socket2; in processCommandBuffer()
519 pendingRequestsMutexHook = &s_pendingRequestsMutex_socket3; in processCommandBuffer()
525 pendingRequestsMutexHook = &s_pendingRequestsMutex_socket4; in processCommandBuffer()
565 ret = pthread_mutex_lock(pendingRequestsMutexHook); in processCommandBuffer()
571 ret = pthread_mutex_unlock(pendingRequestsMutexHook); in processCommandBuffer()
[all …]