Home
last modified time | relevance | path

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

/system/media/audio_utils/tests/
Daudio_mutex_tests.cpp107 virtual int value2_l() const REQUIRES(cap2) = 0;
158 int value2_l() const override REQUIRES(cap2) { in value2_l() function in android::Container
170 return value1_l() + value2_l(); in combo12_l()
176 return value1_l() + value2_l() + value3_l();
190 return value1_l() + value2_l() + value3_l(); in combo123_lll()
202 return value1_l() + value2_l() + value3_l(); in combo123()
212 return value1_l() + value2_l() + value3_l(); in combo123()