xref: /third_party/mesa3d/src/android_stub/cutils_stub.cpp
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/mesa3d/src/android_stub/
1bf215546Sopenharmony_ci#include <cutils/properties.h>
2bf215546Sopenharmony_ci#include <cutils/trace.h>
3bf215546Sopenharmony_ci
4bf215546Sopenharmony_ciextern "C" {
5bf215546Sopenharmony_ci
6bf215546Sopenharmony_ciint
7bf215546Sopenharmony_ciproperty_get(const char *key, char *value, const char *default_value)
8bf215546Sopenharmony_ci{
9bf215546Sopenharmony_ci   return 0;
10bf215546Sopenharmony_ci}
11bf215546Sopenharmony_ci
12bf215546Sopenharmony_civoid
13bf215546Sopenharmony_ciatrace_begin_body(const char * /*name*/)
14bf215546Sopenharmony_ci{
15bf215546Sopenharmony_ci}
16bf215546Sopenharmony_ci
17bf215546Sopenharmony_civoid
18bf215546Sopenharmony_ciatrace_end_body()
19bf215546Sopenharmony_ci{
20bf215546Sopenharmony_ci}
21bf215546Sopenharmony_ci
22bf215546Sopenharmony_civoid
23bf215546Sopenharmony_ciatrace_init()
24bf215546Sopenharmony_ci{
25bf215546Sopenharmony_ci}
26bf215546Sopenharmony_ci
27bf215546Sopenharmony_ciuint64_t
28bf215546Sopenharmony_ciatrace_get_enabled_tags()
29bf215546Sopenharmony_ci{
30bf215546Sopenharmony_ci   return ATRACE_TAG_NOT_READY;
31bf215546Sopenharmony_ci}
32bf215546Sopenharmony_ci}
33

Indexes created Thu Nov 07 10:32:03 CST 2024