Home
last modified time | relevance | path

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

/frameworks/av/media/libaaudio/tests/
Dtest_attributes.cpp29 constexpr int32_t DONT_SET = -1000; variable
34 aaudio_input_preset_t preset = DONT_SET, in checkAttributes()
35 aaudio_allowed_capture_policy_t capturePolicy = DONT_SET, in checkAttributes()
36 int privacyMode = DONT_SET, in checkAttributes()
52 if (usage != DONT_SET) { in checkAttributes()
55 if (contentType != DONT_SET) { in checkAttributes()
58 if (preset != DONT_SET) { in checkAttributes()
61 if (capturePolicy != DONT_SET) { in checkAttributes()
64 if (privacyMode != DONT_SET) { in checkAttributes()
74 (usage == DONT_SET || usage == AAUDIO_UNSPECIFIED) in checkAttributes()
[all …]