Home
last modified time | relevance | path

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

/hardware/ril/libril/
Dril.cpp2171 pthread_mutex_t * writeMutexHook = &s_writeMutex; in sendResponseRaw() local
2180 writeMutexHook = &s_writeMutex_socket2; in sendResponseRaw()
2185 writeMutexHook = &s_writeMutex_socket3; in sendResponseRaw()
2191 writeMutexHook = &s_writeMutex_socket4; in sendResponseRaw()
2206 pthread_mutex_lock(writeMutexHook); in sendResponseRaw()
2213 pthread_mutex_unlock(writeMutexHook); in sendResponseRaw()
2220 pthread_mutex_unlock(writeMutexHook); in sendResponseRaw()
2224 pthread_mutex_unlock(writeMutexHook); in sendResponseRaw()