Home
last modified time | relevance | path

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

/system/media/tests/
Dsystemaudio_tests.cpp331 void updateFieldAndCompare(const T updatedValue, T U::*field, U* lhs, U* rhs, Func p) { in updateFieldAndCompare() argument
332 lhs->*field = updatedValue; in updateFieldAndCompare()
339 void updateConfigFieldAndCompare(const T updatedValue, T audio_port_config::*field, in updateConfigFieldAndCompare() argument
342 lhs->*field = updatedValue; in updateConfigFieldAndCompare()