Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libpdx/
Dservice.cpp596 case opcodes::CHANNEL_CLOSE: { in HandleSystemMessage()
639 case opcodes::CHANNEL_CLOSE: in DefaultHandleMessage()
Dservice_tests.cpp237 android::pdx::opcodes::CHANNEL_CLOSE); in TEST_F()
/frameworks/native/libs/vr/libpdx_uds/
Dservice_endpoint.cpp566 info.op = opcodes::CHANNEL_CLOSE; in BuildCloseMessage()
615 case opcodes::CHANNEL_CLOSE: in MessageReply()
/frameworks/native/libs/vr/libpdx/private/pdx/
Dservice.h44 CHANNEL_CLOSE = -2, enumerator