OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dvrGetApi
(Results
1 - 5
of
5
) sorted by null
/frameworks/native/libs/vr/libdvr/tests/
dvr_api_test.h
20
auto dvr_get_api = reinterpret_cast<decltype(&
dvrGetApi
)>(
21
dlsym(platform_handle_, "
dvrGetApi
"));
22
ASSERT_NE(nullptr, dvr_get_api) << "Platform library missing
dvrGetApi
.";
Android.mk
24
# and shall only get access to |
dvrGetApi
|, as other symbols are hidden from the
/frameworks/native/libs/vr/libdvr/
dvr_api.cpp
25
int
dvrGetApi
(void* api, size_t struct_size, int version) {
26
ALOGI("
dvrGetApi
: api=%p struct_size=%zu version=%d", api, struct_size,
61
ALOGE("
dvrGetApi
: Unknown API version=%d", version);
/frameworks/native/libs/vr/libbufferhubqueue/benchmarks/
buffer_transport_benchmark.cpp
213
reinterpret_cast<decltype(&
dvrGetApi
)>(dlsym(handle_, "
dvrGetApi
"));
/frameworks/native/libs/vr/libdvr/include/dvr/
dvr_api.h
455
int
dvrGetApi
(void* api, size_t struct_size, int version);
Completed in 119 milliseconds