nvnflinger: fix name
This commit is contained in:
parent
65be230fdd
commit
809148e1a5
54 changed files with 443 additions and 444 deletions
|
@ -28,10 +28,10 @@ namespace FileSystem {
|
|||
class FileSystemController;
|
||||
}
|
||||
|
||||
namespace NVFlinger {
|
||||
namespace Nvnflinger {
|
||||
class HosBinderDriverServer;
|
||||
class NVFlinger;
|
||||
} // namespace NVFlinger
|
||||
class Nvnflinger;
|
||||
} // namespace Nvnflinger
|
||||
|
||||
namespace SM {
|
||||
class ServiceManager;
|
||||
|
@ -228,8 +228,8 @@ public:
|
|||
void KillNVNFlinger();
|
||||
|
||||
private:
|
||||
std::unique_ptr<NVFlinger::HosBinderDriverServer> hos_binder_driver_server;
|
||||
std::unique_ptr<NVFlinger::NVFlinger> nv_flinger;
|
||||
std::unique_ptr<Nvnflinger::HosBinderDriverServer> hos_binder_driver_server;
|
||||
std::unique_ptr<Nvnflinger::Nvnflinger> nv_flinger;
|
||||
};
|
||||
|
||||
} // namespace Service
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue