drm_hwcomposer: Migrate to android::drm_hwcomposer namespace
Change-Id: I2859aa8f55532d88231389724956fc77b0625339
This commit is contained in:
parent
d4ab368f7f
commit
9255d0d10b
88 changed files with 281 additions and 241 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue