Home
last modified time | relevance | path

Searched defs:vec (Results 1 – 25 of 73) sorted by relevance

123

/hardware/google/gchips/gralloc4/src/hidl_common/
DBufferDescriptor.h69 static void push_descriptor_uint32(frameworks_vec<vecT> *vec, size_t *pos, uint32_t val) in push_descriptor_uint32()
77 static uint32_t pop_descriptor_uint32(const frameworks_vec<vecT> &vec, size_t *pos) in pop_descriptor_uint32()
87 static void push_descriptor_uint64(frameworks_vec<vecT> *vec, size_t *pos, uint64_t val) in push_descriptor_uint64()
95 static uint64_t pop_descriptor_uint64(const frameworks_vec<vecT> &vec, size_t *pos) in pop_descriptor_uint64()
105 static void push_descriptor_string(frameworks_vec<uint8_t> *vec, size_t *pos, const std::string &st… in push_descriptor_string()
111 static std::string pop_descriptor_string(const frameworks_vec<uint8_t> &vec, size_t *pos) in pop_descriptor_string()
/hardware/interfaces/drm/1.0/default/
DTypeConvert.h33 hidl_vec<T> vec; in toHidlVec() local
39 hidl_vec<T> vec; in toHidlVec() local
44 template<typename T> const Vector<T> toVector(const hidl_vec<T> &vec) { in toVector()
50 template<typename T> Vector<T> toVector(hidl_vec<T> &vec) { in toVector()
/hardware/interfaces/graphics/mapper/4.0/vts/functional/
DVtsHalGraphicsMapperV4_0TargetTest.cpp101 hidl_vec<uint8_t> vec; in testGet() local
126 hidl_vec<uint8_t> vec; in testSet() local
217 hidl_vec<uint8_t> vec; in getAndroidYCbCr() local
295 hidl_vec<uint8_t> vec; in getAndroidYCbCr_P010() local
393 hidl_vec<uint8_t> vec; in verifyRGBA8888() local
791 hidl_vec<uint8_t> vec; in TEST_P() local
939 hidl_vec<uint8_t> vec; in TEST_P() local
980 hidl_vec<uint8_t> vec; in TEST_P() local
1263 [](const IMapper::BufferDescriptorInfo& /*info*/, const hidl_vec<uint8_t>& vec) { in TEST_P()
1274 [](const IMapper::BufferDescriptorInfo& info, const hidl_vec<uint8_t>& vec) { in TEST_P()
[all …]
/hardware/interfaces/neuralnetworks/1.0/vts/functional/include/1.0/
DUtils.h106 inline void hidl_vec_removeAt(hidl_vec<Type>* vec, uint32_t index) { in hidl_vec_removeAt()
114 inline void hidl_vec_remove(hidl_vec<Type>* vec, const Type& val) { in hidl_vec_remove()
122 inline uint32_t hidl_vec_push_back(hidl_vec<Type>* vec, const Type& value) { in hidl_vec_push_back()
/hardware/interfaces/ir/aidl/vts/
DVtsHalIrTargetTest.cpp52 std::vector<int32_t> vec; in TEST_P() local
65 std::vector<int32_t> vec; in TEST_P() local
/hardware/interfaces/ir/1.0/vts/functional/
DVtsHalIrV1_0TargetTest.cpp61 hidl_vec<int32_t> vec; in TEST_P() local
74 hidl_vec<int32_t> vec; in TEST_P() local
/hardware/google/gfxstream/third-party/glm/include/glm/gtc/
Dtype_ptr.inl16 tvec2<T, P> const & vec
27 tvec2<T, P> & vec
38 tvec3<T, P> const & vec
49 tvec3<T, P> & vec
60 tvec4<T, P> const & vec
71 tvec4<T, P> & vec
/hardware/google/pixel/power-libperfmgr/aidl/tests/
DBackgroundWorkerTest.cpp50 std::vector<work> vec; in TEST() local
81 std::vector<work> vec; in TEST() local
115 std::vector<work> vec; in TEST() local
/hardware/nxp/keymint/transport/
DEseTransportUtils.cpp24 std::ostream& operator<<(std::ostream& os, const std::vector<uint8_t>& vec) { in operator <<()
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
DStreamIoUtil.h33 charvectorbuf(std::vector<CharT> &vec) { in charvectorbuf()
47 charvectorbuf(const std::vector<CharT> &vec) { in charvectorbuf()
/hardware/google/aemu/host-common/
DMediaSnapshotState.cpp48 std::vector<uint8_t> vec; in savePacket() local
84 void saveVec(base::Stream* stream, const std::vector<T>& vec) { in saveVec()
92 void loadVec(base::Stream* stream, std::vector<T>& vec) { in loadVec()
/hardware/interfaces/neuralnetworks/1.0/vts/functional/
DValidateRequest.cpp54 static void hidl_vec_removeAt(hidl_vec<Type>* vec, uint32_t index) { in hidl_vec_removeAt()
62 static uint32_t hidl_vec_push_back(hidl_vec<Type>* vec, const Type& value) { in hidl_vec_push_back()
/hardware/interfaces/keymaster/4.1/support/
DKeymaster.cpp31 std::ostream& operator<<(std::ostream& os, const hidl_vec<T>& vec) { in operator <<()
41 std::ostream& operator<<(std::ostream& os, const hidl_vec<uint8_t>& vec) { in operator <<()
50 std::ostream& operator<<(std::ostream& os, const hidl_array<uint8_t, N>& vec) { in operator <<()
/hardware/interfaces/tests/trie/1.0/default/
DTrie.cpp71 auto& vec = currNode->next; in addString() local
93 const auto& vec = currNode->next; in containsString() local
/hardware/interfaces/tests/extension/light/2.0/default/
DLight.cpp40 hidl_vec<Type> vec{}; in getSupportedTypes() local
/hardware/interfaces/tests/foo/1.0/default/lib/include/hidl-test/
DFooHelper.h70 std::string to_string(const hidl_vec<T> &vec) { in to_string()
/hardware/interfaces/broadcastradio/1.1/default/
DVirtualProgram.cpp89 vector<ProgramInfo> getProgramInfoVector(const vector<VirtualProgram>& vec, HalRevision halRev) { in getProgramInfoVector()
/hardware/interfaces/gatekeeper/1.0/software/
DSoftGateKeeperDevice.cpp37 inline SizedBuffer hidl_vec2sized_buffer(const hidl_vec<uint8_t>& vec) { in hidl_vec2sized_buffer()
/hardware/interfaces/drm/1.0/vts/functional/include/android/hardware/drm/1.0/vts/
Ddrm_hal_clearkey_test.h181 hidl_array<uint8_t, 16> toHidlArray(const vector<uint8_t>& vec) { in toHidlArray()
Ddrm_hal_vendor_test.h187 hidl_array<uint8_t, 16> toHidlArray(const vector<uint8_t>& vec) { in toHidlArray()
/hardware/interfaces/power/1.1/vts/functional/
DVtsHalPowerV1_1TargetTest.cpp46 hidl_vec<PowerStateSubsystem> vec; in TEST_P() local
/hardware/interfaces/gatekeeper/aidl/software/
DGateKeeper.cpp34 SizedBuffer vec2sized_buffer(const std::vector<uint8_t>& vec) { in vec2sized_buffer()
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehicleHalTestUtils.h180 inline std::string vecToString(const hidl_vec<T>& vec) { in vecToString()
DVehicleObjectPool_test.cpp101 std::vector<recyclable_ptr<VehiclePropValue>> vec; in TEST_F() local
/hardware/google/gchips/gralloc4/src/4.x/
DGrallocMapper.cpp181 std::vector<uint8_t> vec; in get() local
198 std::vector<uint8_t> vec; in getFromBufferDescriptorInfo() local

123