Home
last modified time | relevance | path

Searched defs:T (Results 1 – 17 of 17) sorted by relevance

/hardware/interfaces/automotive/can/1.0/default/libnl++/include/libnl++/
DSocket.h64 bool send(MessageFactory<T, BUFSIZE>& req) { in send()
79 bool send(MessageFactory<T, BUFSIZE>& req, const sockaddr_nl& sa) { in send()
158 bool receiveAck(MessageFactory<T, BUFSIZE>& req) { in receiveAck()
/hardware/interfaces/automotive/can/1.0/vts/utils/include/can-vts-utils/
Dcan-hal-printers.h26 #define DEFINE_CAN_HAL_PRINTER_SIMPLE(T, converter) \ argument
32 #define DEFINE_CAN_HAL_PRINTER(T, converter) \ argument
/hardware/libhardware/modules/camera/3_4/metadata/
Dmetadata_common.h93 const std::array<T, N>& val) { in UpdateMetadata()
101 const ArrayVector<T, N>& val) { in UpdateMetadata()
109 const std::vector<std::array<T, N>>& val) { in UpdateMetadata()
211 std::array<T, N>* val) { in SingleTagValue()
284 std::vector<std::array<T, N>>* val) { in VectorTagValue()
Dtest_common.h67 const std::array<T, N>& expected) { in ExpectMetadataEq()
75 const ArrayVector<T, N>& expected) { in ExpectMetadataEq()
84 const std::vector<std::array<T, N>>& expected) { in ExpectMetadataEq()
Dignored_control_delegate.h35 int SetValue(const T& /*value*/) override { return 0; }; in SetValue()
Darray_vector.h42 void push_back(const std::array<T, N>& values) { in push_back()
Dpartial_metadata_factory.h188 std::shared_ptr<ConverterInterface<T, int32_t>> converter, in V4L2Control()
314 std::shared_ptr<ConverterInterface<T, int32_t>> converter, in V4L2ControlOrDefault()
/hardware/interfaces/drm/1.0/default/
DTypeConvert.h57 const hidl_array<T, SIZE> &array) { in toVector()
64 hidl_array<T, SIZE> &array) { in toVector()
/hardware/interfaces/tests/foo/1.0/default/lib/include/hidl-test/
DFooHelper.h41 std::string to_string(const hidl_array<T, SIZE> &array) { in to_string()
46 std::string to_string(const hidl_array<T, SIZE1, SIZE2> &array) { in to_string()
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
DTriState.h44 explicit operator T () const { in T() function
/hardware/qcom/sm7250/gps/utils/
Dloc_log.h46 #define DECLARE_TBL(T) static const NameValTbl T##_tbl argument
/hardware/qcom/sm8150/gps/utils/
Dloc_log.h46 #define DECLARE_TBL(T) static const NameValTbl T##_tbl argument
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehicleObjectPool_test.cpp88 const int T = 2; in TEST_F() local
/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/
DMessageDefinition.h187 : MessageDescriptor(name, msgDet, attrTypes, sizeof(T)) {} in MessageDescriptor()
/hardware/google/easel/amber/camera/include/
DHdrPlusTypes.h503 std::vector<std::array<T, SIZE>> values) { in appendVectorArrayToString()
524 std::array<T, SIZE> values) { in appendArrayArrayToString()
/hardware/google/pixel/vibrator/cs40l25/tests/
Dtest-hwcal.cpp46 static void pack(std::ostream &stream, const std::array<T, N> &value, std::string lpad, in pack()
/hardware/libhardware/include/hardware/
Dhwcomposer2.h767 #define TO_STRING(E, T, printer) \ argument