Home
last modified time | relevance | path

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

/hardware/ril/libril/
DRilSocket.cpp26 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 …]
DRilSocket.h36 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);
DAndroid.mk9 RilSocket.cpp \
DRilSapSocket.h37 class RilSapSocket : public RilSocket {
DRilSapSocket.cpp218 RilSocket(socketName, socketId) { in RilSapSocket()
Dril.cpp4113 RilSocket *sapSocket = NULL; in listenCallback()