Searched defs:is_same (Results 1 - 3 of 3) sorted by path

/frameworks/av/media/libaudioprocessing/
H A DAudioMixerOps.h22 /* Behavior of is_same<>::value is true if the types are identical,
23 * false otherwise. Identical to the STL std::is_same.
26 struct is_same struct in namespace:android
32 struct is_same<T, T> // partial specialization struct in namespace:android
182 if (!is_same<TO, TI>::value) {
H A DAudioResamplerFirOps.h47 struct is_same struct in namespace:android
53 struct is_same<T, T> // partial specialization struct in namespace:android
/frameworks/av/media/libaudioprocessing/tests/
H A Dtest_utils.h33 struct is_same struct
39 struct is_same<T, T> // partial specialization struct
47 if (is_same<T, int16_t>::value) {
49 } else if (is_same<T, int32_t>::value) {
281 if (is_same<T, float>::value) {
283 } else if (is_same<T, short>::value) {

Completed in 160 milliseconds