Home
last modified time | relevance | path

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

/hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
DConnection.cpp54 Connection::Connection(int socketDescriptor, sockaddr_un *remote) in Connection() argument
56 assert(NULL != remote); in Connection()
60 this->remote = *remote; in Connection()
83 remote.sun_family = AF_UNIX; in connect()
84 strncpy(remote.sun_path, dest, sizeof(remote.sun_path) - 1); in connect()
89 len = strlen(remote.sun_path) + sizeof(remote.sun_family); in connect()
91 remote.sun_path[0] = 0; in connect()
92 if (::connect(socketDescriptor, (struct sockaddr *) &remote, len) < 0) { in connect()
DConnection.h50 struct sockaddr_un remote; /**< Remote address */ variable
61 sockaddr_un *remote
/hardware/qcom/display/libqservice/
DIQService.cpp49 remote()->transact(SECURING, data, &reply); in securing()
56 remote()->transact(UNSECURING, data, &reply); in unsecuring()
/hardware/ti/omap4xxx/test/CameraHal/
Dcamera_test_menu.cpp880 if ( recorder->setCamera(camera->remote(), camera->getRecordingProxy()) < 0 ) { in configureRecorder()