Searched refs:mDepthPhotoLibHandle (Results 1 – 2 of 2) sorted by relevance
47 mDepthPhotoLibHandle(nullptr), in DepthCompositeStream()87 mDepthPhotoLibHandle = dlopen(camera3::kDepthPhotoLibrary, RTLD_NOW | RTLD_LOCAL); in DepthCompositeStream()88 if (mDepthPhotoLibHandle != nullptr) { in DepthCompositeStream()90 dlsym(mDepthPhotoLibHandle, camera3::kDepthPhotoProcessFunction)); in DepthCompositeStream()111 if (mDepthPhotoLibHandle != nullptr) { in ~DepthCompositeStream()112 dlclose(mDepthPhotoLibHandle); in ~DepthCompositeStream()113 mDepthPhotoLibHandle = nullptr; in ~DepthCompositeStream()579 if ((mDepthPhotoLibHandle == nullptr) || (mDepthPhotoProcess == nullptr)) { in configureStream()
129 void* mDepthPhotoLibHandle; variable