Searched refs:fDataPort (Results 1 – 2 of 2) sorted by relevance
34 fDataPort(-1) in LocalTargetHostInterface()72 fDataPort = create_port(100, buffer); in Init()73 if (fDataPort < 0) in Init()74 return fDataPort; in Init()87 fDataPort, 0); in Init()108 if (fDataPort > 0) { in Close()111 fDataPort, 0); in Close()113 delete_port(fDataPort); in Close()114 fDataPort = -1; in Close()254 ssize_t size = read_port_etc(interface->fDataPort, &messageCode, in _PortLoop()
44 port_id fDataPort; variable