Searched defs:erase (Results 1 - 8 of 8) sorted by path

/hardware/google/av/codec2/vndk/bufferpool/
H A DAccessorImpl.cpp106 bool erase(std::map<T, std::set<U>> *mapOfSet, T key, U value) { function in namespace:android::hardware::media::bufferpool::V1_0::implementation
110 if (iter->second.erase(value) > 0) {
114 mapOfSet->erase(iter);
272 bool deleted = erase(&mUsingBuffers, connectionId, bufferId);
282 erase(&mUsingConnections, bufferId, connectionId);
292 mCompletedTransactions.erase(completed);
342 bool deleted = erase(&mPendingTransactions, message.connectionId,
358 mTransactions.erase(found);
416 bool deleted = erase(&mUsingConnections, bufferId, connectionId);
428 mUsingBuffers.erase(buffer
[all...]
/hardware/interfaces/camera/common/1.0/default/
H A DCameraMetadata.cpp383 status_t CameraMetadata::erase(uint32_t tag) { function in class:android::hardware::camera::common::V1_0::helper::CameraMetadata
/hardware/interfaces/keymaster/3.0/vts/functional/
H A Dauthorization_set.cpp131 data_.erase(data_.begin() + pos);
149 bool AuthorizationSet::erase(int index) { function in class:android::hardware::keymaster::V3_0::AuthorizationSet
152 data_.erase(pos);
/hardware/interfaces/keymaster/4.0/support/
H A Dauthorization_set.cpp122 data_.erase(data_.begin() + pos);
157 bool AuthorizationSet::erase(int index) { function in class:android::hardware::keymaster::V4_0::AuthorizationSet
160 data_.erase(pos);
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
H A DMap.h61 bool erase(T);
158 bool Map<T,T2>::erase(T d) function in class:Map
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
H A DMap.h64 bool erase(T);
164 bool Map<T,T2>::erase(T d) function in class:Map
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A DMap.h63 bool erase(T);
163 bool Map<T,T2>::erase(T d) function in class:Map
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
H A DMap.h63 bool erase(T);
163 bool Map<T,T2>::erase(T d) function in class:Map

Completed in 705 milliseconds