Searched refs:depthLibHandle (Results 1 – 1 of 1) sorted by relevance
671 void* depthLibHandle = dlopen(camera3::kDepthPhotoLibrary, RTLD_NOW | RTLD_LOCAL); in isDepthPhotoLibraryPresent() local672 if (depthLibHandle == nullptr) { in isDepthPhotoLibraryPresent()676 auto processFunc = dlsym(depthLibHandle, camera3::kDepthPhotoProcessFunction); in isDepthPhotoLibraryPresent()682 dlclose(depthLibHandle); in isDepthPhotoLibraryPresent()