Searched refs:RilSocket (Results 1 – 6 of 6) sorted by relevance
/hardware/ril/libril/ |
D | RilSocket.cpp | 26 int RilSocket::socketInit(void) { in socketInit() 29 listenCb = &RilSocket::sSocketListener; in socketInit() 30 commandCb = &RilSocket::sSocketRequestsHandler; in socketInit() 47 void RilSocket::sSocketListener(int fd, short flags, void *param) { in sSocketListener() 48 RilSocket *theSocket = (RilSocket *) param; in sSocketListener() 56 void RilSocket::onNewCommandConnect() { in onNewCommandConnect() 73 void RilSocket::sSocketRequestsHandler(int fd, short flags, void *param) { in sSocketRequestsHandler() 75 RilSocket *theSocket = sc->socketPtr; in sSocketRequestsHandler() 81 void RilSocket::socketRequestsHandler(int fd, short flags, RecordStream *p_rs) { in socketRequestsHandler() 124 void RilSocket::setListenFd(int fd) { in setListenFd() [all …]
|
D | RilSocket.h | 36 class RilSocket { 132 RilSocket(const char* socketName, RIL_SOCKET_ID socketId) { in RilSocket() function 231 virtual ~RilSocket(){} in ~RilSocket() 254 RilSocket *socketPtr; 257 socketClient(RilSocket *socketPtr, RecordStream *rs) { in socketClient() 265 RilSocket *socket; 268 typedef void* (RilSocket::*RilSocketFuncPtr)(void); 269 typedef void (RilSocket::*RilSocketEventPtr)(int fd,short flags, void *param);
|
D | Android.mk | 9 RilSocket.cpp \
|
D | RilSapSocket.h | 37 class RilSapSocket : public RilSocket {
|
D | RilSapSocket.cpp | 218 RilSocket(socketName, socketId) { in RilSapSocket()
|
D | ril.cpp | 4113 RilSocket *sapSocket = NULL; in listenCallback()
|