Home
last modified time | relevance | path

Searched defs:vec (Results 1 – 25 of 34) 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/ir/1.0/vts/functional/
DVtsHalIrV1_0TargetTest.cpp76 hidl_vec<int32_t> vec; in TEST_F() local
89 hidl_vec<int32_t> vec; in TEST_F() local
/hardware/interfaces/keymaster/4.0/support/
DKeymaster.cpp32 std::ostream& operator<<(std::ostream& os, const hidl_vec<T>& vec) { in operator <<()
42 std::ostream& operator<<(std::ostream& os, const hidl_vec<uint8_t>& vec) { in operator <<()
51 std::ostream& operator<<(std::ostream& os, const hidl_array<uint8_t, N>& 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/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/neuralnetworks/1.0/vts/functional/
DValidateRequest.cpp68 static void hidl_vec_removeAt(hidl_vec<Type>* vec, uint32_t index) { in hidl_vec_removeAt()
76 static uint32_t hidl_vec_push_back(hidl_vec<Type>* vec, const Type& value) { in hidl_vec_push_back()
DValidateModel.cpp78 static void hidl_vec_removeAt(hidl_vec<Type>* vec, uint32_t index) { in hidl_vec_removeAt()
86 static uint32_t hidl_vec_push_back(hidl_vec<Type>* vec, const Type& value) { in hidl_vec_push_back()
362 static void removeValueAndDecrementGreaterValues(hidl_vec<uint32_t>* vec, uint32_t value) { in removeValueAndDecrementGreaterValues()
/hardware/interfaces/neuralnetworks/1.1/vts/functional/
DValidateRequest.cpp68 static void hidl_vec_removeAt(hidl_vec<Type>* vec, uint32_t index) { in hidl_vec_removeAt()
76 static uint32_t hidl_vec_push_back(hidl_vec<Type>* vec, const Type& value) { in hidl_vec_push_back()
DValidateModel.cpp94 static void hidl_vec_removeAt(hidl_vec<Type>* vec, uint32_t index) { in hidl_vec_removeAt()
102 static uint32_t hidl_vec_push_back(hidl_vec<Type>* vec, const Type& value) { in hidl_vec_push_back()
378 static void removeValueAndDecrementGreaterValues(hidl_vec<uint32_t>* vec, uint32_t value) { in removeValueAndDecrementGreaterValues()
/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/neuralnetworks/1.2/vts/functional/
DValidateRequest.cpp144 static void hidl_vec_removeAt(hidl_vec<Type>* vec, uint32_t index) { in hidl_vec_removeAt()
152 static uint32_t hidl_vec_push_back(hidl_vec<Type>* vec, const Type& value) { in hidl_vec_push_back()
DValidateModel.cpp94 static void hidl_vec_removeAt(hidl_vec<Type>* vec, uint32_t index) { in hidl_vec_removeAt()
102 static uint32_t hidl_vec_push_back(hidl_vec<Type>* vec, const Type& value) { in hidl_vec_push_back()
478 static void removeValueAndDecrementGreaterValues(hidl_vec<uint32_t>* vec, uint32_t value) { in removeValueAndDecrementGreaterValues()
/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/power/1.1/vts/functional/
DVtsHalPowerV1_1TargetTest.cpp59 hidl_vec<PowerStateSubsystem> vec; in TEST_F() local
/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/soundtrigger/2.1/default/
DSoundTriggerHw.cpp44 std::pair<bool, sp<IMemory>> memoryAsVector(const hidl_memory& m, hidl_vec<uint8_t>* vec) { in memoryAsVector()
/hardware/interfaces/power/1.0/vts/functional/
DVtsHalPowerV1_0TargetTest.cpp182 hidl_vec<PowerStatePlatformSleepState> vec; in TEST_F() local
/hardware/interfaces/memtrack/1.0/vts/functional/
DVtsHalMemtrackV1_0TargetTest.cpp88 return [=](MemtrackStatus status, hidl_vec<MemtrackRecord> vec) { in generate_cb()
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehicleHalManager.cpp232 hidl_vec<VehiclePropValue> vec; in onBatchHalEvent() local
/hardware/qcom/sdm845/display/gralloc/
DQtiMapper.cpp70 auto vec = gralloc::BufferDescriptor::Encode(descriptor_info); in CreateDescriptor() local
/hardware/google/av/media/codecs/base/
DSimpleC2Component.cpp342 std::list<std::unique_ptr<C2Work>> vec(std::unique_ptr<C2Work> &work) { in vec() function
/hardware/google/av/media/sfplugin/
DCCodecBufferChannel.cpp313 [capacity](const std::vector<uint8_t> &vec) { in newBuffer()
332 std::vector<uint8_t> vec(capacity); in newBuffer() local
351 VectorBuffer(std::vector<uint8_t> &&vec, const std::shared_ptr<LocalBufferPool> &pool) in VectorBuffer()
387 void returnVector(std::vector<uint8_t> &&vec) { in returnVector()

12