Home
last modified time | relevance | path

Searched defs:Type (Results 1 – 13 of 13) sorted by relevance

/hardware/google/av/codec2/include/
DC2Param.h220 struct Type : public CoreIndex { struct
223 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() argument
271 inline bool setPort(bool output) { in setPort()
DC2Buffer.h1994 typedef type_t Type; // deprecated typedef
/hardware/st/secure_element/ese-spi-driver/utils-lib/
Dconfig.h24 enum Type { UNSIGNED, STRING, BYTES }; enum
/hardware/nxp/secure_element/libese-spi/p73/utils/
Dconfig.h24 enum Type { UNSIGNED, STRING, BYTES }; enum
/hardware/interfaces/tests/extension/light/2.0/default/
DLight.cpp52 Return<Status> Light::setLightExt(Type /* type */, const LightState& /* state */) { in setLightExt() argument
/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/support/
Dcbor.h38 enum class Type : uint8_t { enum
/hardware/google/interfaces/light/1.0/default/
DLight.cpp46 Light::Light(std::map<Type, light_device_t*>&& lights) in Light()
/hardware/google/interfaces/light/1.1/default/
DLight.cpp46 Light::Light(std::map<Type, light_device_t*>&& lights) in Light()
/hardware/interfaces/light/2.0/default/
DLight.cpp46 Light::Light(std::map<Type, light_device_t*> &&lights) in Light()
/hardware/ril/librilutils/proto/
Dsap-api.proto171 enum Type { enum
181 enum Type { enum
/hardware/google/pixel/thermal/utils/
Dconfig_schema.json39 "Type":{ object
205 "Type":{ object
/hardware/nxp/nfc/halimpl/dnld/
DphDnldNfc_Internal.h143 Type; /* Type of frame input required for current cmd in process */ member
/hardware/qcom/camera/msm8998/QCamera2/HAL/test/
Dqcamera_test.h57 int Type; member