Home
last modified time | relevance | path

Searched defs:add (Results 1 – 25 of 60) sorted by relevance

123

/hardware/qcom/sm8150/data/ipacfg-mgr/hal/src/
DPrefixParser.cpp55 bool PrefixParser::add(vector<string> in) { in add() function in PrefixParser
59 bool PrefixParser::add(string in) { in add() function in PrefixParser
126 bool PrefixParser::add(vector<string> in, IP_FAM famHint) { in add() function in PrefixParser
137 bool PrefixParser::add(string in, IP_FAM famHint) { in add() function in PrefixParser
/hardware/qcom/sdm845/data/ipacfg-mgr/hal/src/
DPrefixParser.cpp55 bool PrefixParser::add(vector<string> in) { in add() function in PrefixParser
59 bool PrefixParser::add(string in) { in add() function in PrefixParser
126 bool PrefixParser::add(vector<string> in, IP_FAM famHint) { in add() function in PrefixParser
137 bool PrefixParser::add(string in, IP_FAM famHint) { in add() function in PrefixParser
/hardware/qcom/data/ipacfg-mgr/msm8998/hal/src/
DPrefixParser.cpp55 bool PrefixParser::add(vector<string> in) { in add() function in PrefixParser
59 bool PrefixParser::add(string in) { in add() function in PrefixParser
120 bool PrefixParser::add(vector<string> in, IP_FAM famHint) { in add() function in PrefixParser
131 bool PrefixParser::add(string in, IP_FAM famHint) { in add() function in PrefixParser
/hardware/interfaces/automotive/can/1.0/default/libnl++/include/libnl++/
DMessageFactory.h108 void add(nlattrtype_t type, const A& attr) { in add() function
113 void add(nlattrtype_t type, const std::string& s) { in add() function
/hardware/qcom/sdm845/gps/sdm845/utils/
DLocUnorderedSetMap.h143 bool add(const KEY& key, const unordered_set<VAL>& newVals) { in add() function
160 inline void add(const unordered_set<KEY>& keys, const unordered_set<VAL>&& newVals, in add() function
164 inline void add(const unordered_set<KEY>& keys, const unordered_set<VAL>& newVals, in add() function
/hardware/qcom/sm8150p/gps/utils/
DLocUnorderedSetMap.h143 bool add(const KEY& key, const unordered_set<VAL>& newVals) { in add() function
160 inline void add(const unordered_set<KEY>& keys, const unordered_set<VAL>&& newVals, in add() function
164 inline void add(const unordered_set<KEY>& keys, const unordered_set<VAL>& newVals, in add() function
/hardware/qcom/sm7150/gps/utils/
DLocUnorderedSetMap.h143 bool add(const KEY& key, const unordered_set<VAL>& newVals) { in add() function
160 inline void add(const unordered_set<KEY>& keys, const unordered_set<VAL>&& newVals, in add() function
164 inline void add(const unordered_set<KEY>& keys, const unordered_set<VAL>& newVals, in add() function
/hardware/qcom/sm8150/gps/utils/
DLocUnorderedSetMap.h152 bool add(const KEY& key, const unordered_set<VAL>& newVals) { in add() function
169 inline void add(const unordered_set<KEY>& keys, const unordered_set<VAL>&& newVals, in add() function
174 inline void add(const unordered_set<KEY>& keys, const unordered_set<VAL>& newVals, in add() function
/hardware/qcom/sm7250/gps/utils/
DLocUnorderedSetMap.h152 bool add(const KEY& key, const unordered_set<VAL>& newVals) { in add() function
169 inline void add(const unordered_set<KEY>& keys, const unordered_set<VAL>&& newVals, in add() function
174 inline void add(const unordered_set<KEY>& keys, const unordered_set<VAL>& newVals, in add() function
/hardware/qcom/gps/msm8909w_3100/core/data-items/common/
DDataItemIndex.cpp136 void DataItemIndex <CT,DIT> :: add in add() function in DataItemIndex
165 void DataItemIndex <CT,DIT> :: add in add() function in DataItemIndex
DClientIndex.cpp137 void ClientIndex <CT,DIT> :: add in add() function in ClientIndex
/hardware/interfaces/automotive/can/1.0/default/libnetdevice/
Dvlan.cpp29 bool add(const std::string& eth, const std::string& vlan, uint16_t id) { in add() function
/hardware/google/gchips/gralloc4/src/hidl_common/
DRegisteredHandlePool.cpp21 bool RegisteredHandlePool::add(buffer_handle_t bufferHandle) in add() function in RegisteredHandlePool
/hardware/google/gchips/GrallocHAL/src/hidl_common/
DRegisteredHandlePool.cpp21 bool RegisteredHandlePool::add(buffer_handle_t bufferHandle) in add() function in RegisteredHandlePool
/hardware/interfaces/automotive/can/1.0/default/libnl++/
DMessageFactory.cpp28 nlattr* MessageFactoryBase::add(nlmsghdr* msg, size_t maxLen, nlattrtype_t type, const void* data, in add() function in android::nl::MessageFactoryBase
/hardware/interfaces/audio/common/all-versions/default/
DEffectMap.cpp34 uint64_t EffectMap::add(effect_handle_t handle) { in add() function in android::EffectMap
/hardware/interfaces/identity/support/src/
Dcppbor_parse.cpp119 void add(std::unique_ptr<Item> item) override { in add() function in cppbor::__anon1941be680111::IncompleteArray
135 void add(std::unique_ptr<Item> item) override { in add() function in cppbor::__anon1941be680111::IncompleteMap
151 void add(std::unique_ptr<Item> item) override { in add() function in cppbor::__anon1941be680111::IncompleteSemantic
/hardware/interfaces/neuralnetworks/1.0/utils/src/
DProtectCallback.cpp43 void DeathRecipient::add(IProtectedCallback* killable) const { in add() function in android::hardware::neuralnetworks::utils::DeathRecipient
/hardware/interfaces/neuralnetworks/aidl/utils/src/
DProtectCallback.cpp47 void DeathMonitor::add(IProtectedCallback* killable) const { in add() function in aidl::android::hardware::neuralnetworks::utils::DeathMonitor
DBufferTracker.cpp190 std::unique_ptr<AidlBufferTracker::Token> AidlBufferTracker::add( in add() function in android::nn::AidlBufferTracker
/hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/
DGrallocLoader.h61 void* add(native_handle_t* bufferHandle) { in add() function
/hardware/libhardware/modules/usbcamera/
DMetadata.cpp120 int Metadata::add(uint32_t tag, int count, const void *tag_data) { in add() function in usb_camera_hal::Metadata
/hardware/libhardware/modules/camera/3_0/
DMetadata.cpp132 int Metadata::add(uint32_t tag, int count, const void *tag_data) in add() function in default_camera_hal::Metadata
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/inc/
Dvidc_vendor_extensions.h203 void add(const VendorExtension& _e) { in add() function
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/common/inc/
Dvidc_vendor_extensions.h206 void add(const VendorExtension& _e) { in add() function

123