Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioCoreModuleTargetTest.cpp136 std::vector<int32_t> GetNonExistentIds(const C& allIds, bool includeZero = true) { in GetNonExistentIds() argument
138 return includeZero ? std::vector<int32_t>{-1, 0, 1} : std::vector<int32_t>{-1, 1}; in GetNonExistentIds()
142 includeZero || value != 0) { in GetNonExistentIds()
148 includeZero || value != 0) { in GetNonExistentIds()