OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:channel_socket
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/libs/vr/libpdx_uds/
client_channel_tests.cpp
80
TestServiceRunner(LocalHandle
channel_socket
) {
82
endpoint->RegisterNewChannelForTests(std::move(
channel_socket
));
service_endpoint.cpp
606
auto
channel_socket
= GetChannelSocketFd(channel_id);
local
607
if (!
channel_socket
)
631
auto status = SendData(
channel_socket
, state->response);
633
status = SendData(
channel_socket
, state->response_data.data(),
638
status = ReenableEpollEvent(
channel_socket
);
Completed in 2451 milliseconds