Monado OpenXR Runtime
android_content.h
Go to the documentation of this file.
1
// Copyright 2024-2025, Collabora, Ltd.
2
// SPDX-License-Identifier: BSL-1.0
3
/*!
4
* @file
5
* @brief Content class function.
6
* @author Simon Zeni <simon.zeni@collabora.com>
7
* @ingroup aux_android
8
*/
9
#pragma once
10
11
#include <
xrt/xrt_config_os.h
>
12
13
#ifdef XRT_OS_ANDROID
14
#include <stddef.h>
15
16
#ifdef __cplusplus
17
extern
"C"
{
18
#endif
19
20
bool
21
android_content_get_files_dir(
void
*context,
char
*dir,
size_t
size);
22
23
24
#ifdef __cplusplus
25
}
26
#endif
27
28
#endif
xrt_config_os.h
Auto detect OS and certain features.
auxiliary
android
android_content.h
Generated by
1.9.4