Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/vr/libvrsensor/
H A Dpose_client.cpp83 int GetControllerPose(int32_t controller_id, uint32_t vsync_count, in GetControllerPose() argument
85 if (controller_id < 0 || controller_id >= MAX_CONTROLLERS) { in GetControllerPose()
88 if (!controllers_[controller_id].mapped_pose_buffer) { in GetControllerPose()
89 int ret = GetControllerRingBuffer(controller_id); in GetControllerPose()
94 controllers_[controller_id] in GetControllerPose()
207 int GetControllerRingBuffer(int32_t controller_id) { in GetControllerRingBuffer() argument
208 if (controller_id < 0 || controller_id >= MAX_CONTROLLERS) { in GetControllerRingBuffer()
211 ControllerClientState& client_state = controllers_[controller_id]; in GetControllerRingBuffer()
218 DVR_POSE_GET_CONTROLLER_RING_BUFFER, &controller_id, in GetControllerRingBuffer()
219 sizeof(controller_id), nullptr, 0); in GetControllerRingBuffer()
[all …]
/aosp12/system/bt/stack/include/
H A Dbtu.h45 void btu_hcif_process_event(uint8_t controller_id, BT_HDR* p_buf);
46 void btu_hcif_send_cmd(uint8_t controller_id, BT_HDR* p_msg);
/aosp12/system/bt/test/mock/
H A Dmock_stack_btu_hcif.cc64 void btu_hcif_process_event(UNUSED_ATTR uint8_t controller_id, BT_HDR* p_msg) { in btu_hcif_process_event() argument
67 void btu_hcif_send_cmd(UNUSED_ATTR uint8_t controller_id, BT_HDR* p_buf) { in btu_hcif_send_cmd() argument
/aosp12/frameworks/native/libs/vr/libvrsensor/include/dvr/
H A Dpose_client.h101 int dvrPoseClientGetController(DvrPoseClient* client, int32_t controller_id,
/aosp12/frameworks/native/libs/vr/libdvr/include/dvr/
H A Ddvr_api.h275 int32_t controller_id,
/aosp12/system/bt/stack/btu/
H A Dbtu_hcif.cc257 void btu_hcif_process_event(UNUSED_ATTR uint8_t controller_id, BT_HDR* p_msg) { in btu_hcif_process_event() argument
716 void btu_hcif_send_cmd(UNUSED_ATTR uint8_t controller_id, BT_HDR* p_buf) { in btu_hcif_send_cmd() argument
/aosp12/system/bt/gd/l2cap/
H A Dl2cap_packets.pdl476 controller_id : 8,