1
0
Fork 0

drm_hwcomposer: Migrate to android::drm_hwcomposer namespace

Change-Id: I2859aa8f55532d88231389724956fc77b0625339
This commit is contained in:
Andrew Wolfers 2025-09-04 20:20:44 +00:00
parent d4ab368f7f
commit 9255d0d10b
88 changed files with 281 additions and 241 deletions

View file

@ -29,7 +29,7 @@
#include "utils/fd.h"
#include "utils/log.h"
namespace android {
namespace android::drm_hwcomposer {
class DrmProperty {
public:
@ -183,4 +183,4 @@ bool DrmProperty::GetBlobData(std::vector<T> &data_out) const {
return true;
}
} // namespace android
} // namespace android::drm_hwcomposer