Home
last modified time | relevance | path

Searched defs:kQueueCapacity (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/oboe/samples/RhythmGame/test/
H A DtestLockFreeQueue.cpp59 constexpr int kQueueCapacity = 2; variable
174 constexpr int kQueueCapacity = 2048; in TEST_F() local
/aosp_15_r20/external/pigweed/pw_bluetooth_proxy/public/pw_bluetooth_proxy/internal/
H A Dl2cap_write_channel.h98 static constexpr size_t kQueueCapacity = 5; variable