Home
last modified time | relevance | path

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

/system/media/audio_utils/tests/
Daudio_mutex_tests.cpp106 virtual int value1_l() const REQUIRES(cap1) = 0;
153 return value1_l(); in value1()
155 int value1_l() const override REQUIRES(cap1) { in value1_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()