File tree 7 files changed +13
-13
lines changed
7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ class AppContentLauncherManager : public ContentLauncherDelegate
62
62
EndpointId mEndpointId ;
63
63
64
64
// TODO: set this based upon meta data from app
65
- static constexpr uint32_t kEndpointFeatureMap = 3 ;
66
- static constexpr uint16_t kClusterRevision = 2 ;
65
+ static constexpr uint32_t kEndpointFeatureMap = 3 ;
66
+ static constexpr uint16_t kClusterRevision = 2 ;
67
67
ContentAppAttributeDelegate * mAttributeDelegate ;
68
68
};
Original file line number Diff line number Diff line change @@ -114,8 +114,8 @@ class AppMediaPlaybackManager : public MediaPlaybackDelegate
114
114
EndpointId mEndpointId ;
115
115
116
116
// TODO: set this based upon meta data from app
117
- static constexpr uint32_t kEndpointFeatureMap = 3 ;
118
- static constexpr uint16_t kClusterRevision = 2 ;
117
+ static constexpr uint32_t kEndpointFeatureMap = 3 ;
118
+ static constexpr uint16_t kClusterRevision = 2 ;
119
119
120
120
ContentAppAttributeDelegate * mAttributeDelegate ;
121
121
};
Original file line number Diff line number Diff line change @@ -81,6 +81,6 @@ class ChannelManager : public ChannelDelegate
81
81
jmethodID mCancelRecordProgramMethod = nullptr ;
82
82
83
83
// TODO: set this based upon meta data from app
84
- static constexpr uint32_t kEndpointFeatureMap = 3 ;
85
- static constexpr uint16_t kClusterRevision = 2 ;
84
+ static constexpr uint32_t kEndpointFeatureMap = 3 ;
85
+ static constexpr uint16_t kClusterRevision = 2 ;
86
86
};
Original file line number Diff line number Diff line change @@ -122,5 +122,5 @@ class MediaPlaybackManager : public MediaPlaybackDelegate
122
122
123
123
// TODO: set this based upon meta data from app
124
124
static constexpr uint32_t kEndpointFeatureMap = 3 ;
125
- static constexpr uint16_t kClusterRevision = 2 ;
125
+ static constexpr uint16_t kClusterRevision = 2 ;
126
126
};
Original file line number Diff line number Diff line change @@ -73,6 +73,6 @@ class ChannelManager : public ChannelDelegate
73
73
74
74
private:
75
75
// TODO: set this based upon meta data from app
76
- static constexpr uint32_t kEndpointFeatureMap = 3 ;
77
- static constexpr uint16_t kClusterRevision = 2 ;
76
+ static constexpr uint32_t kEndpointFeatureMap = 3 ;
77
+ static constexpr uint16_t kClusterRevision = 2 ;
78
78
};
Original file line number Diff line number Diff line change @@ -63,6 +63,6 @@ class ContentLauncherManager : public ContentLauncherDelegate
63
63
64
64
private:
65
65
// TODO: set this based upon meta data from app
66
- static constexpr uint32_t kEndpointFeatureMap = 3 ;
67
- static constexpr uint16_t kClusterRevision = 2 ;
66
+ static constexpr uint32_t kEndpointFeatureMap = 3 ;
67
+ static constexpr uint16_t kClusterRevision = 2 ;
68
68
};
Original file line number Diff line number Diff line change @@ -113,6 +113,6 @@ class MediaPlaybackManager : public MediaPlaybackDelegate
113
113
114
114
private:
115
115
// TODO: set this based upon meta data from app
116
- static constexpr uint32_t kEndpointFeatureMap = 3 ;
117
- static constexpr uint16_t kClusterRevision = 2 ;
116
+ static constexpr uint32_t kEndpointFeatureMap = 3 ;
117
+ static constexpr uint16_t kClusterRevision = 2 ;
118
118
};
You can’t perform that action at this time.
0 commit comments