Searched refs:remote (Results 1 – 4 of 4) sorted by relevance
/hardware/samsung_slsi/exynos5/mobicore/daemon/Common/ |
D | Connection.cpp | 54 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()
|
D | Connection.h | 50 struct sockaddr_un remote; /**< Remote address */ variable 61 sockaddr_un *remote
|
/hardware/qcom/display/libqservice/ |
D | IQService.cpp | 49 remote()->transact(SECURING, data, &reply); in securing() 56 remote()->transact(UNSECURING, data, &reply); in unsecuring()
|
/hardware/ti/omap4xxx/test/CameraHal/ |
D | camera_test_menu.cpp | 880 if ( recorder->setCamera(camera->remote(), camera->getRecordingProxy()) < 0 ) { in configureRecorder()
|