Searched defs:platform_handle_ (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/vr/libdvr/tests/
H A Ddvr_api_test.h17 platform_handle_ = dlopen("libdvr.so", flags);
18 ASSERT_NE(nullptr, platform_handle_) << "Dvr shared library missing.";
21 dlsym(platform_handle_, "dvrGetApi"));
29 if (platform_handle_ != nullptr) {
30 dlclose(platform_handle_); variable
34 void* platform_handle_ = nullptr; member in class:DvrApiTest

Completed in 81 milliseconds