OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CHANNEL_OPEN
(Results
1 - 5
of
5
) sorted by null
/frameworks/native/libs/vr/libpdx_uds/
client_channel_factory.cpp
141
InitRequest(&request, opcodes::
CHANNEL_OPEN
, 0, 0, false);
service_endpoint.cpp
245
// Get the
CHANNEL_OPEN
message from client over the channel socket.
615
case opcodes::
CHANNEL_OPEN
:
/frameworks/native/libs/vr/libpdx/
service.cpp
592
case opcodes::
CHANNEL_OPEN
: {
641
case opcodes::
CHANNEL_OPEN
:
service_tests.cpp
221
android::pdx::opcodes::
CHANNEL_OPEN
);
/frameworks/native/libs/vr/libpdx/private/pdx/
service.h
42
CHANNEL_OPEN
= -1,
373
* Called by defaultHandleMessage in response to a
CHANNEL_OPEN
message.
535
* Provides default handling of
CHANNEL_OPEN
and CHANNEL_CLOSE, calling
Completed in 1116 milliseconds