Home
last modified time | relevance | path

Searched defs:Intersection (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/av/media/libaudiofoundation/include/media/
H A DAudioContainers.h45 static std::vector<T> Intersection(const std::set<T>& a, const std::set<T>& b) { in Intersection() function
/aosp12/hardware/qcom/display/msm8996/sdm/libs/utils/
H A Drect.cpp62 LayerRect Intersection(const LayerRect &rect1, const LayerRect &rect2) { in Intersection() function
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/libs/utils/
H A Drect.cpp62 LayerRect Intersection(const LayerRect &rect1, const LayerRect &rect2) { in Intersection() function
/aosp12/hardware/qcom/display/msm8998/sdm/libs/utils/
H A Drect.cpp62 LayerRect Intersection(const LayerRect &rect1, const LayerRect &rect2) { in Intersection() function
/aosp12/hardware/qcom/display/msm8909/sdm/libs/utils/
H A Drect.cpp67 LayerRect Intersection(const LayerRect &rect1, const LayerRect &rect2) { in Intersection() function
/aosp12/hardware/qcom/sdm845/display/sdm/libs/utils/
H A Drect.cpp67 LayerRect Intersection(const LayerRect &rect1, const LayerRect &rect2) { in Intersection() function
/aosp12/hardware/qcom/sm7250/display/sdm/libs/utils/
H A Drect.cpp67 LayerRect Intersection(const LayerRect &rect1, const LayerRect &rect2) { in Intersection() function
/aosp12/hardware/qcom/sm8150/display/sdm/libs/utils/
H A Drect.cpp67 LayerRect Intersection(const LayerRect &rect1, const LayerRect &rect2) { in Intersection() function
/aosp12/bionic/tools/versioner/src/
H A Dversioner.cpp273 static std::vector<T> Intersection(const std::set<T>& a, const std::set<T>& b) { in Intersection() function