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

/frameworks/av/services/audioflinger/
H A DAudioResamplerFirOps.h40 struct is_same struct in namespace:android
46 struct is_same<T, T> // partial specialization struct in namespace:android
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) {
/frameworks/av/services/audioflinger/tests/
H A Dtest_utils.h27 struct is_same struct
33 struct is_same<T, T> // partial specialization struct
41 if (is_same<T, int16_t>::value) {
43 } else if (is_same<T, int32_t>::value) {
275 if (is_same<T, float>::value) {
277 } else if (is_same<T, short>::value) {

Completed in 29 milliseconds