Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libpdx/
Dservice.cpp590 case opcodes::CHANNEL_CLOSE: { in HandleSystemMessage()
633 case opcodes::CHANNEL_CLOSE: in DefaultHandleMessage()
Dservice_tests.cpp239 android::pdx::opcodes::CHANNEL_CLOSE); in TEST_F()
/frameworks/native/libs/vr/libpdx_uds/
Dservice_endpoint.cpp569 info.op = opcodes::CHANNEL_CLOSE; in BuildCloseMessage()
618 case opcodes::CHANNEL_CLOSE: in MessageReply()
/frameworks/native/libs/vr/libpdx/private/pdx/
Dservice.h44 CHANNEL_CLOSE = -2, enumerator