Home
last modified time | relevance | path

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

/aosp12/system/chre/core/tests/
H A Drequest_multiplexer_test.cc57 bool maximalRequestChanged; in TEST() local
67 bool maximalRequestChanged; in TEST() local
79 bool maximalRequestChanged; in TEST() local
88 bool maximalRequestChanged; in TEST() local
100 bool maximalRequestChanged; in TEST() local
120 bool maximalRequestChanged; in TEST() local
130 bool maximalRequestChanged; in TEST() local
148 bool maximalRequestChanged; in TEST() local
190 bool maximalRequestChanged; in TEST() local
247 bool maximalRequestChanged; in TEST() local
[all …]
/aosp12/system/chre/core/include/chre/core/
H A Drequest_multiplexer_impl.h30 CHRE_ASSERT(maximalRequestChanged); in addRequest()
44 CHRE_ASSERT(maximalRequestChanged); in updateRequest()
49 updateMaximalRequest(maximalRequestChanged); in updateRequest()
55 size_t index, bool *maximalRequestChanged) { in removeRequest() argument
56 CHRE_ASSERT(maximalRequestChanged); in removeRequest()
67 bool *maximalRequestChanged) { in removeAllRequests() argument
68 CHRE_ASSERT(maximalRequestChanged); in removeAllRequests()
71 updateMaximalRequest(maximalRequestChanged); in removeAllRequests()
88 bool *maximalRequestChanged) { in updateMaximalRequest() argument
94 *maximalRequestChanged = in updateMaximalRequest()
[all …]
H A Drequest_multiplexer.h83 bool *maximalRequestChanged);
98 bool *maximalRequestChanged);
111 void removeRequest(size_t index, bool *maximalRequestChanged);
120 void removeAllRequests(bool *maximalRequestChanged);
146 void updateMaximalRequest(bool *maximalRequestChanged);