Home
last modified time | relevance | path

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

/system/bt/osi/test/fuzzers/fixed_queue/
Dfuzz_fixed_queue.cc73 void callArbitraryFunction(fixed_queue_t* fixed_queue, in callArbitraryFunction() argument
88 fixed_queue_flush(fixed_queue, cbOrNull(dataProvider)); in callArbitraryFunction()
92 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()
111 fd = fixed_queue_get_enqueue_fd(fixed_queue); in callArbitraryFunction()
113 fixed_queue_enqueue(fixed_queue, buf_ptr); in callArbitraryFunction()
119 if (fixed_queue) { in callArbitraryFunction()
[all …]
/system/bt/osi/
DBUILD.gn26 "src/fixed_queue.cc",
DAndroid.bp63 "src/fixed_queue.cc",