Searched defs:Type (Results 1 – 13 of 13) sorted by relevance
220 struct Type : public CoreIndex { struct223 inline bool isGlobal() const { return (mIndex & DIR_MASK) == DIR_GLOBAL; } in isGlobal()225 inline bool forInput() const { return (mIndex & DIR_MASK) == DIR_INPUT; } in forInput()227 inline bool forOutput() const { return (mIndex & DIR_MASK) == DIR_OUTPUT; } in forOutput()230 inline bool forStream() const { return mIndex & IS_STREAM_FLAG; } in forStream()232 inline bool forPort() const { return !forStream() && !isGlobal(); } in forPort()235 inline uint32_t type() const { return mIndex & (~STREAM_ID_MASK); } in type()238 inline kind_t kind() const { in kind()249 inline Type(uint32_t index) : CoreIndex(index) { } in Type() argument271 inline bool setPort(bool output) { in setPort()
1994 typedef type_t Type; // deprecated typedef
24 enum Type { UNSIGNED, STRING, BYTES }; enum
52 Return<Status> Light::setLightExt(Type /* type */, const LightState& /* state */) { in setLightExt() argument
38 enum class Type : uint8_t { enum
46 Light::Light(std::map<Type, light_device_t*>&& lights) in Light()
46 Light::Light(std::map<Type, light_device_t*> &&lights) in Light()
171 enum Type { enum181 enum Type { enum
39 "Type":{ object205 "Type":{ object
143 Type; /* Type of frame input required for current cmd in process */ member
57 int Type; member