Searched refs:kDepthPhotoLibrary (Results 1 – 4 of 4) sorted by relevance
67 static const char *kDepthPhotoLibrary = "libdepthphoto.so"; variable
671 void* depthLibHandle = dlopen(camera3::kDepthPhotoLibrary, RTLD_NOW | RTLD_LOCAL); in isDepthPhotoLibraryPresent()
44 *libHandle = dlopen(kDepthPhotoLibrary, RTLD_NOW | RTLD_LOCAL); in linkToDepthPhotoLibrary()
87 mDepthPhotoLibHandle = dlopen(camera3::kDepthPhotoLibrary, RTLD_NOW | RTLD_LOCAL); in DepthCompositeStream()