Home
last modified time | relevance | path

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

12

/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/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/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/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/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/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()
DValidateModel.cpp164 static size_t sizeForBinder(const hidl_vec<Type>& vec) { in sizeForBinder()
797 static void removeValueAndDecrementGreaterValues(hidl_vec<uint32_t>* vec, uint32_t value) { in removeValueAndDecrementGreaterValues()
/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/broadcastradio/1.1/default/
DVirtualProgram.cpp89 vector<ProgramInfo> getProgramInfoVector(const vector<VirtualProgram>& vec, HalRevision halRev) { in getProgramInfoVector()
/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/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/identity/support/tests/
Dcppbor_test.cpp243 using vec = vector<uint8_t>; in TEST() typedef
316 vector<uint8_t> vec = {3, 2, 1}; in TEST() local
325 vector<uint8_t> vec = {3, 2, 1}; in TEST() local
334 vector<uint8_t> vec = {3, 2, 1}; in TEST() local
604 vector<uint8_t> vec{0x23, 0x24, 0x22}; in TEST() local
947 vector<uint8_t> vec = {0x01, 0x02, 0x08, 0x03}; in TEST() local
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehicleHalTestUtils.h180 inline std::string vecToString(const hidl_vec<T>& vec) { in vecToString()
DVehicleObjectPool_test.cpp99 std::vector<recyclable_ptr<VehiclePropValue>> vec; in TEST_F() local
/hardware/interfaces/keymaster/4.0/support/
Dkeymaster_utils.cpp114 void appendUint64(std::vector<uint8_t>& vec, uint64_t value) { in appendUint64()
130 void appendUint32(std::vector<uint8_t>& vec, uint32_t value) { in appendUint32()
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehicleObjectPool.h218 bool check(hidl_vec<VecType>* vec, bool expected) { in check()
/hardware/interfaces/power/1.0/vts/functional/
DVtsHalPowerV1_0TargetTest.cpp169 hidl_vec<PowerStatePlatformSleepState> vec; in TEST_P() local
/hardware/interfaces/memtrack/1.0/vts/functional/
DVtsHalMemtrackV1_0TargetTest.cpp76 return [=](MemtrackStatus status, hidl_vec<MemtrackRecord> vec) { in generate_cb()
/hardware/interfaces/soundtrigger/2.1/default/
DSoundTriggerHw.cpp44 std::pair<bool, sp<IMemory>> memoryAsVector(const hidl_memory& m, hidl_vec<uint8_t>* vec) { in memoryAsVector()
/hardware/qcom/sm8150/display/gralloc/
DQtiMapper.cpp70 auto vec = gralloc::BufferDescriptor::Encode(descriptor_info); in CreateDescriptor() local
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehicleHalManager.cpp232 hidl_vec<VehiclePropValue> vec; in onBatchHalEvent() local

12