Searched defs:T (Results 1 – 13 of 13) sorted by relevance
/hardware/libhardware/modules/camera/3_4/metadata/ |
D | metadata_common.h | 93 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()
|
D | test_common.h | 67 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()
|
D | array_vector.h | 42 void push_back(const std::array<T, N>& values) { in push_back()
|
D | ignored_control_delegate.h | 35 int SetValue(const T& /*value*/) override { return 0; }; in SetValue()
|
D | partial_metadata_factory.h | 188 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/ |
D | TypeConvert.h | 57 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/ |
D | FooHelper.h | 41 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/ |
D | TriState.h | 44 explicit operator T () const { in T() function
|
/hardware/interfaces/automotive/vehicle/2.0/default/tests/ |
D | VehicleObjectPool_test.cpp | 88 const int T = 2; in TEST_F() local
|
/hardware/google/av/codec2/include/ |
D | C2Enum.h | 44 inline operator T() { return _mValue; } in T() function
|
/hardware/google/easel/amber/camera/include/ |
D | HdrPlusTypes.h | 503 std::vector<std::array<T, SIZE>> values) { in appendVectorArrayToString() 524 std::array<T, SIZE> values) { in appendArrayArrayToString()
|
/hardware/libhardware/include/hardware/ |
D | hwcomposer2.h | 684 #define TO_STRING(E, T, printer) \ argument
|
/hardware/google/av/codec2/tests/ |
D | C2Param_test.cpp | 1753 const C2NumbersTuning *T[] = { tun.get(), btun.get() }; in TEST_F() local
|