• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #ifndef ANDROID_DVR_POSE_CLIENT_INTERNAL_H_
2 #define ANDROID_DVR_POSE_CLIENT_INTERNAL_H_
3 
4 #include <private/dvr/buffer_hub_queue_client.h>
5 
6 using android::dvr::ConsumerQueue;
7 
8 typedef struct DvrPoseClient DvrPoseClient;
9 
10 namespace android {
11 namespace dvr {
12 
13 int dvrPoseClientGetDataReaderHandle(DvrPoseClient *client, uint64_t data_type,
14                                      ConsumerQueue **queue_out);
15 
16 }  // namespace dvr
17 }  // namespace android
18 
19 #endif  // ANDROID_DVR_POSE_CLIENT_INTERNAL_H_
20