Home
last modified time | relevance | path

Searched refs:filtered (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/keymaster/4.0/support/
Dauthorization_set.cpp435 std::vector<KeyParameter> filtered(element_count - streams.invalids); in deserialize() local
436 auto ifiltered = filtered.begin(); in deserialize()
442 *params = std::move(filtered); in deserialize()
/hardware/google/av/media/sfplugin/
DCCodecConfig.cpp1441 ReflectedParamUpdater::Dict filtered; in getReflectedFormat() local
1451 filtered.emplace(name.c_str(), item); in getReflectedFormat()
1483 filtered.emplace(cm.path(), item); in getReflectedFormat()
1488 filtered.debugString(4).c_str()); in getReflectedFormat()
1489 return filtered; in getReflectedFormat()
/hardware/interfaces/thermal/2.0/
DIThermal.hal78 * @param type the type to be filtered.
/hardware/interfaces/tv/cec/1.0/
DIHdmiCec.hal29 * addressed the given logical address can be filtered in. This method must
/hardware/interfaces/tv/cec/2.0/
DIHdmiCec.hal30 * logical address can be filtered in.
/hardware/interfaces/keymaster/3.0/vts/functional/
Dkeymaster_hidl_hal_test.cpp369 AuthorizationSet filtered; in filter_tags() local
370 std::remove_copy_if(set.begin(), set.end(), std::back_inserter(filtered), tag_in_list); in filter_tags()
371 return filtered; in filter_tags()
/hardware/interfaces/keymaster/4.0/vts/functional/
Dkeymaster_hidl_hal_test.cpp298 AuthorizationSet filtered; in filter_tags() local
299 std::remove_copy_if(set.begin(), set.end(), std::back_inserter(filtered), tag_in_list); in filter_tags()
300 return filtered; in filter_tags()
/hardware/interfaces/neuralnetworks/1.2/
Dtypes.hal2705 * with scores lower than the threshold are filtered before sending
2857 * threshold are filtered before sending to the NMS algorithm. The
3057 * height or width lower than the absolute threshold are filtered out.