Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libvrsensor/
Dpose_client.cpp29 constexpr static int32_t MAX_CONTROLLERS = 2; variable
85 if (controller_id < 0 || controller_id >= MAX_CONTROLLERS) { in GetControllerPose()
208 if (controller_id < 0 || controller_id >= MAX_CONTROLLERS) { in GetControllerRingBuffer()
296 ControllerClientState controllers_[MAX_CONTROLLERS];