Home
last modified time | relevance | path

Searched refs:depthLibHandle (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.cpp671 void* depthLibHandle = dlopen(camera3::kDepthPhotoLibrary, RTLD_NOW | RTLD_LOCAL); in isDepthPhotoLibraryPresent() local
672 if (depthLibHandle == nullptr) { in isDepthPhotoLibraryPresent()
676 auto processFunc = dlsym(depthLibHandle, camera3::kDepthPhotoProcessFunction); in isDepthPhotoLibraryPresent()
682 dlclose(depthLibHandle); in isDepthPhotoLibraryPresent()