Home
last modified time | relevance | path

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

/frameworks/av/services/mediametrics/
DAudioAnalytics.cpp43 #define CONDITION(INT_VALUE) (INT_VALUE) // allow value argument
45 #define CONDITION(INT_VALUE) (int(0)) // mask value since the proto may not be defined yet.