Home
last modified time | relevance | path

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

/aosp12/system/bt/osi/test/fuzzers/fixed_queue/
H A Dfuzz_fixed_queue.cc92 fixed_queue_is_empty(fixed_queue); in callArbitraryFunction()
96 fixed_queue_length(fixed_queue); in callArbitraryFunction()
100 if (fixed_queue) { in callArbitraryFunction()
101 fixed_queue_capacity(fixed_queue); in callArbitraryFunction()
106 if (fixed_queue) { in callArbitraryFunction()
119 if (fixed_queue) { in callArbitraryFunction()
129 if (fixed_queue && fixed_queue_length(fixed_queue) > 0) { in callArbitraryFunction()
130 fixed_queue_dequeue(fixed_queue); in callArbitraryFunction()
134 if (fixed_queue) { in callArbitraryFunction()
168 if (fixed_queue) { in callArbitraryFunction()
[all …]
/aosp12/system/bt/osi/
H A DBUILD.gn26 "src/fixed_queue.cc",
H A DAndroid.bp63 "src/fixed_queue.cc",