Searched defs:Type (Results 1 - 4 of 4) sorted by relevance

/hardware/nxp/secure_element/libese-spi/p73/utils/
H A Dconfig.h24 enum Type { UNSIGNED, STRING, BYTES }; enum in class:ConfigValue
26 Type getType() const;
34 Type type_;
/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/support/
H A Dcbor.h38 enum class Type : uint8_t { class in namespace:android::hardware::confirmationui::support
231 WriteState writeHeader(WriteState wState, Type type, const uint64_t value);
238 return writeHeader(wState, Type::NUMBER, v);
240 return writeHeader(wState, Type::NEGATIVE, UINT64_C(-1) - v);
271 wState = writeHeader(wState, Type::TEXT_STRING, v.size());
283 wState = writeHeader(wState, Type::BYTE_STRING, v.size());
306 wState = writeHeader(wState, Type::MAP, map.size());
313 wState = writeHeader(wState, Type::ARRAY, arr.size());
/hardware/nxp/nfc/halimpl/dnld/
H A DphDnldNfc_Internal.h139 * Frame Input Type & Value for CmdId in Process
143 Type; /* Type of frame input required for current cmd in process */ member in struct:phDnldNfc_FrameInput
/hardware/qcom/camera/msm8998/QCamera2/HAL/test/
H A Dqcamera_test.h57 int Type; member in struct:qcamera::CameraContext::__anon1955

Completed in 360 milliseconds